config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 11 Apr 2010 22:43:03 +0300
changeset 17 2d32adb7d44d
parent 15 522a4193ef2f
child 19 c7e7218be611
permissions -rw-r--r--
Update config.h.in
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
15
522a4193ef2f Use id to delete commands
Myhailo Danylenko <isbear@ukrpost.net>
parents: 11
diff changeset
     5
#include <mcabber/config.h>
522a4193ef2f Use id to delete commands
Myhailo Danylenko <isbear@ukrpost.net>
parents: 11
diff changeset
     6
17
2d32adb7d44d Update config.h.in
Myhailo Danylenko <isbear@ukrpost.net>
parents: 15
diff changeset
     7
#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 27
15
522a4193ef2f Use id to delete commands
Myhailo Danylenko <isbear@ukrpost.net>
parents: 11
diff changeset
     8
#  define HAVE_CMD_ID
522a4193ef2f Use id to delete commands
Myhailo Danylenko <isbear@ukrpost.net>
parents: 11
diff changeset
     9
#endif
522a4193ef2f Use id to delete commands
Myhailo Danylenko <isbear@ukrpost.net>
parents: 11
diff changeset
    10
11
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    11
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    12
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    13
#endif
f7c76b2c9900 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    14