config.h.in
changeset 15 522a4193ef2f
parent 11 f7c76b2c9900
child 17 2d32adb7d44d
--- a/config.h.in	Sun Apr 04 16:44:53 2010 +0300
+++ b/config.h.in	Wed Apr 07 21:45:15 2010 +0300
@@ -2,6 +2,12 @@
 #ifndef LOCAL_CONFIG_H
 #define LOCAL_CONFIG_H
 
+#include <mcabber/config.h>
+
+#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 23
+#  define HAVE_CMD_ID
+#endif
+
 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
 
 #endif