config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 07 Apr 2010 22:27:43 +0300
changeset 13 f4c15ad3cf93
parent 9 70bb1e988a4a
child 15 383703f7af34
permissions -rw-r--r--
Use new commands interface * Use id to delete commands * Add commands to safe list
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
f4c15ad3cf93 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 9
diff changeset
     7
#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 23
f4c15ad3cf93 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 9
diff changeset
     8
#  define HAVE_CMD_ID
f4c15ad3cf93 Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 9
diff changeset
     9
#  if MCABBER_API_VERSION >= 24
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