Blame config.h.in

Packit 7d1034
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 7d1034
#undef HAVE_DLFCN_H
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <err.h> header file. */
Packit 7d1034
#undef HAVE_ERR_H
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 7d1034
#undef HAVE_INTTYPES_H
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <machine/mtrr.h> header file. */
Packit 7d1034
#undef HAVE_MACHINE_MTRR_H
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <machine/sysarch.h> header file. */
Packit 7d1034
#undef HAVE_MACHINE_SYSARCH_H
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <memory.h> header file. */
Packit 7d1034
#undef HAVE_MEMORY_H
Packit 7d1034
Packit 7d1034
/* Use MTRRs on mappings */
Packit 7d1034
#undef HAVE_MTRR
Packit 7d1034
Packit 7d1034
/* Have the pci_io.pi_sel.pc_domain member. */
Packit 7d1034
#undef HAVE_PCI_IO_PC_DOMAIN
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <stdint.h> header file. */
Packit 7d1034
#undef HAVE_STDINT_H
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 7d1034
#undef HAVE_STDLIB_H
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <strings.h> header file. */
Packit 7d1034
#undef HAVE_STRINGS_H
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <string.h> header file. */
Packit 7d1034
#undef HAVE_STRING_H
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 7d1034
#undef HAVE_SYS_STAT_H
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 7d1034
#undef HAVE_SYS_TYPES_H
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the <unistd.h> header file. */
Packit 7d1034
#undef HAVE_UNISTD_H
Packit 7d1034
Packit 7d1034
/* Use zlib to read gzip compressed pci.ids */
Packit 7d1034
#undef HAVE_ZLIB
Packit 7d1034
Packit 7d1034
/* Linux ROM read fallback */
Packit 7d1034
#undef LINUX_ROM
Packit 7d1034
Packit 7d1034
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 7d1034
#undef LT_OBJDIR
Packit 7d1034
Packit 7d1034
/* Name of package */
Packit 7d1034
#undef PACKAGE
Packit 7d1034
Packit 7d1034
/* Define to the address where bug reports for this package should be sent. */
Packit 7d1034
#undef PACKAGE_BUGREPORT
Packit 7d1034
Packit 7d1034
/* Define to the full name of this package. */
Packit 7d1034
#undef PACKAGE_NAME
Packit 7d1034
Packit 7d1034
/* Define to the full name and version of this package. */
Packit 7d1034
#undef PACKAGE_STRING
Packit 7d1034
Packit 7d1034
/* Define to the one symbol short name of this package. */
Packit 7d1034
#undef PACKAGE_TARNAME
Packit 7d1034
Packit 7d1034
/* Define to the home page for this package. */
Packit 7d1034
#undef PACKAGE_URL
Packit 7d1034
Packit 7d1034
/* Define to the version of this package. */
Packit 7d1034
#undef PACKAGE_VERSION
Packit 7d1034
Packit 7d1034
/* Major version of this package */
Packit 7d1034
#undef PACKAGE_VERSION_MAJOR
Packit 7d1034
Packit 7d1034
/* Minor version of this package */
Packit 7d1034
#undef PACKAGE_VERSION_MINOR
Packit 7d1034
Packit 7d1034
/* Patch version of this package */
Packit 7d1034
#undef PACKAGE_VERSION_PATCHLEVEL
Packit 7d1034
Packit 7d1034
/* Path to pci.ids */
Packit 7d1034
#undef PCIIDS_PATH
Packit 7d1034
Packit 7d1034
/* Define to 1 if you have the ANSI C header files. */
Packit 7d1034
#undef STDC_HEADERS
Packit 7d1034
Packit 7d1034
/* Enable extensions on AIX 3, Interix.  */
Packit 7d1034
#ifndef _ALL_SOURCE
Packit 7d1034
# undef _ALL_SOURCE
Packit 7d1034
#endif
Packit 7d1034
/* Enable GNU extensions on systems that have them.  */
Packit 7d1034
#ifndef _GNU_SOURCE
Packit 7d1034
# undef _GNU_SOURCE
Packit 7d1034
#endif
Packit 7d1034
/* Enable threading extensions on Solaris.  */
Packit 7d1034
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 7d1034
# undef _POSIX_PTHREAD_SEMANTICS
Packit 7d1034
#endif
Packit 7d1034
/* Enable extensions on HP NonStop.  */
Packit 7d1034
#ifndef _TANDEM_SOURCE
Packit 7d1034
# undef _TANDEM_SOURCE
Packit 7d1034
#endif
Packit 7d1034
/* Enable general extensions on Solaris.  */
Packit 7d1034
#ifndef __EXTENSIONS__
Packit 7d1034
# undef __EXTENSIONS__
Packit 7d1034
#endif
Packit 7d1034
Packit 7d1034
Packit 7d1034
/* Version number of package */
Packit 7d1034
#undef VERSION
Packit 7d1034
Packit 7d1034
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit 7d1034
#ifndef _DARWIN_USE_64_BIT_INODE
Packit 7d1034
# define _DARWIN_USE_64_BIT_INODE 1
Packit 7d1034
#endif
Packit 7d1034
Packit 7d1034
/* Number of bits in a file offset, on hosts where this is settable. */
Packit 7d1034
#undef _FILE_OFFSET_BITS
Packit 7d1034
Packit 7d1034
/* Define for large files, on AIX-style hosts. */
Packit 7d1034
#undef _LARGE_FILES
Packit 7d1034
Packit 7d1034
/* Define to 1 if on MINIX. */
Packit 7d1034
#undef _MINIX
Packit 7d1034
Packit 7d1034
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 7d1034
   this defined. */
Packit 7d1034
#undef _POSIX_1_SOURCE
Packit 7d1034
Packit 7d1034
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit 7d1034
#undef _POSIX_SOURCE