diff mcabber/include/config.h.in @ 1749:7ee390513463

Use api version for module checks * Change module structures * Check for supported api versions at loading time * Add info command, description and module version fields
author Myhailo Danylenko <isbear@ukrpost.net>
date Sat, 13 Mar 2010 10:29:18 +0100
parents db15031d5779
children e7ce50fe19a9
line wrap: on
line diff
--- a/mcabber/include/config.h.in	Fri Mar 12 19:13:56 2010 +0100
+++ b/mcabber/include/config.h.in	Sat Mar 13 10:29:18 2010 +0100
@@ -1,7 +1,7 @@
 #ifndef __MCABBER_CONFIG_H__
 #define __MCABBER_CONFIG_H__ 1
 
-/* ... */
+/* Are modules enabled or no */
 #undef MODULES_ENABLE
 
 /* ... */
@@ -43,13 +43,25 @@
 /* ... */
 #undef HAVE_STRCASESTR
 
-/* ... */
+/* Default data files prefix */
 #undef DATA_DIR
 
-/* ... */
+/* Default modules location */
 #undef PKGLIB_DIR
 
-/* ... */
+/* To satisfy gnutls */
 #undef _FILE_OFFSET_BITS
 
+/* Mcabber branch name (string) */
+#undef MCABBER_BRANCH
+
+/* Api version of mcabber branch */
+#undef MCABBER_API_VERSION
+
+/* XXX */
+#undef MCABBER_API_MIN
+
+/* Mcabber version (string) */
+#undef MCABBER_VERSION
+
 #endif