config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 11 Apr 2010 22:37:46 +0300
changeset 19 80394a515782
parent 16 543bd8927354
child 21 8b61328ab7c1
permissions -rw-r--r--
Update config.h.in
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