Blame config.h.in

Packit Service 68b988
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit Service 68b988
Packit Service 68b988
/* Debug messages. */
Packit Service 68b988
#undef ENABLE_DEBUG
Packit Service 68b988
Packit Service 68b988
/* Experimental features. */
Packit Service 68b988
#undef ENABLE_EXPERIMENTAL
Packit Service 68b988
Packit Service 68b988
/* System logging. */
Packit Service 68b988
#undef ENABLE_LOGGING
Packit Service 68b988
Packit Service 68b988
/* Enable Xz for modules. */
Packit Service 68b988
#undef ENABLE_XZ
Packit Service 68b988
Packit Service 68b988
/* Enable zlib for modules. */
Packit Service 68b988
#undef ENABLE_ZLIB
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the declaration of `be32toh', and to 0 if you
Packit Service 68b988
   don't. */
Packit Service 68b988
#undef HAVE_DECL_BE32TOH
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the declaration of `strndupa', and to 0 if you
Packit Service 68b988
   don't. */
Packit Service 68b988
#undef HAVE_DECL_STRNDUPA
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Service 68b988
#undef HAVE_DLFCN_H
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the `finit_module' function. */
Packit Service 68b988
#undef HAVE_FINIT_MODULE
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Service 68b988
#undef HAVE_INTTYPES_H
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the <linux/module.h> header file. */
Packit Service 68b988
#undef HAVE_LINUX_MODULE_H
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the <memory.h> header file. */
Packit Service 68b988
#undef HAVE_MEMORY_H
Packit Service 68b988
Packit Service 68b988
/* Define if _Noreturn is available */
Packit Service 68b988
#undef HAVE_NORETURN
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the `secure_getenv' function. */
Packit Service 68b988
#undef HAVE_SECURE_GETENV
Packit Service 68b988
Packit Service 68b988
/* Define if _Static_assert() is available */
Packit Service 68b988
#undef HAVE_STATIC_ASSERT
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service 68b988
#undef HAVE_STDINT_H
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Service 68b988
#undef HAVE_STDLIB_H
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the <strings.h> header file. */
Packit Service 68b988
#undef HAVE_STRINGS_H
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the <string.h> header file. */
Packit Service 68b988
#undef HAVE_STRING_H
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if `st_mtim' is a member of `struct stat'. */
Packit Service 68b988
#undef HAVE_STRUCT_STAT_ST_MTIM
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Service 68b988
#undef HAVE_SYS_STAT_H
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Service 68b988
#undef HAVE_SYS_TYPES_H
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service 68b988
#undef HAVE_UNISTD_H
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if compiler has __builtin_clz() builtin function */
Packit Service 68b988
#undef HAVE___BUILTIN_CLZ
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if compiler has __builtin_types_compatible_p() builtin function
Packit Service 68b988
   */
Packit Service 68b988
#undef HAVE___BUILTIN_TYPES_COMPATIBLE_P
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if compiler has __builtin_uaddll_overflow() builtin function */
Packit Service 68b988
#undef HAVE___BUILTIN_UADDLL_OVERFLOW
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if compiler has __builtin_uaddl_overflow() builtin function */
Packit Service 68b988
#undef HAVE___BUILTIN_UADDL_OVERFLOW
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the `__secure_getenv' function. */
Packit Service 68b988
#undef HAVE___SECURE_GETENV
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the `__xstat' function. */
Packit Service 68b988
#undef HAVE___XSTAT
Packit Service 68b988
Packit Service 68b988
/* Features in this build */
Packit Service 68b988
#undef KMOD_FEATURES
Packit Service 68b988
Packit Service 68b988
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit Service 68b988
#undef LT_OBJDIR
Packit Service 68b988
Packit Service 68b988
/* Name of package */
Packit Service 68b988
#undef PACKAGE
Packit Service 68b988
Packit Service 68b988
/* Define to the address where bug reports for this package should be sent. */
Packit Service 68b988
#undef PACKAGE_BUGREPORT
Packit Service 68b988
Packit Service 68b988
/* Define to the full name of this package. */
Packit Service 68b988
#undef PACKAGE_NAME
Packit Service 68b988
Packit Service 68b988
/* Define to the full name and version of this package. */
Packit Service 68b988
#undef PACKAGE_STRING
Packit Service 68b988
Packit Service 68b988
/* Define to the one symbol short name of this package. */
Packit Service 68b988
#undef PACKAGE_TARNAME
Packit Service 68b988
Packit Service 68b988
/* Define to the home page for this package. */
Packit Service 68b988
#undef PACKAGE_URL
Packit Service 68b988
Packit Service 68b988
/* Define to the version of this package. */
Packit Service 68b988
#undef PACKAGE_VERSION
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you have the ANSI C header files. */
Packit Service 68b988
#undef STDC_HEADERS
Packit Service 68b988
Packit Service 68b988
/* Enable extensions on AIX 3, Interix.  */
Packit Service 68b988
#ifndef _ALL_SOURCE
Packit Service 68b988
# undef _ALL_SOURCE
Packit Service 68b988
#endif
Packit Service 68b988
/* Enable GNU extensions on systems that have them.  */
Packit Service 68b988
#ifndef _GNU_SOURCE
Packit Service 68b988
# undef _GNU_SOURCE
Packit Service 68b988
#endif
Packit Service 68b988
/* Enable threading extensions on Solaris.  */
Packit Service 68b988
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit Service 68b988
# undef _POSIX_PTHREAD_SEMANTICS
Packit Service 68b988
#endif
Packit Service 68b988
/* Enable extensions on HP NonStop.  */
Packit Service 68b988
#ifndef _TANDEM_SOURCE
Packit Service 68b988
# undef _TANDEM_SOURCE
Packit Service 68b988
#endif
Packit Service 68b988
/* Enable general extensions on Solaris.  */
Packit Service 68b988
#ifndef __EXTENSIONS__
Packit Service 68b988
# undef __EXTENSIONS__
Packit Service 68b988
#endif
Packit Service 68b988
Packit Service 68b988
Packit Service 68b988
/* Version number of package */
Packit Service 68b988
#undef VERSION
Packit Service 68b988
Packit Service 68b988
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit Service 68b988
#ifndef _DARWIN_USE_64_BIT_INODE
Packit Service 68b988
# define _DARWIN_USE_64_BIT_INODE 1
Packit Service 68b988
#endif
Packit Service 68b988
Packit Service 68b988
/* Number of bits in a file offset, on hosts where this is settable. */
Packit Service 68b988
#undef _FILE_OFFSET_BITS
Packit Service 68b988
Packit Service 68b988
/* Define for large files, on AIX-style hosts. */
Packit Service 68b988
#undef _LARGE_FILES
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if on MINIX. */
Packit Service 68b988
#undef _MINIX
Packit Service 68b988
Packit Service 68b988
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit Service 68b988
   this defined. */
Packit Service 68b988
#undef _POSIX_1_SOURCE
Packit Service 68b988
Packit Service 68b988
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit Service 68b988
#undef _POSIX_SOURCE