Blame config.h.in

Packit 25df51
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 25df51
Packit 25df51
/* Define to 1 if translation of program messages to the user's native
Packit 25df51
   language is requested. */
Packit 25df51
#undef ENABLE_NLS
Packit 25df51
Packit 25df51
/* Define to the read-only architecture-independent data directory. */
Packit 25df51
#undef GETTEXT_PACKAGE
Packit 25df51
Packit 25df51
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
Packit 25df51
   CoreFoundation framework. */
Packit 25df51
#undef HAVE_CFLOCALECOPYCURRENT
Packit 25df51
Packit 25df51
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
Packit 25df51
   the CoreFoundation framework. */
Packit 25df51
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
Packit 25df51
Packit 25df51
/* Define if the GNU dcgettext() function is already present or preinstalled.
Packit 25df51
   */
Packit 25df51
#undef HAVE_DCGETTEXT
Packit 25df51
Packit 25df51
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 25df51
#undef HAVE_DLFCN_H
Packit 25df51
Packit 25df51
/* Define if the GNU gettext() function is already present or preinstalled. */
Packit 25df51
#undef HAVE_GETTEXT
Packit 25df51
Packit 25df51
/* Define if you have the iconv() function and it works. */
Packit 25df51
#undef HAVE_ICONV
Packit 25df51
Packit 25df51
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 25df51
#undef HAVE_INTTYPES_H
Packit 25df51
Packit 25df51
/* Define to 1 if you have the <memory.h> header file. */
Packit 25df51
#undef HAVE_MEMORY_H
Packit 25df51
Packit 25df51
/* Define to 1 if you have the <stdint.h> header file. */
Packit 25df51
#undef HAVE_STDINT_H
Packit 25df51
Packit 25df51
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 25df51
#undef HAVE_STDLIB_H
Packit 25df51
Packit 25df51
/* Define to 1 if you have the <strings.h> header file. */
Packit 25df51
#undef HAVE_STRINGS_H
Packit 25df51
Packit 25df51
/* Define to 1 if you have the <string.h> header file. */
Packit 25df51
#undef HAVE_STRING_H
Packit 25df51
Packit 25df51
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 25df51
#undef HAVE_SYS_STAT_H
Packit 25df51
Packit 25df51
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 25df51
#undef HAVE_SYS_TYPES_H
Packit 25df51
Packit 25df51
/* Define to 1 if you have the <unistd.h> header file. */
Packit 25df51
#undef HAVE_UNISTD_H
Packit 25df51
Packit 25df51
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit 25df51
   */
Packit 25df51
#undef LT_OBJDIR
Packit 25df51
Packit 25df51
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
Packit 25df51
#undef NO_MINUS_C_MINUS_O
Packit 25df51
Packit 25df51
/* Name of package */
Packit 25df51
#undef PACKAGE
Packit 25df51
Packit 25df51
/* Define to the address where bug reports for this package should be sent. */
Packit 25df51
#undef PACKAGE_BUGREPORT
Packit 25df51
Packit 25df51
/* Define to the full name of this package. */
Packit 25df51
#undef PACKAGE_NAME
Packit 25df51
Packit 25df51
/* Define to the full name and version of this package. */
Packit 25df51
#undef PACKAGE_STRING
Packit 25df51
Packit 25df51
/* Define to the one symbol short name of this package. */
Packit 25df51
#undef PACKAGE_TARNAME
Packit 25df51
Packit 25df51
/* Define to the home page for this package. */
Packit 25df51
#undef PACKAGE_URL
Packit 25df51
Packit 25df51
/* Define to the version of this package. */
Packit 25df51
#undef PACKAGE_VERSION
Packit 25df51
Packit 25df51
/* Define to 1 if you have the ANSI C header files. */
Packit 25df51
#undef STDC_HEADERS
Packit 25df51
Packit 25df51
/* Enable extensions on AIX 3, Interix.  */
Packit 25df51
#ifndef _ALL_SOURCE
Packit 25df51
# undef _ALL_SOURCE
Packit 25df51
#endif
Packit 25df51
/* Enable GNU extensions on systems that have them.  */
Packit 25df51
#ifndef _GNU_SOURCE
Packit 25df51
# undef _GNU_SOURCE
Packit 25df51
#endif
Packit 25df51
/* Enable threading extensions on Solaris.  */
Packit 25df51
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 25df51
# undef _POSIX_PTHREAD_SEMANTICS
Packit 25df51
#endif
Packit 25df51
/* Enable extensions on HP NonStop.  */
Packit 25df51
#ifndef _TANDEM_SOURCE
Packit 25df51
# undef _TANDEM_SOURCE
Packit 25df51
#endif
Packit 25df51
/* Enable general extensions on Solaris.  */
Packit 25df51
#ifndef __EXTENSIONS__
Packit 25df51
# undef __EXTENSIONS__
Packit 25df51
#endif
Packit 25df51
Packit 25df51
Packit 25df51
/* Version number of package */
Packit 25df51
#undef VERSION
Packit 25df51
Packit 25df51
/* Define to 1 if on MINIX. */
Packit 25df51
#undef _MINIX
Packit 25df51
Packit 25df51
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 25df51
   this defined. */
Packit 25df51
#undef _POSIX_1_SOURCE
Packit 25df51
Packit 25df51
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit 25df51
#undef _POSIX_SOURCE