Blame config.h.in

Packit 1930a2
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 1930a2
Packit 1930a2
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 1930a2
#undef HAVE_DLFCN_H
Packit 1930a2
Packit 1930a2
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 1930a2
#undef HAVE_INTTYPES_H
Packit 1930a2
Packit 1930a2
/* Define to 1 if you have the <memory.h> header file. */
Packit 1930a2
#undef HAVE_MEMORY_H
Packit 1930a2
Packit 1930a2
/* Define to 1 if you have the <stdint.h> header file. */
Packit 1930a2
#undef HAVE_STDINT_H
Packit 1930a2
Packit 1930a2
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 1930a2
#undef HAVE_STDLIB_H
Packit 1930a2
Packit 1930a2
/* Define to 1 if you have the <strings.h> header file. */
Packit 1930a2
#undef HAVE_STRINGS_H
Packit 1930a2
Packit 1930a2
/* Define to 1 if you have the <string.h> header file. */
Packit 1930a2
#undef HAVE_STRING_H
Packit 1930a2
Packit 1930a2
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 1930a2
#undef HAVE_SYS_STAT_H
Packit 1930a2
Packit 1930a2
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 1930a2
#undef HAVE_SYS_TYPES_H
Packit 1930a2
Packit 1930a2
/* Define to 1 if you have the <unistd.h> header file. */
Packit 1930a2
#undef HAVE_UNISTD_H
Packit 1930a2
Packit 1930a2
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit 1930a2
   */
Packit 1930a2
#undef LT_OBJDIR
Packit 1930a2
Packit 1930a2
/* Define to the address where bug reports for this package should be sent. */
Packit 1930a2
#undef PACKAGE_BUGREPORT
Packit 1930a2
Packit 1930a2
/* Define to the full name of this package. */
Packit 1930a2
#undef PACKAGE_NAME
Packit 1930a2
Packit 1930a2
/* Define to the full name and version of this package. */
Packit 1930a2
#undef PACKAGE_STRING
Packit 1930a2
Packit 1930a2
/* Define to the one symbol short name of this package. */
Packit 1930a2
#undef PACKAGE_TARNAME
Packit 1930a2
Packit 1930a2
/* Define to the home page for this package. */
Packit 1930a2
#undef PACKAGE_URL
Packit 1930a2
Packit 1930a2
/* Define to the version of this package. */
Packit 1930a2
#undef PACKAGE_VERSION
Packit 1930a2
Packit 1930a2
/* Default configuration file location */
Packit 1930a2
#undef PAPERCONF
Packit 1930a2
Packit 1930a2
/* Environment variable that overrides the default configuration file location
Packit 1930a2
   */
Packit 1930a2
#undef PAPERCONFVAR
Packit 1930a2
Packit 1930a2
/* Default paper size */
Packit 1930a2
#undef PAPERSIZE
Packit 1930a2
Packit 1930a2
/* Environment variable that overrides the default paper size */
Packit 1930a2
#undef PAPERSIZEVAR
Packit 1930a2
Packit 1930a2
/* Default directory for run-parts */
Packit 1930a2
#undef RUNPARTSDIR
Packit 1930a2
Packit 1930a2
/* Environment variable that overrides the default directory for run-parts */
Packit 1930a2
#undef RUNPARTSDIRVAR
Packit 1930a2
Packit 1930a2
/* Define to 1 if you have the ANSI C header files. */
Packit 1930a2
#undef STDC_HEADERS
Packit 1930a2
Packit 1930a2
/* Enable extensions on AIX 3, Interix.  */
Packit 1930a2
#ifndef _ALL_SOURCE
Packit 1930a2
# undef _ALL_SOURCE
Packit 1930a2
#endif
Packit 1930a2
/* Enable GNU extensions on systems that have them.  */
Packit 1930a2
#ifndef _GNU_SOURCE
Packit 1930a2
# undef _GNU_SOURCE
Packit 1930a2
#endif
Packit 1930a2
/* Enable threading extensions on Solaris.  */
Packit 1930a2
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 1930a2
# undef _POSIX_PTHREAD_SEMANTICS
Packit 1930a2
#endif
Packit 1930a2
/* Enable extensions on HP NonStop.  */
Packit 1930a2
#ifndef _TANDEM_SOURCE
Packit 1930a2
# undef _TANDEM_SOURCE
Packit 1930a2
#endif
Packit 1930a2
/* Enable general extensions on Solaris.  */
Packit 1930a2
#ifndef __EXTENSIONS__
Packit 1930a2
# undef __EXTENSIONS__
Packit 1930a2
#endif
Packit 1930a2
Packit 1930a2
Packit 1930a2
/* Define to 1 if on MINIX. */
Packit 1930a2
#undef _MINIX
Packit 1930a2
Packit 1930a2
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 1930a2
   this defined. */
Packit 1930a2
#undef _POSIX_1_SOURCE
Packit 1930a2
Packit 1930a2
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit 1930a2
#undef _POSIX_SOURCE
Packit 1930a2
Packit 1930a2
/* Define to empty if `const' does not conform to ANSI C. */
Packit 1930a2
#undef const