config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 07 Apr 2010 22:02:05 +0300
changeset 10 b0511d0cd16e
parent 6 2cc481d6b686
child 12 2de470098bd7
permissions -rw-r--r--
Use new commands interface * Use id to delete commands * Add /templatecmd to safe commands list
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
b0511d0cd16e Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 6
diff changeset
     7
#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 23
b0511d0cd16e Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 6
diff changeset
     8
#  define HAVE_CMD_ID
b0511d0cd16e Use new commands interface
Myhailo Danylenko <isbear@ukrpost.net>
parents: 6
diff changeset
     9
#  if MCABBER_API_VERSION >= 24
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