Blame config.h.in

Packit Service f02b19
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit Service f02b19
Packit Service f02b19
/* always defined to indicate that i18n is enabled */
Packit Service f02b19
#undef ENABLE_NLS
Packit Service f02b19
Packit Service f02b19
/* Disable grabs */
Packit Service f02b19
#undef GCR_DISABLE_GRABS
Packit Service f02b19
Packit Service f02b19
/* The gettext domain name */
Packit Service f02b19
#undef GETTEXT_PACKAGE
Packit Service f02b19
Packit Service f02b19
/* Path to gpg executable. */
Packit Service f02b19
#undef GPG_EXECUTABLE
Packit Service f02b19
Packit Service f02b19
/* Disable glib assertions */
Packit Service f02b19
#undef G_DISABLE_ASSERT
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
Packit Service f02b19
#undef HAVE_BIND_TEXTDOMAIN_CODESET
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
Packit Service f02b19
   CoreFoundation framework. */
Packit Service f02b19
#undef HAVE_CFLOCALECOPYCURRENT
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
Packit Service f02b19
   the CoreFoundation framework. */
Packit Service f02b19
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the `dcgettext' function. */
Packit Service f02b19
#undef HAVE_DCGETTEXT
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Service f02b19
#undef HAVE_DLFCN_H
Packit Service f02b19
Packit Service f02b19
/* Define if the GNU gettext() function is already present or preinstalled. */
Packit Service f02b19
#undef HAVE_GETTEXT
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Service f02b19
#undef HAVE_INTTYPES_H
Packit Service f02b19
Packit Service f02b19
/* Define if your <locale.h> file defines LC_MESSAGES. */
Packit Service f02b19
#undef HAVE_LC_MESSAGES
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the <locale.h> header file. */
Packit Service f02b19
#undef HAVE_LOCALE_H
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the <memory.h> header file. */
Packit Service f02b19
#undef HAVE_MEMORY_H
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the `mlock' function. */
Packit Service f02b19
#undef HAVE_MLOCK
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service f02b19
#undef HAVE_STDINT_H
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Service f02b19
#undef HAVE_STDLIB_H
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the <strings.h> header file. */
Packit Service f02b19
#undef HAVE_STRINGS_H
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the <string.h> header file. */
Packit Service f02b19
#undef HAVE_STRING_H
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Service f02b19
#undef HAVE_SYS_STAT_H
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Service f02b19
#undef HAVE_SYS_TYPES_H
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the `timegm' function. */
Packit Service f02b19
#undef HAVE_TIMEGM
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service f02b19
#undef HAVE_UNISTD_H
Packit Service f02b19
Packit Service f02b19
/* Version of GCRYPT we expect */
Packit Service f02b19
#undef LIBGCRYPT_VERSION
Packit Service f02b19
Packit Service f02b19
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit Service f02b19
#undef LT_OBJDIR
Packit Service f02b19
Packit Service f02b19
/* Name of package */
Packit Service f02b19
#undef PACKAGE
Packit Service f02b19
Packit Service f02b19
/* Define to the address where bug reports for this package should be sent. */
Packit Service f02b19
#undef PACKAGE_BUGREPORT
Packit Service f02b19
Packit Service f02b19
/* Define to the full name of this package. */
Packit Service f02b19
#undef PACKAGE_NAME
Packit Service f02b19
Packit Service f02b19
/* Define to the full name and version of this package. */
Packit Service f02b19
#undef PACKAGE_STRING
Packit Service f02b19
Packit Service f02b19
/* Define to the one symbol short name of this package. */
Packit Service f02b19
#undef PACKAGE_TARNAME
Packit Service f02b19
Packit Service f02b19
/* Define to the home page for this package. */
Packit Service f02b19
#undef PACKAGE_URL
Packit Service f02b19
Packit Service f02b19
/* Define to the version of this package. */
Packit Service f02b19
#undef PACKAGE_VERSION
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you have the ANSI C header files. */
Packit Service f02b19
#undef STDC_HEADERS
Packit Service f02b19
Packit Service f02b19
/* Enable extensions on AIX 3, Interix.  */
Packit Service f02b19
#ifndef _ALL_SOURCE
Packit Service f02b19
# undef _ALL_SOURCE
Packit Service f02b19
#endif
Packit Service f02b19
/* Enable GNU extensions on systems that have them.  */
Packit Service f02b19
#ifndef _GNU_SOURCE
Packit Service f02b19
# undef _GNU_SOURCE
Packit Service f02b19
#endif
Packit Service f02b19
/* Enable threading extensions on Solaris.  */
Packit Service f02b19
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit Service f02b19
# undef _POSIX_PTHREAD_SEMANTICS
Packit Service f02b19
#endif
Packit Service f02b19
/* Enable extensions on HP NonStop.  */
Packit Service f02b19
#ifndef _TANDEM_SOURCE
Packit Service f02b19
# undef _TANDEM_SOURCE
Packit Service f02b19
#endif
Packit Service f02b19
/* Enable general extensions on Solaris.  */
Packit Service f02b19
#ifndef __EXTENSIONS__
Packit Service f02b19
# undef __EXTENSIONS__
Packit Service f02b19
#endif
Packit Service f02b19
Packit Service f02b19
Packit Service f02b19
/* Version number of package */
Packit Service f02b19
#undef VERSION
Packit Service f02b19
Packit Service f02b19
/* Print debug output */
Packit Service f02b19
#undef WITH_DEBUG
Packit Service f02b19
Packit Service f02b19
/* More strict checks */
Packit Service f02b19
#undef WITH_STRICT
Packit Service f02b19
Packit Service f02b19
/* Run under valgrind */
Packit Service f02b19
#undef WITH_VALGRIND
Packit Service f02b19
Packit Service f02b19
/* In debug mode */
Packit Service f02b19
#undef _DEBUG
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if on MINIX. */
Packit Service f02b19
#undef _MINIX
Packit Service f02b19
Packit Service f02b19
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit Service f02b19
   this defined. */
Packit Service f02b19
#undef _POSIX_1_SOURCE
Packit Service f02b19
Packit Service f02b19
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit Service f02b19
#undef _POSIX_SOURCE