1 /* config.h.in. Generated from configure.ac by autoheader. */ 2 3 /* Define to 1 if you have the <fcntl.h> header file. */ 4 #undef HAVE_FCNTL_H 5 6 /* Define to 1 if you have the <inttypes.h> header file. */ 7 #undef HAVE_INTTYPES_H 8 9 /* Define to 1 if you have the <libintl.h> header file. */ 10 #undef HAVE_LIBINTL_H 11 12 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 13 to 0 otherwise. */ 14 #undef HAVE_MALLOC 15 16 /* Define to 1 if you have the `memset' function. */ 17 #undef HAVE_MEMSET 18 19 /* Define to 1 if you have the <minix/config.h> header file. */ 20 #undef HAVE_MINIX_CONFIG_H 21 22 /* Define to 1 if you have the `regcomp' function. */ 23 #undef HAVE_REGCOMP 24 25 /* Define to 1 if you have the <stdint.h> header file. */ 26 #undef HAVE_STDINT_H 27 28 /* Define to 1 if you have the <stdio.h> header file. */ 29 #undef HAVE_STDIO_H 30 31 /* Define to 1 if you have the <stdlib.h> header file. */ 32 #undef HAVE_STDLIB_H 33 34 /* Define to 1 if you have the `strchr' function. */ 35 #undef HAVE_STRCHR 36 37 /* Define to 1 if you have the <strings.h> header file. */ 38 #undef HAVE_STRINGS_H 39 40 /* Define to 1 if you have the <string.h> header file. */ 41 #undef HAVE_STRING_H 42 43 /* Define to 1 if you have the `strrchr' function. */ 44 #undef HAVE_STRRCHR 45 46 /* Define to 1 if you have the `strstr' function. */ 47 #undef HAVE_STRSTR 48 49 /* Define to 1 if you have the <sys/stat.h> header file. */ 50 #undef HAVE_SYS_STAT_H 51 52 /* Define to 1 if you have the <sys/types.h> header file. */ 53 #undef HAVE_SYS_TYPES_H 54 55 /* Define to 1 if you have the <termios.h> header file. */ 56 #undef HAVE_TERMIOS_H 57 58 /* Define to 1 if you have the <unistd.h> header file. */ 59 #undef HAVE_UNISTD_H 60 61 /* Define to 1 if you have the <wchar.h> header file. */ 62 #undef HAVE_WCHAR_H 63 64 /* Name of package */ 65 #undef PACKAGE 66 67 /* Define to the address where bug reports for this package should be sent. */ 68 #undef PACKAGE_BUGREPORT 69 70 /* Define to the full name of this package. */ 71 #undef PACKAGE_NAME 72 73 /* Define to the full name and version of this package. */ 74 #undef PACKAGE_STRING 75 76 /* Define to the one symbol short name of this package. */ 77 #undef PACKAGE_TARNAME 78 79 /* Define to the home page for this package. */ 80 #undef PACKAGE_URL 81 82 /* Define to the version of this package. */ 83 #undef PACKAGE_VERSION 84 85 /* Define to 1 if all of the C90 standard headers exist (not just the ones 86 required in a freestanding environment). This macro is provided for 87 backward compatibility; new code need not use it. */ 88 #undef STDC_HEADERS 89 90 /* Enable extensions on AIX 3, Interix. */ 91 #ifndef _ALL_SOURCE 92 # undef _ALL_SOURCE 93 #endif 94 /* Enable general extensions on macOS. */ 95 #ifndef _DARWIN_C_SOURCE 96 # undef _DARWIN_C_SOURCE 97 #endif 98 /* Enable general extensions on Solaris. */ 99 #ifndef __EXTENSIONS__ 100 # undef __EXTENSIONS__ 101 #endif 102 /* Enable GNU extensions on systems that have them. */ 103 #ifndef _GNU_SOURCE 104 # undef _GNU_SOURCE 105 #endif 106 /* Enable X/Open compliant socket functions that do not require linking 107 with -lxnet on HP-UX 11.11. */ 108 #ifndef _HPUX_ALT_XOPEN_SOCKET_API 109 # undef _HPUX_ALT_XOPEN_SOCKET_API 110 #endif 111 /* Identify the host operating system as Minix. 112 This macro does not affect the system headers' behavior. 113 A future release of Autoconf may stop defining this macro. */ 114 #ifndef _MINIX 115 # undef _MINIX 116 #endif 117 /* Enable general extensions on NetBSD. 118 Enable NetBSD compatibility extensions on Minix. */ 119 #ifndef _NETBSD_SOURCE 120 # undef _NETBSD_SOURCE 121 #endif 122 /* Enable OpenBSD compatibility extensions on NetBSD. 123 Oddly enough, this does nothing on OpenBSD. */ 124 #ifndef _OPENBSD_SOURCE 125 # undef _OPENBSD_SOURCE 126 #endif 127 /* Define to 1 if needed for POSIX-compatible behavior. */ 128 #ifndef _POSIX_SOURCE 129 # undef _POSIX_SOURCE 130 #endif 131 /* Define to 2 if needed for POSIX-compatible behavior. */ 132 #ifndef _POSIX_1_SOURCE 133 # undef _POSIX_1_SOURCE 134 #endif 135 /* Enable POSIX-compatible threading on Solaris. */ 136 #ifndef _POSIX_PTHREAD_SEMANTICS 137 # undef _POSIX_PTHREAD_SEMANTICS 138 #endif 139 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 140 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 141 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 142 #endif 143 /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 144 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 145 # undef __STDC_WANT_IEC_60559_BFP_EXT__ 146 #endif 147 /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 148 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 149 # undef __STDC_WANT_IEC_60559_DFP_EXT__ 150 #endif 151 /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 152 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 153 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 154 #endif 155 /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ 156 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 157 # undef __STDC_WANT_IEC_60559_TYPES_EXT__ 158 #endif 159 /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 160 #ifndef __STDC_WANT_LIB_EXT2__ 161 # undef __STDC_WANT_LIB_EXT2__ 162 #endif 163 /* Enable extensions specified by ISO/IEC 24747:2009. */ 164 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 165 # undef __STDC_WANT_MATH_SPEC_FUNCS__ 166 #endif 167 /* Enable extensions on HP NonStop. */ 168 #ifndef _TANDEM_SOURCE 169 # undef _TANDEM_SOURCE 170 #endif 171 /* Enable X/Open extensions. Define to 500 only if necessary 172 to make mbstate_t available. */ 173 #ifndef _XOPEN_SOURCE 174 # undef _XOPEN_SOURCE 175 #endif 176 177 178 /* Version number of package */ 179 #undef VERSION 180 181 /* Define to empty if `const' does not conform to ANSI C. */ 182 #undef const 183 184 /* Define to rpl_malloc if the replacement function should be used. */ 185 #undef malloc 186 187 /* Define to `unsigned int' if <sys/types.h> does not define. */ 188 #undef size_t