config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 11 Apr 2010 22:45:22 +0300
changeset 15 383703f7af34
parent 13 f4c15ad3cf93
child 17 f17c162d0c52
permissions -rw-r--r--
Update config.h.in
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
70bb1e988a4a Use new module info strut with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
70bb1e988a4a Use new module info strut with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
70bb1e988a4a Use new module info strut with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
70bb1e988a4a Use new module info strut with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
13
f4c15ad3cf93 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 9
diff changeset
     5
#include <mcabber/config.h>
f4c15ad3cf93 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 9
diff changeset
     6
15
383703f7af34 Update config.h.in
Myhailo Danylenko <isbear@ukrpost.net>
parents: 13
diff changeset
     7
#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 27
13
f4c15ad3cf93 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 9
diff changeset
     8
#  define HAVE_CMD_ID
15
383703f7af34 Update config.h.in
Myhailo Danylenko <isbear@ukrpost.net>
parents: 13
diff changeset
     9
#  if MCABBER_API_VERSION >= 28
13
f4c15ad3cf93 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 9
diff changeset
    10
#    define HAVE_CMD_SAFE
f4c15ad3cf93 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 9
diff changeset
    11
#  endif
f4c15ad3cf93 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 9
diff changeset
    12
#endif
f4c15ad3cf93 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 9
diff changeset
    13
9
70bb1e988a4a Use new module info strut with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    14
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
70bb1e988a4a Use new module info strut with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    15
70bb1e988a4a Use new module info strut with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    16
#endif
70bb1e988a4a Use new module info strut with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    17