view mcabber/include/config.h.in @ 2234:232c26383fc4

New option: 'gpg_home' The new 'gpg_home' option can be used to specify a custom configuration directory for GnuPG.
author Holger Weiß <holger@zedat.fu-berlin.de>
date Sat, 21 Nov 2015 17:44:59 +0100
parents e7ce50fe19a9
children
line wrap: on
line source

#ifndef __MCABBER_CONFIG_H__
#define __MCABBER_CONFIG_H__ 1

/* Are modules enabled or no */
#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

/* Default data files prefix */
#undef DATA_DIR

/* Default modules location */
#undef PKGLIB_DIR

/* To satisfy gnutls */
#undef _FILE_OFFSET_BITS

/* Mcabber branch name (string) */
#undef MCABBER_BRANCH

/* Mcabber version (string) */
#undef MCABBER_VERSION

#endif