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