Blame config.h.in

Packit a07778
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit a07778
Packit a07778
/* Define to 1 if gcc -Wlogical-op reports false positives on strchr */
Packit a07778
#undef BROKEN_GCC_WLOGICALOP
Packit a07778
Packit a07778
/* Enable compile-time and run-time bounds-checking, and some warnings,
Packit a07778
        without upsetting newer glibc. */
Packit a07778
     #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
Packit a07778
     # define _FORTIFY_SOURCE 2
Packit a07778
     #endif
Packit a07778
    
Packit a07778
Packit a07778
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit a07778
#undef HAVE_DLFCN_H
Packit a07778
Packit a07778
/* Define to 1 if you have the <inttypes.h> header file. */
Packit a07778
#undef HAVE_INTTYPES_H
Packit a07778
Packit a07778
/* Define to 1 if you have the <memory.h> header file. */
Packit a07778
#undef HAVE_MEMORY_H
Packit a07778
Packit a07778
/* Define to 1 if you have the <stdint.h> header file. */
Packit a07778
#undef HAVE_STDINT_H
Packit a07778
Packit a07778
/* Define to 1 if you have the <stdlib.h> header file. */
Packit a07778
#undef HAVE_STDLIB_H
Packit a07778
Packit a07778
/* Define to 1 if you have the <strings.h> header file. */
Packit a07778
#undef HAVE_STRINGS_H
Packit a07778
Packit a07778
/* Define to 1 if you have the <string.h> header file. */
Packit a07778
#undef HAVE_STRING_H
Packit a07778
Packit a07778
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit a07778
#undef HAVE_SYS_STAT_H
Packit a07778
Packit a07778
/* Define to 1 if you have the <sys/types.h> header file. */
Packit a07778
#undef HAVE_SYS_TYPES_H
Packit a07778
Packit a07778
/* Define to 1 if you have the <unistd.h> header file. */
Packit a07778
#undef HAVE_UNISTD_H
Packit a07778
Packit a07778
/* Have virDomainOpenGraphicsFD? */
Packit a07778
#undef HAVE_VIR_DOMAIN_OPEN_GRAPHICS_FD
Packit a07778
Packit a07778
/* Have virNetworkGetDHCPLeases? */
Packit a07778
#undef HAVE_VIR_NETWORK_GET_DHCP_LEASES
Packit a07778
Packit a07778
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit a07778
#undef LT_OBJDIR
Packit a07778
Packit a07778
/* Name of package */
Packit a07778
#undef PACKAGE
Packit a07778
Packit a07778
/* Define to the address where bug reports for this package should be sent. */
Packit a07778
#undef PACKAGE_BUGREPORT
Packit a07778
Packit a07778
/* Define to the full name of this package. */
Packit a07778
#undef PACKAGE_NAME
Packit a07778
Packit a07778
/* Define to the full name and version of this package. */
Packit a07778
#undef PACKAGE_STRING
Packit a07778
Packit a07778
/* Define to the one symbol short name of this package. */
Packit a07778
#undef PACKAGE_TARNAME
Packit a07778
Packit a07778
/* Define to the home page for this package. */
Packit a07778
#undef PACKAGE_URL
Packit a07778
Packit a07778
/* Define to the version of this package. */
Packit a07778
#undef PACKAGE_VERSION
Packit a07778
Packit a07778
/* Define to 1 if you have the ANSI C header files. */
Packit a07778
#undef STDC_HEADERS
Packit a07778
Packit a07778
/* Version number of package */
Packit a07778
#undef VERSION
Packit a07778
Packit a07778
/* Define to 1 if gcc supports pragma push/pop */
Packit a07778
#undef WORKING_PRAGMA_PUSH
Packit a07778
Packit a07778
/* Enable GNU extensions */
Packit a07778
#undef _GNU_SOURCE
Packit a07778
Packit a07778
/* Define to 1 if the compiler is checking for lint. */
Packit a07778
#undef lint