comparison 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
comparison
equal deleted inserted replaced
1748:51a23403cc80 1749:7ee390513463
1 #ifndef __MCABBER_CONFIG_H__ 1 #ifndef __MCABBER_CONFIG_H__
2 #define __MCABBER_CONFIG_H__ 1 2 #define __MCABBER_CONFIG_H__ 1
3 3
4 /* ... */ 4 /* Are modules enabled or no */
5 #undef MODULES_ENABLE 5 #undef MODULES_ENABLE
6 6
7 /* ... */ 7 /* ... */
8 #undef HAVE_LIBOTR 8 #undef HAVE_LIBOTR
9 9
41 #undef HAVE_ISWBLANK 41 #undef HAVE_ISWBLANK
42 42
43 /* ... */ 43 /* ... */
44 #undef HAVE_STRCASESTR 44 #undef HAVE_STRCASESTR
45 45
46 /* ... */ 46 /* Default data files prefix */
47 #undef DATA_DIR 47 #undef DATA_DIR
48 48
49 /* ... */ 49 /* Default modules location */
50 #undef PKGLIB_DIR 50 #undef PKGLIB_DIR
51 51
52 /* ... */ 52 /* To satisfy gnutls */
53 #undef _FILE_OFFSET_BITS 53 #undef _FILE_OFFSET_BITS
54 54
55 /* Mcabber branch name (string) */
56 #undef MCABBER_BRANCH
57
58 /* Api version of mcabber branch */
59 #undef MCABBER_API_VERSION
60
61 /* XXX */
62 #undef MCABBER_API_MIN
63
64 /* Mcabber version (string) */
65 #undef MCABBER_VERSION
66
55 #endif 67 #endif