10eb10989Smrg/* makedepend-config.h.in. Generated from configure.ac by autoheader. */ 20eb10989Smrg 3fadff096Smrg/* Define to 1 if you have the 'fchmod' function. */ 40eb10989Smrg#undef HAVE_FCHMOD 50eb10989Smrg 663165362Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 763165362Smrg#undef HAVE_INTTYPES_H 863165362Smrg 9fadff096Smrg/* Define to 1 if you have the <minix/config.h> header file. */ 10fadff096Smrg#undef HAVE_MINIX_CONFIG_H 11fadff096Smrg 12fadff096Smrg/* Define to 1 if you have the 'reallocarray' function. */ 13fadff096Smrg#undef HAVE_REALLOCARRAY 14fadff096Smrg 15fadff096Smrg/* Define to 1 if you have the 'rename' function. */ 160eb10989Smrg#undef HAVE_RENAME 170eb10989Smrg 1863165362Smrg/* Define to 1 if you have the <stdint.h> header file. */ 1963165362Smrg#undef HAVE_STDINT_H 2063165362Smrg 2174901992Smrg/* Define to 1 if you have the <stdio.h> header file. */ 2274901992Smrg#undef HAVE_STDIO_H 2374901992Smrg 2463165362Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 2563165362Smrg#undef HAVE_STDLIB_H 2663165362Smrg 2763165362Smrg/* Define to 1 if you have the <strings.h> header file. */ 2863165362Smrg#undef HAVE_STRINGS_H 2963165362Smrg 3063165362Smrg/* Define to 1 if you have the <string.h> header file. */ 3163165362Smrg#undef HAVE_STRING_H 3263165362Smrg 3363165362Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 3463165362Smrg#undef HAVE_SYS_STAT_H 3563165362Smrg 3663165362Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 3763165362Smrg#undef HAVE_SYS_TYPES_H 3863165362Smrg 3963165362Smrg/* Define to 1 if you have the <unistd.h> header file. */ 4063165362Smrg#undef HAVE_UNISTD_H 4163165362Smrg 42fadff096Smrg/* Define to 1 if you have the <wchar.h> header file. */ 43fadff096Smrg#undef HAVE_WCHAR_H 44fadff096Smrg 450eb10989Smrg/* Name of package */ 460eb10989Smrg#undef PACKAGE 470eb10989Smrg 480eb10989Smrg/* Define to the address where bug reports for this package should be sent. */ 490eb10989Smrg#undef PACKAGE_BUGREPORT 500eb10989Smrg 510eb10989Smrg/* Define to the full name of this package. */ 520eb10989Smrg#undef PACKAGE_NAME 530eb10989Smrg 540eb10989Smrg/* Define to the full name and version of this package. */ 550eb10989Smrg#undef PACKAGE_STRING 560eb10989Smrg 570eb10989Smrg/* Define to the one symbol short name of this package. */ 580eb10989Smrg#undef PACKAGE_TARNAME 590eb10989Smrg 60e4c0bf4dSmrg/* Define to the home page for this package. */ 61e4c0bf4dSmrg#undef PACKAGE_URL 62e4c0bf4dSmrg 630eb10989Smrg/* Define to the version of this package. */ 640eb10989Smrg#undef PACKAGE_VERSION 650eb10989Smrg 660eb10989Smrg/* Major version of this package */ 670eb10989Smrg#undef PACKAGE_VERSION_MAJOR 680eb10989Smrg 690eb10989Smrg/* Minor version of this package */ 700eb10989Smrg#undef PACKAGE_VERSION_MINOR 710eb10989Smrg 720eb10989Smrg/* Patch version of this package */ 730eb10989Smrg#undef PACKAGE_VERSION_PATCHLEVEL 740eb10989Smrg 75fadff096Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 7674901992Smrg required in a freestanding environment). This macro is provided for 7774901992Smrg backward compatibility; new code need not use it. */ 7863165362Smrg#undef STDC_HEADERS 7963165362Smrg 80fadff096Smrg/* Enable extensions on AIX, Interix, z/OS. */ 81fadff096Smrg#ifndef _ALL_SOURCE 82fadff096Smrg# undef _ALL_SOURCE 83fadff096Smrg#endif 84fadff096Smrg/* Enable general extensions on macOS. */ 85fadff096Smrg#ifndef _DARWIN_C_SOURCE 86fadff096Smrg# undef _DARWIN_C_SOURCE 87fadff096Smrg#endif 88fadff096Smrg/* Enable general extensions on Solaris. */ 89fadff096Smrg#ifndef __EXTENSIONS__ 90fadff096Smrg# undef __EXTENSIONS__ 91fadff096Smrg#endif 92fadff096Smrg/* Enable GNU extensions on systems that have them. */ 93fadff096Smrg#ifndef _GNU_SOURCE 94fadff096Smrg# undef _GNU_SOURCE 95fadff096Smrg#endif 96fadff096Smrg/* Enable X/Open compliant socket functions that do not require linking 97fadff096Smrg with -lxnet on HP-UX 11.11. */ 98fadff096Smrg#ifndef _HPUX_ALT_XOPEN_SOCKET_API 99fadff096Smrg# undef _HPUX_ALT_XOPEN_SOCKET_API 100fadff096Smrg#endif 101fadff096Smrg/* Identify the host operating system as Minix. 102fadff096Smrg This macro does not affect the system headers' behavior. 103fadff096Smrg A future release of Autoconf may stop defining this macro. */ 104fadff096Smrg#ifndef _MINIX 105fadff096Smrg# undef _MINIX 106fadff096Smrg#endif 107fadff096Smrg/* Enable general extensions on NetBSD. 108fadff096Smrg Enable NetBSD compatibility extensions on Minix. */ 109fadff096Smrg#ifndef _NETBSD_SOURCE 110fadff096Smrg# undef _NETBSD_SOURCE 111fadff096Smrg#endif 112fadff096Smrg/* Enable OpenBSD compatibility extensions on NetBSD. 113fadff096Smrg Oddly enough, this does nothing on OpenBSD. */ 114fadff096Smrg#ifndef _OPENBSD_SOURCE 115fadff096Smrg# undef _OPENBSD_SOURCE 116fadff096Smrg#endif 117fadff096Smrg/* Define to 1 if needed for POSIX-compatible behavior. */ 118fadff096Smrg#ifndef _POSIX_SOURCE 119fadff096Smrg# undef _POSIX_SOURCE 120fadff096Smrg#endif 121fadff096Smrg/* Define to 2 if needed for POSIX-compatible behavior. */ 122fadff096Smrg#ifndef _POSIX_1_SOURCE 123fadff096Smrg# undef _POSIX_1_SOURCE 124fadff096Smrg#endif 125fadff096Smrg/* Enable POSIX-compatible threading on Solaris. */ 126fadff096Smrg#ifndef _POSIX_PTHREAD_SEMANTICS 127fadff096Smrg# undef _POSIX_PTHREAD_SEMANTICS 128fadff096Smrg#endif 129fadff096Smrg/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 130fadff096Smrg#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 131fadff096Smrg# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 132fadff096Smrg#endif 133fadff096Smrg/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 134fadff096Smrg#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 135fadff096Smrg# undef __STDC_WANT_IEC_60559_BFP_EXT__ 136fadff096Smrg#endif 137fadff096Smrg/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 138fadff096Smrg#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 139fadff096Smrg# undef __STDC_WANT_IEC_60559_DFP_EXT__ 140fadff096Smrg#endif 141fadff096Smrg/* Enable extensions specified by C23 Annex F. */ 142fadff096Smrg#ifndef __STDC_WANT_IEC_60559_EXT__ 143fadff096Smrg# undef __STDC_WANT_IEC_60559_EXT__ 144fadff096Smrg#endif 145fadff096Smrg/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 146fadff096Smrg#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 147fadff096Smrg# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 148fadff096Smrg#endif 149fadff096Smrg/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */ 150fadff096Smrg#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 151fadff096Smrg# undef __STDC_WANT_IEC_60559_TYPES_EXT__ 152fadff096Smrg#endif 153fadff096Smrg/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 154fadff096Smrg#ifndef __STDC_WANT_LIB_EXT2__ 155fadff096Smrg# undef __STDC_WANT_LIB_EXT2__ 156fadff096Smrg#endif 157fadff096Smrg/* Enable extensions specified by ISO/IEC 24747:2009. */ 158fadff096Smrg#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 159fadff096Smrg# undef __STDC_WANT_MATH_SPEC_FUNCS__ 160fadff096Smrg#endif 161fadff096Smrg/* Enable extensions on HP NonStop. */ 162fadff096Smrg#ifndef _TANDEM_SOURCE 163fadff096Smrg# undef _TANDEM_SOURCE 164fadff096Smrg#endif 165fadff096Smrg/* Enable X/Open extensions. Define to 500 only if necessary 166fadff096Smrg to make mbstate_t available. */ 167fadff096Smrg#ifndef _XOPEN_SOURCE 168fadff096Smrg# undef _XOPEN_SOURCE 169fadff096Smrg#endif 170fadff096Smrg 171fadff096Smrg 1720eb10989Smrg/* Version number of package */ 1730eb10989Smrg#undef VERSION 1740eb10989Smrg 1750eb10989Smrg/* Number of bits in a file offset, on hosts where this is settable. */ 1760eb10989Smrg#undef _FILE_OFFSET_BITS 1770eb10989Smrg 178fadff096Smrg/* Define to 1 on platforms where this makes off_t a 64-bit type. */ 1790eb10989Smrg#undef _LARGE_FILES 180fadff096Smrg 181fadff096Smrg/* Number of bits in time_t, on hosts where this is settable. */ 182fadff096Smrg#undef _TIME_BITS 183fadff096Smrg 184fadff096Smrg/* Define to 1 on platforms where this makes time_t a 64-bit type. */ 185fadff096Smrg#undef __MINGW_USE_VC2005_COMPAT 186