Blame config.h.in

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