comparison mcabber/include/config.h.in @ 1668:41c26b7d2890

Install mcabber headers * Change mcabber headers naming scheme * Move 'src/' -> 'mcabber/' * Add missing include <mcabber/config.h>'s * Create and install clean config.h version in 'include/' * Move "dirty" config.h version to 'mcabber/' * Add $(top_srcdir) to compiler include path * Update modules HOWTO
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 18 Jan 2010 15:36:19 +0200
parents
children 687f6b515d87
comparison
equal deleted inserted replaced
1667:8af0e0ad20ad 1668:41c26b7d2890
1 #ifndef __MCABBER_CONFIG_H__
2 #define __MCABBER_CONFIG_H__ 1
3
4 /* ... */
5 #undef MODULES_ENABLE
6
7 /* ... */
8 #undef HAVE_LIBOTR
9
10 /* ... */
11 #undef HAVE_GPGME
12
13 /* ... */
14 #undef HAVE_NCURSESW_NCURSES_H
15
16 /* ... */
17 #undef HAVE_NCURSES_NCURSES_H
18
19 /* ... */
20 #undef WITH_ENCHANT
21
22 /* ... */
23 #undef WITH_ASPELL
24
25 /* ... */
26 #undef JEP0022
27
28 /* ... */
29 #undef JEP0085
30
31 /* ... */
32 #undef HAVE_UNICODE
33
34 /* ... */
35 #undef HAVE_WCHAR_H
36
37 /* ... */
38 #undef HAVE_WCTYPE_H
39
40 /* ... */
41 #undef HAVE_WCHAR_H
42
43 /* ... */
44 #undef HAVE_ISWBLANK
45
46 /* ... */
47 #undef HAVE_STRCASESTR
48
49 /* ... */
50 #undef DATA_DIR
51
52 /* ... */
53 #undef PKGLIB_DIR
54
55 #endif