1551ccae044b0ff658fe629dd67edd5ffe75d10e8Reid Spencer/* include/llvm/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
27a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
3d442d2846a00c0ac2f031deba06b7e0d003f14adEric Christopher#ifndef CONFIG_H
4d442d2846a00c0ac2f031deba06b7e0d003f14adEric Christopher#define CONFIG_H
5d442d2846a00c0ac2f031deba06b7e0d003f14adEric Christopher
6cd81d94322a39503e4a3e87b6ee03d4fcb3465fbStephen Hines/* Exported configuration */
7cd81d94322a39503e4a3e87b6ee03d4fcb3465fbStephen Hines#include "llvm/Config/llvm-config.h"
86b241160eddc96ec098c74a041a327d545df6ff7Chandler Carruth
9cd81d94322a39503e4a3e87b6ee03d4fcb3465fbStephen Hines/* Patch version of the LLVM API */
10cd81d94322a39503e4a3e87b6ee03d4fcb3465fbStephen Hines#undef LLVM_VERSION_PATCH
117f9ec910a38f769dc91f1b3b3a9b50ee1cecff19Rafael Espindola
12cd81d94322a39503e4a3e87b6ee03d4fcb3465fbStephen Hines/* Bug report URL. */
13cd81d94322a39503e4a3e87b6ee03d4fcb3465fbStephen Hines#undef BUG_REPORT_URL
147e5c316b05d87a23abff03865d776bfb5634e7cdSebastian Pop
15c69bdadac9431efc0cfa6832a321e0f51ab4e6cdEric Christopher/* Define if you want backtraces on crash */
16c69bdadac9431efc0cfa6832a321e0f51ab4e6cdEric Christopher#undef ENABLE_BACKTRACES
17c69bdadac9431efc0cfa6832a321e0f51ab4e6cdEric Christopher
18e179b31bfcb6a49de5fe7df7586a2aade9191e08Daniel Dunbar/* Define to enable crash handling overrides */
19e179b31bfcb6a49de5fe7df7586a2aade9191e08Daniel Dunbar#undef ENABLE_CRASH_OVERRIDES
20e179b31bfcb6a49de5fe7df7586a2aade9191e08Daniel Dunbar
21af58cae8cb9c0ce64ae6a40990a4ad097c71e0e4Reid Spencer/* Define if position independent code is enabled */
22af58cae8cb9c0ce64ae6a40990a4ad097c71e0e4Reid Spencer#undef ENABLE_PIC
23af58cae8cb9c0ce64ae6a40990a4ad097c71e0e4Reid Spencer
24fc3f0b5c910cd60bb2d7cf6a882fd60e456df723Eric Christopher/* Define if timestamp information (e.g., __DATE__) is allowed */
25dd464df687faf544e83684d0c0e4da87c05f8bfeDaniel Dunbar#undef ENABLE_TIMESTAMPS
26dd464df687faf544e83684d0c0e4da87c05f8bfeDaniel Dunbar
270c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke/* Define to 1 if you have the `backtrace' function. */
280c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke#undef HAVE_BACKTRACE
290c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke
30f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer/* Define to 1 if you have the `ceilf' function. */
31f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer#undef HAVE_CEILF
32f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer
33654dee487555a3cf21bcbca38ef5a2687fd18ea7Eric Christopher/* Define to 1 if you have the <CrashReporterClient.h> header file. */
34654dee487555a3cf21bcbca38ef5a2687fd18ea7Eric Christopher#undef HAVE_CRASHREPORTERCLIENT_H
35654dee487555a3cf21bcbca38ef5a2687fd18ea7Eric Christopher
36d749382c8cc991bc75a384212a898e2396a09837NAKAMURA Takumi/* can use __crashreporter_info__ */
37481d402ab03e163e180d2650fae13704858f8d81Eric Christopher#undef HAVE_CRASHREPORTER_INFO
38481d402ab03e163e180d2650fae13704858f8d81Eric Christopher
397f5c6bf63c3ca8a7cfb079596093f7449fd85978Eric Christopher/* Define to 1 if you have the <cxxabi.h> header file. */
407f5c6bf63c3ca8a7cfb079596093f7449fd85978Eric Christopher#undef HAVE_CXXABI_H
417f5c6bf63c3ca8a7cfb079596093f7449fd85978Eric Christopher
4236b56886974eae4f9c5ebc96befd3e7bfe5de338Stephen Hines/* Define to 1 if you have the declaration of `arc4random', and to 0 if you
4336b56886974eae4f9c5ebc96befd3e7bfe5de338Stephen Hines   don't. */
4436b56886974eae4f9c5ebc96befd3e7bfe5de338Stephen Hines#undef HAVE_DECL_ARC4RANDOM
4536b56886974eae4f9c5ebc96befd3e7bfe5de338Stephen Hines
46f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger/* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
47f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger   don't. */
48f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger#undef HAVE_DECL_FE_ALL_EXCEPT
49f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger
50f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger/* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
51f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger   don't. */
52f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger#undef HAVE_DECL_FE_INEXACT
53f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger
54e29b0aca51e3568a92869daa70c4a0351750fd1eNAKAMURA Takumi/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
55e29b0aca51e3568a92869daa70c4a0351750fd1eNAKAMURA Takumi   don't. */
56e29b0aca51e3568a92869daa70c4a0351750fd1eNAKAMURA Takumi#undef HAVE_DECL_STRERROR_S
57e29b0aca51e3568a92869daa70c4a0351750fd1eNAKAMURA Takumi
588c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
598c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer   */
608c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_DIRENT_H
618c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
62cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <dlfcn.h> header file. */
63cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_DLFCN_H
64cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
65cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if dlopen() is available on this platform. */
66cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_DLOPEN
67cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
688c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the <errno.h> header file. */
698c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_ERRNO_H
708c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
710c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke/* Define to 1 if you have the <execinfo.h> header file. */
720c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke#undef HAVE_EXECINFO_H
730c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke
74ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson/* Define to 1 if you have the `exp' function. */
75ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson#undef HAVE_EXP
76ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson
77ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson/* Define to 1 if you have the `exp2' function. */
78ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson#undef HAVE_EXP2
79ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson
807a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <fcntl.h> header file. */
817a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_FCNTL_H
82d59a64797b12dab9dae1842171b4ca9fba302765Brian Gaeke
8348fd5a79e023bf6a647dfabb2bbb4c2f98617b81Dan Gohman/* Define to 1 if you have the <fenv.h> header file. */
8448fd5a79e023bf6a647dfabb2bbb4c2f98617b81Dan Gohman#undef HAVE_FENV_H
8548fd5a79e023bf6a647dfabb2bbb4c2f98617b81Dan Gohman
86267fddbedd3fe05808a198c147948ffb62ebc866Nick Lewycky/* Define if libffi is available on this platform. */
87267fddbedd3fe05808a198c147948ffb62ebc866Nick Lewycky#undef HAVE_FFI_CALL
88267fddbedd3fe05808a198c147948ffb62ebc866Nick Lewycky
89fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky/* Define to 1 if you have the <ffi/ffi.h> header file. */
90fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky#undef HAVE_FFI_FFI_H
91fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky
92fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky/* Define to 1 if you have the <ffi.h> header file. */
93fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky#undef HAVE_FFI_H
94fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky
95af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the finite function is found in <ieeefp.h> */
966802b55b6b4b46a2dc965eeeb1f75f1fdc33ba35Brian Gaeke#undef HAVE_FINITE_IN_IEEEFP_H
977a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
98f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer/* Define to 1 if you have the `floorf' function. */
99f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer#undef HAVE_FLOORF
100f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer
10196cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer/* Define to 1 if you have the `fmodf' function. */
10296cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer#undef HAVE_FMODF
10396cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer
104c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher/* Define to 1 if you have the `futimens' function. */
105c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher#undef HAVE_FUTIMENS
106c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher
107c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher/* Define to 1 if you have the `futimes' function. */
108c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher#undef HAVE_FUTIMES
109c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher
1107a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `getcwd' function. */
1117a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETCWD
1127a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1137a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `getpagesize' function. */
1147a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETPAGESIZE
1157a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1169ba8a76f8baaa1092d60ccfbc04e7efdc207c98fAnton Korobeynikov/* Define to 1 if you have the `getrlimit' function. */
1179ba8a76f8baaa1092d60ccfbc04e7efdc207c98fAnton Korobeynikov#undef HAVE_GETRLIMIT
1189ba8a76f8baaa1092d60ccfbc04e7efdc207c98fAnton Korobeynikov
1195c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke/* Define to 1 if you have the `getrusage' function. */
1205c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_GETRUSAGE
1215c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
1227a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `gettimeofday' function. */
1237a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETTIMEOFDAY
1247a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
125cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if the system has the type `int64_t'. */
126cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_INT64_T
127cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
1287a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <inttypes.h> header file. */
1297a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_INTTYPES_H
1307a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
13102cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke/* Define to 1 if you have the `isatty' function. */
13202cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke#undef HAVE_ISATTY
13302cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke
134af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the isinf function is found in <cmath> */
135c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke#undef HAVE_ISINF_IN_CMATH
136c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke
137af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the isinf function is found in <math.h> */
138c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke#undef HAVE_ISINF_IN_MATH_H
139c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke
140af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the isnan function is found in <cmath> */
1415c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_ISNAN_IN_CMATH
1425c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
143af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the isnan function is found in <math.h> */
1445c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_ISNAN_IN_MATH_H
1455c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
14636b56886974eae4f9c5ebc96befd3e7bfe5de338Stephen Hines/* Define if libedit is available on this platform. */
14736b56886974eae4f9c5ebc96befd3e7bfe5de338Stephen Hines#undef HAVE_LIBEDIT
1488c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
149484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
150484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer#undef HAVE_LIBIMAGEHLP
151484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer
1523484a99ba1ecddd221c9c77b321d66edb456a7fcReid Spencer/* Define to 1 if you have the `m' library (-lm). */
1533484a99ba1ecddd221c9c77b321d66edb456a7fcReid Spencer#undef HAVE_LIBM
1543484a99ba1ecddd221c9c77b321d66edb456a7fcReid Spencer
155484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer/* Define to 1 if you have the `psapi' library (-lpsapi). */
156484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer#undef HAVE_LIBPSAPI
157484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer
1585da60469f9a9513c28c9d715d818f7d789972e90Edward O'Callaghan/* Define to 1 if you have the `pthread' library (-lpthread). */
1595da60469f9a9513c28c9d715d818f7d789972e90Edward O'Callaghan#undef HAVE_LIBPTHREAD
1605da60469f9a9513c28c9d715d818f7d789972e90Edward O'Callaghan
1616a971bb8f59f4e20c953a2cc360cab7bae8642e4David Majnemer/* Define to 1 if you have the `shell32' library (-lshell32). */
1626a971bb8f59f4e20c953a2cc360cab7bae8642e4David Majnemer#undef HAVE_LIBSHELL32
1636a971bb8f59f4e20c953a2cc360cab7bae8642e4David Majnemer
1648cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov/* Define to 1 if you have the `udis86' library (-ludis86). */
1658cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov#undef HAVE_LIBUDIS86
1668cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov
167ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov/* Define to 1 if you have the `z' library (-lz). */
168ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov#undef HAVE_LIBZ
169ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov
170244acf3a4b172657924d21bbb3a65f6388cb68bdBob Wilson/* Define if you can use -rdynamic. */
171731c6abc469863ca6b8259319991bdc0455fc8b0Nick Lewycky#undef HAVE_LINK_EXPORT_DYNAMIC
172731c6abc469863ca6b8259319991bdc0455fc8b0Nick Lewycky
173d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <link.h> header file. */
174d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_LINK_H
175d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
176ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
177ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke   the current directory to the dynamic linker search path. */
178ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke#undef HAVE_LINK_R
179ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke
180ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson/* Define to 1 if you have the `log' function. */
181ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson#undef HAVE_LOG
182ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson
183ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson/* Define to 1 if you have the `log10' function. */
184ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson#undef HAVE_LOG10
185ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson
186ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson/* Define to 1 if you have the `log2' function. */
187ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson#undef HAVE_LOG2
188ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson
189cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer/* Define to 1 if you have the `longjmp' function. */
190cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer#undef HAVE_LONGJMP
191cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer
192a6d990a73f5ce41c6ce53d940f807621ecb4d260Reid Spencer/* Define to 1 if you have the <mach/mach.h> header file. */
193a6d990a73f5ce41c6ce53d940f807621ecb4d260Reid Spencer#undef HAVE_MACH_MACH_H
194a6d990a73f5ce41c6ce53d940f807621ecb4d260Reid Spencer
195cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mallinfo() is available on this platform. */
196cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MALLINFO
197cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
1987a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <malloc.h> header file. */
1997a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_MALLOC_H
2007a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2010b14259eb2b2663ca9ee02ad8919b27e2723d330Chris Lattner/* Define to 1 if you have the <malloc/malloc.h> header file. */
2020b14259eb2b2663ca9ee02ad8919b27e2723d330Chris Lattner#undef HAVE_MALLOC_MALLOC_H
2030b14259eb2b2663ca9ee02ad8919b27e2723d330Chris Lattner
204368c36ff32b93bf8e29fb7a4ff2c3a10f3aec164Chris Lattner/* Define to 1 if you have the `malloc_zone_statistics' function. */
205368c36ff32b93bf8e29fb7a4ff2c3a10f3aec164Chris Lattner#undef HAVE_MALLOC_ZONE_STATISTICS
206368c36ff32b93bf8e29fb7a4ff2c3a10f3aec164Chris Lattner
207d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <memory.h> header file. */
208d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_MEMORY_H
209d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
210f9960f769ae574705b4dff4d6253285705a7012aReid Spencer/* Define to 1 if you have the `mkdtemp' function. */
211f9960f769ae574705b4dff4d6253285705a7012aReid Spencer#undef HAVE_MKDTEMP
212f9960f769ae574705b4dff4d6253285705a7012aReid Spencer
2135c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke/* Define to 1 if you have the `mkstemp' function. */
2145c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_MKSTEMP
2155c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
216f9960f769ae574705b4dff4d6253285705a7012aReid Spencer/* Define to 1 if you have the `mktemp' function. */
217f9960f769ae574705b4dff4d6253285705a7012aReid Spencer#undef HAVE_MKTEMP
218f9960f769ae574705b4dff4d6253285705a7012aReid Spencer
2197a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have a working `mmap' system call. */
2207a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_MMAP
2217a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
222cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
223cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke   it uses MAP_ANON */
224cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MMAP_ANONYMOUS
225cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
226cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mmap() can map files into memory */
227cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MMAP_FILE
228cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
2298c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
2308c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_NDIR_H
2318c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
232df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer/* Define to 1 if you have the `nearbyintf' function. */
233df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer#undef HAVE_NEARBYINTF
234df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer
235e429182c013128ecc1cc2ccc6fd457d311003947Eric Christopher/* Define to 1 if you have the `posix_spawn' function. */
236e429182c013128ecc1cc2ccc6fd457d311003947Eric Christopher#undef HAVE_POSIX_SPAWN
237e429182c013128ecc1cc2ccc6fd457d311003947Eric Christopher
23896cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer/* Define to 1 if you have the `powf' function. */
23996cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer#undef HAVE_POWF
24096cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer
2415745fbce1674b29f4dce6b6e31556c4c1e83dc89Benjamin Kramer/* Define to 1 if you have the `pread' function. */
2425745fbce1674b29f4dce6b6e31556c4c1e83dc89Benjamin Kramer#undef HAVE_PREAD
2435745fbce1674b29f4dce6b6e31556c4c1e83dc89Benjamin Kramer
2449058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke/* Define to have the %a format string */
2459058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke#undef HAVE_PRINTF_A
2469058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke
24727fcfe1364943dadd99fd0ef5af6793f58acc446Owen Anderson/* Have pthread_getspecific */
24827fcfe1364943dadd99fd0ef5af6793f58acc446Owen Anderson#undef HAVE_PTHREAD_GETSPECIFIC
24927fcfe1364943dadd99fd0ef5af6793f58acc446Owen Anderson
250f8e9f7c70af05e40a65f75b49073b48941257839Reid Spencer/* Define to 1 if you have the <pthread.h> header file. */
251f8e9f7c70af05e40a65f75b49073b48941257839Reid Spencer#undef HAVE_PTHREAD_H
252f8e9f7c70af05e40a65f75b49073b48941257839Reid Spencer
2534046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Have pthread_mutex_lock */
2544046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_PTHREAD_MUTEX_LOCK
2554046846d2cb36a6281b853c73776584063cca19dJohn Criswell
256de8aed2808224f0651400b8efee35830b83020a5Owen Anderson/* Have pthread_rwlock_init */
257de8aed2808224f0651400b8efee35830b83020a5Owen Anderson#undef HAVE_PTHREAD_RWLOCK_INIT
258de8aed2808224f0651400b8efee35830b83020a5Owen Anderson
259af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
260af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer#undef HAVE_RAND48
261af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer
262f9960f769ae574705b4dff4d6253285705a7012aReid Spencer/* Define to 1 if you have the `realpath' function. */
263f9960f769ae574705b4dff4d6253285705a7012aReid Spencer#undef HAVE_REALPATH
264f9960f769ae574705b4dff4d6253285705a7012aReid Spencer
265df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer/* Define to 1 if you have the `rintf' function. */
266df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer#undef HAVE_RINTF
2678085cff7ebbee3efd932b8f27f67187a4ba707e1Reid Spencer
26896cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer/* Define to 1 if you have the `round' function. */
26996cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer#undef HAVE_ROUND
27096cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer
271df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer/* Define to 1 if you have the `roundf' function. */
272df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer#undef HAVE_ROUNDF
2738085cff7ebbee3efd932b8f27f67187a4ba707e1Reid Spencer
2749d9c19cf9672d4a19237b9bf7c22cbb0c5809b07Reid Spencer/* Define to 1 if you have the `sbrk' function. */
2759d9c19cf9672d4a19237b9bf7c22cbb0c5809b07Reid Spencer#undef HAVE_SBRK
2769d9c19cf9672d4a19237b9bf7c22cbb0c5809b07Reid Spencer
277b7a8d400be7ce9e275c6e09a2a90fbacd0566476Jeffrey Yasskin/* Define to 1 if you have the `setenv' function. */
278b7a8d400be7ce9e275c6e09a2a90fbacd0566476Jeffrey Yasskin#undef HAVE_SETENV
279b7a8d400be7ce9e275c6e09a2a90fbacd0566476Jeffrey Yasskin
280cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer/* Define to 1 if you have the `setjmp' function. */
281cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer#undef HAVE_SETJMP
282cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer
283d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <setjmp.h> header file. */
284d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_SETJMP_H
285d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
28659473af39565dcff7416426b8aaed3ad63476c81Reid Spencer/* Define to 1 if you have the `setrlimit' function. */
28759473af39565dcff7416426b8aaed3ad63476c81Reid Spencer#undef HAVE_SETRLIMIT
28859473af39565dcff7416426b8aaed3ad63476c81Reid Spencer
289cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer/* Define to 1 if you have the `siglongjmp' function. */
290cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer#undef HAVE_SIGLONGJMP
291cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer
29259473af39565dcff7416426b8aaed3ad63476c81Reid Spencer/* Define to 1 if you have the <signal.h> header file. */
29359473af39565dcff7416426b8aaed3ad63476c81Reid Spencer#undef HAVE_SIGNAL_H
29459473af39565dcff7416426b8aaed3ad63476c81Reid Spencer
295cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer/* Define to 1 if you have the `sigsetjmp' function. */
296cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer#undef HAVE_SIGSETJMP
297cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer
2987a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <stdint.h> header file. */
2997a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STDINT_H
3007a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
301d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <stdlib.h> header file. */
302d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_STDLIB_H
303d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
304af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the std::isinf function is found in <cmath> */
305c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke#undef HAVE_STD_ISINF_IN_CMATH
306c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke
307af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the std::isnan function is found in <cmath> */
3085c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_STD_ISNAN_IN_CMATH
3095c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
3107931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer/* Define to 1 if you have the `strerror' function. */
3117931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer#undef HAVE_STRERROR
3127931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer
3137931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer/* Define to 1 if you have the `strerror_r' function. */
3147931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer#undef HAVE_STRERROR_R
3157931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer
316d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <strings.h> header file. */
317d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_STRINGS_H
318d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
319d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <string.h> header file. */
320d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_STRING_H
321d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
32296cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer/* Define to 1 if you have the `strtof' function. */
32396cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer#undef HAVE_STRTOF
32496cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer
325cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the `strtoll' function. */
326cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_STRTOLL
327cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
328cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the `strtoq' function. */
329cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_STRTOQ
330cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
33151a33548d46a338a251eb48a937bc2eec758a01cReid Spencer/* Define to 1 if you have the `sysconf' function. */
33251a33548d46a338a251eb48a937bc2eec758a01cReid Spencer#undef HAVE_SYSCONF
33351a33548d46a338a251eb48a937bc2eec758a01cReid Spencer
3348c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
3358c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer   */
3368c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_SYS_DIR_H
3378c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
33801746745f1287effa1772ef51b973988afcea699Douglas Gregor/* Define to 1 if you have the <sys/ioctl.h> header file. */
33901746745f1287effa1772ef51b973988afcea699Douglas Gregor#undef HAVE_SYS_IOCTL_H
34001746745f1287effa1772ef51b973988afcea699Douglas Gregor
341cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <sys/mman.h> header file. */
342cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_SYS_MMAN_H
343cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
3448c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
3458c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer   */
3468c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_SYS_NDIR_H
3478c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
34859473af39565dcff7416426b8aaed3ad63476c81Reid Spencer/* Define to 1 if you have the <sys/param.h> header file. */
34959473af39565dcff7416426b8aaed3ad63476c81Reid Spencer#undef HAVE_SYS_PARAM_H
35059473af39565dcff7416426b8aaed3ad63476c81Reid Spencer
351cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <sys/resource.h> header file. */
352cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_SYS_RESOURCE_H
353cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
3547a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <sys/stat.h> header file. */
3557a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_STAT_H
3567a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
3577a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <sys/time.h> header file. */
3587a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_TIME_H
3597a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
360d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <sys/types.h> header file. */
361d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_SYS_TYPES_H
362d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
3633e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar/* Define to 1 if you have the <sys/uio.h> header file. */
3643e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar#undef HAVE_SYS_UIO_H
3653e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar
3667a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
3677a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_WAIT_H
3687a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
3698d8bdff6d7eccb05bf16e18141263ee72ea8296bChandler Carruth/* Define if the setupterm() function is supported this platform. */
3708d8bdff6d7eccb05bf16e18141263ee72ea8296bChandler Carruth#undef HAVE_TERMINFO
3718d8bdff6d7eccb05bf16e18141263ee72ea8296bChandler Carruth
372071d73d67e7cea60e7334f6ae96c1e8f8050a662Douglas Gregor/* Define to 1 if you have the <termios.h> header file. */
373071d73d67e7cea60e7334f6ae96c1e8f8050a662Douglas Gregor#undef HAVE_TERMIOS_H
374071d73d67e7cea60e7334f6ae96c1e8f8050a662Douglas Gregor
375cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if the system has the type `uint64_t'. */
376cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_UINT64_T
377cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
3787a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <unistd.h> header file. */
3797a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_UNISTD_H
3807a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
38159473af39565dcff7416426b8aaed3ad63476c81Reid Spencer/* Define to 1 if you have the <utime.h> header file. */
38259473af39565dcff7416426b8aaed3ad63476c81Reid Spencer#undef HAVE_UTIME_H
38359473af39565dcff7416426b8aaed3ad63476c81Reid Spencer
3841f4a27947f5d7840df45ea9e757b88e6269bda5fReid Spencer/* Define to 1 if the system has the type `u_int64_t'. */
3851f4a27947f5d7840df45ea9e757b88e6269bda5fReid Spencer#undef HAVE_U_INT64_T
3861f4a27947f5d7840df45ea9e757b88e6269bda5fReid Spencer
387f28411f732960981f8920195ad8f7e6792396961Jeffrey Yasskin/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
388f28411f732960981f8920195ad8f7e6792396961Jeffrey Yasskin#undef HAVE_VALGRIND_VALGRIND_H
389f28411f732960981f8920195ad8f7e6792396961Jeffrey Yasskin
3903e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar/* Define to 1 if you have the `writev' function. */
3913e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar#undef HAVE_WRITEV
3923e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar
393ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov/* Define to 1 if you have the <zlib.h> header file. */
394ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov#undef HAVE_ZLIB_H
395ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov
3961f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's _alloca */
3971f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE__ALLOCA
3981f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
3991f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __alloca */
4001f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___ALLOCA
4011f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4021f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __ashldi3 */
4031f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___ASHLDI3
4041f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4051f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __ashrdi3 */
4061f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___ASHRDI3
4071f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4081f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __chkstk */
4091f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___CHKSTK
4101f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4111f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __cmpdi2 */
4121f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___CMPDI2
4131f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4141f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __divdi3 */
4151f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___DIVDI3
4161f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4173b30a6e92d1da79674451879d4112a8f83cc12a4Anton Korobeynikov/* Define to 1 if you have the `__dso_handle' function. */
4183b30a6e92d1da79674451879d4112a8f83cc12a4Anton Korobeynikov#undef HAVE___DSO_HANDLE
4193b30a6e92d1da79674451879d4112a8f83cc12a4Anton Korobeynikov
4201f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __fixdfdi */
4211f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___FIXDFDI
4221f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4231f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __fixsfdi */
4241f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___FIXSFDI
4251f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4261f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __floatdidf */
4271f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___FLOATDIDF
4281f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4291f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __lshrdi3 */
4301f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___LSHRDI3
4311f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4321f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __main */
4331f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___MAIN
4341f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4351f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __moddi3 */
4361f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___MODDI3
4371f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4381f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __udivdi3 */
4391f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___UDIVDI3
4401f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4411f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __umoddi3 */
4421f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___UMODDI3
4431f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4441f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's ___chkstk */
4451f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE____CHKSTK
4461f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
447ee0f32d723431cdae943e8a8d45ecdb856a0e76cDaniel Dunbar/* Linker version detected at compile time. */
448ee0f32d723431cdae943e8a8d45ecdb856a0e76cDaniel Dunbar#undef HOST_LINK_VERSION
449ee0f32d723431cdae943e8a8d45ecdb856a0e76cDaniel Dunbar
450ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov/* Define if zlib is enabled */
451ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov#undef LLVM_ENABLE_ZLIB
452ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov
45336b56886974eae4f9c5ebc96befd3e7bfe5de338Stephen Hines/* The shared library extension */
4548c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef LTDL_SHLIB_EXT
4558c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
4567931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
4577931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer   its not necessary */
4587931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer#undef NEED_DEV_ZERO_FOR_MMAP
4597931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer
4607a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the address where bug reports for this package should be sent. */
4617a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_BUGREPORT
4627a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
4637a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the full name of this package. */
4647a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_NAME
4657a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
4667a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the full name and version of this package. */
4677a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_STRING
4687a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
4697a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the one symbol short name of this package. */
4707a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_TARNAME
4717a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
4727a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the version of this package. */
4737a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_VERSION
4747a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
4757a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define as the return type of signal handlers (`int' or `void'). */
4767a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef RETSIGTYPE
4777a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
47859473af39565dcff7416426b8aaed3ad63476c81Reid Spencer/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
47959473af39565dcff7416426b8aaed3ad63476c81Reid Spencer#undef STAT_MACROS_BROKEN
48059473af39565dcff7416426b8aaed3ad63476c81Reid Spencer
481360fa9a29d65b6c9b69fb2ba9712d69098cfca13Eric Christopher/* Define to 1 if you have the ANSI C header files. */
482360fa9a29d65b6c9b69fb2ba9712d69098cfca13Eric Christopher#undef STDC_HEADERS
483360fa9a29d65b6c9b69fb2ba9712d69098cfca13Eric Christopher
4847a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
4857a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef TIME_WITH_SYS_TIME
4867a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
4877a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if your <sys/time.h> declares `struct tm'. */
4887a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef TM_IN_SYS_TIME
4897a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
4908cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov/* Define if use udis86 library */
4918cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov#undef USE_UDIS86
4928cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov
4936073a0524023454324d2575e8667c72666597bfeNAKAMURA Takumi/* Type of 1st arg on ELM Callback */
4946073a0524023454324d2575e8667c72666597bfeNAKAMURA Takumi#undef WIN32_ELMCB_PCSTR
4956073a0524023454324d2575e8667c72666597bfeNAKAMURA Takumi
4967a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to `int' if <sys/types.h> does not define. */
4977a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef pid_t
4987a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
499a773bd54f32ceb55af08286fe00c6ec1b73e5b9aReid Spencer/* Define to `unsigned int' if <sys/types.h> does not define. */
5007a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef size_t
501d442d2846a00c0ac2f031deba06b7e0d003f14adEric Christopher
502d442d2846a00c0ac2f031deba06b7e0d003f14adEric Christopher#endif
503