Blame config.h.in

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