view mcabber/include/config.h.in @ 1714:db15031d5779

s/JEP/XEP/ Remove XEP0085 from config.h.in as it could be misleading if used in modules (currently it is not used in config.h).
author Mikael Berthe <mikael@lilotux.net>
date Sat, 13 Feb 2010 21:32:21 +0100
parents 687f6b515d87
children 7ee390513463
line wrap: on
line source

#ifndef __MCABBER_CONFIG_H__
#define __MCABBER_CONFIG_H__ 1

/* ... */
#undef MODULES_ENABLE

/* ... */
#undef HAVE_LIBOTR

/* ... */
#undef HAVE_GPGME

/* ... */
#undef HAVE_NCURSESW_NCURSES_H

/* ... */
#undef HAVE_NCURSES_NCURSES_H

/* ... */
#undef WITH_ENCHANT

/* ... */
#undef WITH_ASPELL

/* ... */
#undef XEP0022

/* ... */
#undef HAVE_UNICODE

/* ... */
#undef HAVE_WCHAR_H

/* ... */
#undef HAVE_WCTYPE_H

/* ... */
#undef HAVE_WCHAR_H

/* ... */
#undef HAVE_ISWBLANK

/* ... */
#undef HAVE_STRCASESTR

/* ... */
#undef DATA_DIR

/* ... */
#undef PKGLIB_DIR

/* ... */
#undef _FILE_OFFSET_BITS

#endif