config.h.in
changeset 16 543bd8927354
parent 12 14cd74b518ea
child 19 80394a515782
--- a/config.h.in	Sun Apr 04 16:41:31 2010 +0300
+++ b/config.h.in	Wed Apr 07 21:18:19 2010 +0300
@@ -2,6 +2,15 @@
 #ifndef LOCAL_CONFIG_H
 #define LOCAL_CONFIG_H
 
+#include <mcabber/config.h>
+
+#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 23
+#  define HAVE_CMD_ID
+#  if MCABBER_API_VERSION >= 24
+#    define HAVE_CMD_SAFE
+#  endif
+#endif
+
 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
 
 #endif