config.h.in
author Mikael Berthe <mikael@lilotux.net>
Sun, 27 Mar 2011 20:02:12 +0200
changeset 42 958051365a6e
parent 39 ab9dad1e6d66
child 43 751d06b00558
permissions -rw-r--r--
Sync with mcabber dev version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22
6d0d6bbf98d0 Use xmpp_is_online and unregiste_reply_handler
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
6d0d6bbf98d0 Use xmpp_is_online and unregiste_reply_handler
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
6d0d6bbf98d0 Use xmpp_is_online and unregiste_reply_handler
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
6d0d6bbf98d0 Use xmpp_is_online and unregiste_reply_handler
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
6d0d6bbf98d0 Use xmpp_is_online and unregiste_reply_handler
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
#cmakedefine HAVE_LM_CONNECTION_UNREGISTER_REPLY_HANDLER
6d0d6bbf98d0 Use xmpp_is_online and unregiste_reply_handler
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
36
2910a8ca0d92 Use id to delete command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 28
diff changeset
     7
#include <mcabber/config.h>
2910a8ca0d92 Use id to delete command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 28
diff changeset
     8
42
958051365a6e Sync with mcabber dev version
Mikael Berthe <mikael@lilotux.net>
parents: 39
diff changeset
     9
#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 34
958051365a6e Sync with mcabber dev version
Mikael Berthe <mikael@lilotux.net>
parents: 39
diff changeset
    10
#  define HAVE_CMD_ID
958051365a6e Sync with mcabber dev version
Mikael Berthe <mikael@lilotux.net>
parents: 39
diff changeset
    11
#elif MCABBER_BRANCH_DEV && MCABBER_API_VERSION >= 20
36
2910a8ca0d92 Use id to delete command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 28
diff changeset
    12
#  define HAVE_CMD_ID
2910a8ca0d92 Use id to delete command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 28
diff changeset
    13
#endif
2910a8ca0d92 Use id to delete command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 28
diff changeset
    14
28
ff36ae7e2b1e Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents: 26
diff changeset
    15
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
ff36ae7e2b1e Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents: 26
diff changeset
    16
22
6d0d6bbf98d0 Use xmpp_is_online and unregiste_reply_handler
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    17
#endif
6d0d6bbf98d0 Use xmpp_is_online and unregiste_reply_handler
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    18