config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 03 May 2011 02:30:09 +0300
changeset 20 366078a16d85
parent 19 80394a515782
child 21 8b61328ab7c1
permissions -rw-r--r--
Convert .gitignore to .hgignore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
16
543bd8927354 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 12
diff changeset
     5
#include <mcabber/config.h>
543bd8927354 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 12
diff changeset
     6
19
80394a515782 Update config.h.in
Myhailo Danylenko <isbear@ukrpost.net>
parents: 16
diff changeset
     7
#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 27
16
543bd8927354 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 12
diff changeset
     8
#  define HAVE_CMD_ID
19
80394a515782 Update config.h.in
Myhailo Danylenko <isbear@ukrpost.net>
parents: 16
diff changeset
     9
#  if MCABBER_API_VERSION >= 28
16
543bd8927354 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 12
diff changeset
    10
#    define HAVE_CMD_SAFE
543bd8927354 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 12
diff changeset
    11
#  endif
543bd8927354 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 12
diff changeset
    12
#endif
543bd8927354 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 12
diff changeset
    13
12
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    14
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    15
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    16
#endif
14cd74b518ea Use new module struct with apis
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    17