config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 11 Apr 2010 22:36:21 +0300
changeset 22 de39c033fbc8
parent 20 d5748ae53a17
child 26 7845d23ad8fc
permissions -rw-r--r--
Update config.h.in
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
22
de39c033fbc8 Update config.h.in
Myhailo Danylenko <isbear@ukrpost.net>
parents: 20
diff changeset
     7
#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 27
20
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