config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 07 Apr 2010 21:05:20 +0300
changeset 20 d5748ae53a17
parent 16 19d13d97b3a1
child 22 de39c033fbc8
permissions -rw-r--r--
Use id to delete command
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
20
d5748ae53a17 Use id to delete command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 16
diff changeset
     5
#include <mcabber/config.h>
d5748ae53a17 Use id to delete command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 16
diff changeset
     6
d5748ae53a17 Use id to delete command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 16
diff changeset
     7
#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 23
d5748ae53a17 Use id to delete command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 16
diff changeset
     8
#  define HAVE_CMD_ID
d5748ae53a17 Use id to delete command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 16
diff changeset
     9
#endif
d5748ae53a17 Use id to delete command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 16
diff changeset
    10
16
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    11
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    12
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    13
#endif
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    14