view mcabber/include/config.h.in @ 1681:687f6b515d87

Add required by gpgme definition to "clean" config.h
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 19 Jan 2010 15:45:25 +0200
parents 41c26b7d2890
children db15031d5779
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 JEP0022

/* ... */
#undef JEP0085

/* ... */
#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