1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Debug messages. */ 4#undef ENABLE_DEBUG 5 6/* System logging. */ 7#undef ENABLE_LOGGING 8 9/* Enable openssl for modinfo. */ 10#undef ENABLE_OPENSSL 11 12/* Enable Xz for modules. */ 13#undef ENABLE_XZ 14 15/* Enable zlib for modules. */ 16#undef ENABLE_ZLIB 17 18/* Enable Zstandard for modules. */ 19#undef ENABLE_ZSTD 20 21/* Define to 1 if you have the declaration of `be32toh', and to 0 if you 22 don't. */ 23#undef HAVE_DECL_BE32TOH 24 25/* Define to 1 if you have the declaration of `strndupa', and to 0 if you 26 don't. */ 27#undef HAVE_DECL_STRNDUPA 28 29/* Define to 1 if you have the <dlfcn.h> header file. */ 30#undef HAVE_DLFCN_H 31 32/* Define to 1 if you have the `finit_module' function. */ 33#undef HAVE_FINIT_MODULE 34 35/* Define to 1 if you have the <inttypes.h> header file. */ 36#undef HAVE_INTTYPES_H 37 38/* Define to 1 if you have the <linux/module.h> header file. */ 39#undef HAVE_LINUX_MODULE_H 40 41/* Define to 1 if you have the <minix/config.h> header file. */ 42#undef HAVE_MINIX_CONFIG_H 43 44/* Define if _Noreturn is available */ 45#undef HAVE_NORETURN 46 47/* Define to 1 if you have the `secure_getenv' function. */ 48#undef HAVE_SECURE_GETENV 49 50/* Define if _Static_assert() is available */ 51#undef HAVE_STATIC_ASSERT 52 53/* Define to 1 if you have the <stdint.h> header file. */ 54#undef HAVE_STDINT_H 55 56/* Define to 1 if you have the <stdio.h> header file. */ 57#undef HAVE_STDIO_H 58 59/* Define to 1 if you have the <stdlib.h> header file. */ 60#undef HAVE_STDLIB_H 61 62/* Define to 1 if you have the <strings.h> header file. */ 63#undef HAVE_STRINGS_H 64 65/* Define to 1 if you have the <string.h> header file. */ 66#undef HAVE_STRING_H 67 68/* Define to 1 if `st_mtim' is a member of `struct stat'. */ 69#undef HAVE_STRUCT_STAT_ST_MTIM 70 71/* Define to 1 if you have the <sys/stat.h> header file. */ 72#undef HAVE_SYS_STAT_H 73 74/* Define to 1 if you have the <sys/types.h> header file. */ 75#undef HAVE_SYS_TYPES_H 76 77/* Define to 1 if you have the <unistd.h> header file. */ 78#undef HAVE_UNISTD_H 79 80/* Define to 1 if you have the <wchar.h> header file. */ 81#undef HAVE_WCHAR_H 82 83/* Define to 1 if compiler has __builtin_clz() builtin function */ 84#undef HAVE___BUILTIN_CLZ 85 86/* Define to 1 if compiler has __builtin_types_compatible_p() builtin function 87 */ 88#undef HAVE___BUILTIN_TYPES_COMPATIBLE_P 89 90/* Define to 1 if compiler has __builtin_uaddll_overflow() builtin function */ 91#undef HAVE___BUILTIN_UADDLL_OVERFLOW 92 93/* Define to 1 if compiler has __builtin_uaddl_overflow() builtin function */ 94#undef HAVE___BUILTIN_UADDL_OVERFLOW 95 96/* Define to 1 if you have the `__secure_getenv' function. */ 97#undef HAVE___SECURE_GETENV 98 99/* Define to 1 if you have the `__xstat' function. */ 100#undef HAVE___XSTAT 101 102/* Features in this build */ 103#undef KMOD_FEATURES 104 105/* Define to the sub-directory where libtool stores uninstalled libraries. */ 106#undef LT_OBJDIR 107 108/* Name of package */ 109#undef PACKAGE 110 111/* Define to the address where bug reports for this package should be sent. */ 112#undef PACKAGE_BUGREPORT 113 114/* Define to the full name of this package. */ 115#undef PACKAGE_NAME 116 117/* Define to the full name and version of this package. */ 118#undef PACKAGE_STRING 119 120/* Define to the one symbol short name of this package. */ 121#undef PACKAGE_TARNAME 122 123/* Define to the home page for this package. */ 124#undef PACKAGE_URL 125 126/* Define to the version of this package. */ 127#undef PACKAGE_VERSION 128 129/* Define to 1 if all of the C90 standard headers exist (not just the ones 130 required in a freestanding environment). This macro is provided for 131 backward compatibility; new code need not use it. */ 132#undef STDC_HEADERS 133 134/* Enable extensions on AIX 3, Interix. */ 135#ifndef _ALL_SOURCE 136# undef _ALL_SOURCE 137#endif 138/* Enable general extensions on macOS. */ 139#ifndef _DARWIN_C_SOURCE 140# undef _DARWIN_C_SOURCE 141#endif 142/* Enable general extensions on Solaris. */ 143#ifndef __EXTENSIONS__ 144# undef __EXTENSIONS__ 145#endif 146/* Enable GNU extensions on systems that have them. */ 147#ifndef _GNU_SOURCE 148# undef _GNU_SOURCE 149#endif 150/* Enable X/Open compliant socket functions that do not require linking 151 with -lxnet on HP-UX 11.11. */ 152#ifndef _HPUX_ALT_XOPEN_SOCKET_API 153# undef _HPUX_ALT_XOPEN_SOCKET_API 154#endif 155/* Identify the host operating system as Minix. 156 This macro does not affect the system headers' behavior. 157 A future release of Autoconf may stop defining this macro. */ 158#ifndef _MINIX 159# undef _MINIX 160#endif 161/* Enable general extensions on NetBSD. 162 Enable NetBSD compatibility extensions on Minix. */ 163#ifndef _NETBSD_SOURCE 164# undef _NETBSD_SOURCE 165#endif 166/* Enable OpenBSD compatibility extensions on NetBSD. 167 Oddly enough, this does nothing on OpenBSD. */ 168#ifndef _OPENBSD_SOURCE 169# undef _OPENBSD_SOURCE 170#endif 171/* Define to 1 if needed for POSIX-compatible behavior. */ 172#ifndef _POSIX_SOURCE 173# undef _POSIX_SOURCE 174#endif 175/* Define to 2 if needed for POSIX-compatible behavior. */ 176#ifndef _POSIX_1_SOURCE 177# undef _POSIX_1_SOURCE 178#endif 179/* Enable POSIX-compatible threading on Solaris. */ 180#ifndef _POSIX_PTHREAD_SEMANTICS 181# undef _POSIX_PTHREAD_SEMANTICS 182#endif 183/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 184#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 185# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 186#endif 187/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 188#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 189# undef __STDC_WANT_IEC_60559_BFP_EXT__ 190#endif 191/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 192#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 193# undef __STDC_WANT_IEC_60559_DFP_EXT__ 194#endif 195/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 196#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 197# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 198#endif 199/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ 200#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 201# undef __STDC_WANT_IEC_60559_TYPES_EXT__ 202#endif 203/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 204#ifndef __STDC_WANT_LIB_EXT2__ 205# undef __STDC_WANT_LIB_EXT2__ 206#endif 207/* Enable extensions specified by ISO/IEC 24747:2009. */ 208#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 209# undef __STDC_WANT_MATH_SPEC_FUNCS__ 210#endif 211/* Enable extensions on HP NonStop. */ 212#ifndef _TANDEM_SOURCE 213# undef _TANDEM_SOURCE 214#endif 215/* Enable X/Open extensions. Define to 500 only if necessary 216 to make mbstate_t available. */ 217#ifndef _XOPEN_SOURCE 218# undef _XOPEN_SOURCE 219#endif 220 221 222/* Version number of package */ 223#undef VERSION 224 225/* Number of bits in a file offset, on hosts where this is settable. */ 226#undef _FILE_OFFSET_BITS 227 228/* Define for large files, on AIX-style hosts. */ 229#undef _LARGE_FILES 230