mcabber/include/config.h.in
changeset 1668 41c26b7d2890
child 1681 687f6b515d87
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