config.h.in revision d23cd02ffe8399be976729d0d48106194dd43820
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
691e7ccd98bfa3db5f5c5d2ffa1ffb4061043af40Eric Christopher/* Bug report URL. */
791e7ccd98bfa3db5f5c5d2ffa1ffb4061043af40Eric Christopher#undef BUG_REPORT_URL
891e7ccd98bfa3db5f5c5d2ffa1ffb4061043af40Eric Christopher
946e6bcf3aca5496e51993dff0d3be2c0b45e4a8fEric Christopher/* Define if we have libxml2 */
1046e6bcf3aca5496e51993dff0d3be2c0b45e4a8fEric Christopher#undef CLANG_HAVE_LIBXML
1146e6bcf3aca5496e51993dff0d3be2c0b45e4a8fEric Christopher
126b241160eddc96ec098c74a041a327d545df6ff7Chandler Carruth/* Relative directory for resource files */
136b241160eddc96ec098c74a041a327d545df6ff7Chandler Carruth#undef CLANG_RESOURCE_DIR
146b241160eddc96ec098c74a041a327d545df6ff7Chandler Carruth
157f9ec910a38f769dc91f1b3b3a9b50ee1cecff19Rafael Espindola/* Directories clang will search for headers */
167f9ec910a38f769dc91f1b3b3a9b50ee1cecff19Rafael Espindola#undef C_INCLUDE_DIRS
177f9ec910a38f769dc91f1b3b3a9b50ee1cecff19Rafael Espindola
187e5c316b05d87a23abff03865d776bfb5634e7cdSebastian Pop/* Default <path> to all compiler invocations for --sysroot=<path>. */
197e5c316b05d87a23abff03865d776bfb5634e7cdSebastian Pop#undef DEFAULT_SYSROOT
207e5c316b05d87a23abff03865d776bfb5634e7cdSebastian Pop
21c69bdadac9431efc0cfa6832a321e0f51ab4e6cdEric Christopher/* Define if you want backtraces on crash */
22c69bdadac9431efc0cfa6832a321e0f51ab4e6cdEric Christopher#undef ENABLE_BACKTRACES
23c69bdadac9431efc0cfa6832a321e0f51ab4e6cdEric Christopher
24af58cae8cb9c0ce64ae6a40990a4ad097c71e0e4Reid Spencer/* Define if position independent code is enabled */
25af58cae8cb9c0ce64ae6a40990a4ad097c71e0e4Reid Spencer#undef ENABLE_PIC
26af58cae8cb9c0ce64ae6a40990a4ad097c71e0e4Reid Spencer
27fc3f0b5c910cd60bb2d7cf6a882fd60e456df723Eric Christopher/* Define if timestamp information (e.g., __DATE__) is allowed */
28dd464df687faf544e83684d0c0e4da87c05f8bfeDaniel Dunbar#undef ENABLE_TIMESTAMPS
29dd464df687faf544e83684d0c0e4da87c05f8bfeDaniel Dunbar
301aee22e0720932a82dd3bf3fc8be804fff6bb89aRafael Espindola/* Directory where gcc is installed. */
311aee22e0720932a82dd3bf3fc8be804fff6bb89aRafael Espindola#undef GCC_INSTALL_PREFIX
321aee22e0720932a82dd3bf3fc8be804fff6bb89aRafael Espindola
33e0b0e7b2950d3c132004105bba5f36a8eaea7925Daniel Dunbar/* Define to 1 if you have the `arc4random' function. */
34e0b0e7b2950d3c132004105bba5f36a8eaea7925Daniel Dunbar#undef HAVE_ARC4RANDOM
35e0b0e7b2950d3c132004105bba5f36a8eaea7925Daniel Dunbar
36d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the `argz_append' function. */
37d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_ARGZ_APPEND
38d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
39d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the `argz_create_sep' function. */
40d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_ARGZ_CREATE_SEP
41d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
42d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <argz.h> header file. */
43d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_ARGZ_H
44d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
45d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the `argz_insert' function. */
46d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_ARGZ_INSERT
47d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
48d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the `argz_next' function. */
49d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_ARGZ_NEXT
50d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
51d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the `argz_stringify' function. */
52d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_ARGZ_STRINGIFY
53d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
540c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke/* Define to 1 if you have the `backtrace' function. */
550c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke#undef HAVE_BACKTRACE
560c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke
57f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer/* Define to 1 if you have the `ceilf' function. */
58f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer#undef HAVE_CEILF
59f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer
6000ad26ff5760ff2d1b24acb18718e63541088923David Greene/* Define if the neat program is available */
6100ad26ff5760ff2d1b24acb18718e63541088923David Greene#undef HAVE_CIRCO
6200ad26ff5760ff2d1b24acb18718e63541088923David Greene
638c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the `closedir' function. */
648c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_CLOSEDIR
658c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
66654dee487555a3cf21bcbca38ef5a2687fd18ea7Eric Christopher/* Define to 1 if you have the <CrashReporterClient.h> header file. */
67654dee487555a3cf21bcbca38ef5a2687fd18ea7Eric Christopher#undef HAVE_CRASHREPORTERCLIENT_H
68654dee487555a3cf21bcbca38ef5a2687fd18ea7Eric Christopher
69d749382c8cc991bc75a384212a898e2396a09837NAKAMURA Takumi/* can use __crashreporter_info__ */
70481d402ab03e163e180d2650fae13704858f8d81Eric Christopher#undef HAVE_CRASHREPORTER_INFO
71481d402ab03e163e180d2650fae13704858f8d81Eric Christopher
727f5c6bf63c3ca8a7cfb079596093f7449fd85978Eric Christopher/* Define to 1 if you have the <cxxabi.h> header file. */
737f5c6bf63c3ca8a7cfb079596093f7449fd85978Eric Christopher#undef HAVE_CXXABI_H
747f5c6bf63c3ca8a7cfb079596093f7449fd85978Eric Christopher
75f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger/* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
76f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger   don't. */
77f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger#undef HAVE_DECL_FE_ALL_EXCEPT
78f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger
79f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger/* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
80f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger   don't. */
81f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger#undef HAVE_DECL_FE_INEXACT
82f9a7132df8f8e0dd0f54fd603d358fc5a2285011Joerg Sonnenberger
83e29b0aca51e3568a92869daa70c4a0351750fd1eNAKAMURA Takumi/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
84e29b0aca51e3568a92869daa70c4a0351750fd1eNAKAMURA Takumi   don't. */
85e29b0aca51e3568a92869daa70c4a0351750fd1eNAKAMURA Takumi#undef HAVE_DECL_STRERROR_S
86e29b0aca51e3568a92869daa70c4a0351750fd1eNAKAMURA Takumi
878c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
888c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer   */
898c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_DIRENT_H
908c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
918c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define if you have the GNU dld library. */
928c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_DLD
938c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
948c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the `dlerror' function. */
958c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_DLERROR
96394855a87d52d71b702cfbf0ec1a223bda9163d4Reid Spencer
97cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <dlfcn.h> header file. */
98cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_DLFCN_H
99cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
100cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if dlopen() is available on this platform. */
101cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_DLOPEN
102cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
103caf0ecec9ed4411280f16b81f43bcca1940a32deReid Spencer/* Define if the dot program is available */
104caf0ecec9ed4411280f16b81f43bcca1940a32deReid Spencer#undef HAVE_DOT
105caf0ecec9ed4411280f16b81f43bcca1940a32deReid Spencer
106ecbd242833cadb8b22006143d5ee4c1152bc81e3Reid Spencer/* Define if the dotty program is available */
107ecbd242833cadb8b22006143d5ee4c1152bc81e3Reid Spencer#undef HAVE_DOTTY
108ecbd242833cadb8b22006143d5ee4c1152bc81e3Reid Spencer
1098c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define if you have the _dyld_func_lookup function. */
1108c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_DYLD
1118c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
1128c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the <errno.h> header file. */
1138c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_ERRNO_H
1148c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
1158c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if the system has the type `error_t'. */
1168c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_ERROR_T
1178c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
1180c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke/* Define to 1 if you have the <execinfo.h> header file. */
1190c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke#undef HAVE_EXECINFO_H
1200c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke
121ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson/* Define to 1 if you have the `exp' function. */
122ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson#undef HAVE_EXP
123ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson
124ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson/* Define to 1 if you have the `exp2' function. */
125ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson#undef HAVE_EXP2
126ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson
1277a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <fcntl.h> header file. */
1287a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_FCNTL_H
129d59a64797b12dab9dae1842171b4ca9fba302765Brian Gaeke
13000ad26ff5760ff2d1b24acb18718e63541088923David Greene/* Define if the neat program is available */
13100ad26ff5760ff2d1b24acb18718e63541088923David Greene#undef HAVE_FDP
13200ad26ff5760ff2d1b24acb18718e63541088923David Greene
13348fd5a79e023bf6a647dfabb2bbb4c2f98617b81Dan Gohman/* Define to 1 if you have the <fenv.h> header file. */
13448fd5a79e023bf6a647dfabb2bbb4c2f98617b81Dan Gohman#undef HAVE_FENV_H
13548fd5a79e023bf6a647dfabb2bbb4c2f98617b81Dan Gohman
136267fddbedd3fe05808a198c147948ffb62ebc866Nick Lewycky/* Define if libffi is available on this platform. */
137267fddbedd3fe05808a198c147948ffb62ebc866Nick Lewycky#undef HAVE_FFI_CALL
138267fddbedd3fe05808a198c147948ffb62ebc866Nick Lewycky
139fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky/* Define to 1 if you have the <ffi/ffi.h> header file. */
140fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky#undef HAVE_FFI_FFI_H
141fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky
142fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky/* Define to 1 if you have the <ffi.h> header file. */
143fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky#undef HAVE_FFI_H
144fb3dcf875bc4262572fee58ac560379879ab8ee2Nick Lewycky
145af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the finite function is found in <ieeefp.h> */
1466802b55b6b4b46a2dc965eeeb1f75f1fdc33ba35Brian Gaeke#undef HAVE_FINITE_IN_IEEEFP_H
1477a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
148f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer/* Define to 1 if you have the `floorf' function. */
149f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer#undef HAVE_FLOORF
150f4bb9b1fa76564704a4ab6c27d5d72180b493e9aReid Spencer
15196cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer/* Define to 1 if you have the `fmodf' function. */
15296cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer#undef HAVE_FMODF
15396cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer
154c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher/* Define to 1 if you have the `futimens' function. */
155c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher#undef HAVE_FUTIMENS
156c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher
157c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher/* Define to 1 if you have the `futimes' function. */
158c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher#undef HAVE_FUTIMES
159c589a5f2849620306b14077b16e51a3e0b7ef5cdEric Christopher
1607a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `getcwd' function. */
1617a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETCWD
1627a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1637a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `getpagesize' function. */
1647a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETPAGESIZE
1657a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1669ba8a76f8baaa1092d60ccfbc04e7efdc207c98fAnton Korobeynikov/* Define to 1 if you have the `getrlimit' function. */
1679ba8a76f8baaa1092d60ccfbc04e7efdc207c98fAnton Korobeynikov#undef HAVE_GETRLIMIT
1689ba8a76f8baaa1092d60ccfbc04e7efdc207c98fAnton Korobeynikov
1695c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke/* Define to 1 if you have the `getrusage' function. */
1705c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_GETRUSAGE
1715c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
1727a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `gettimeofday' function. */
1737a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETTIMEOFDAY
1747a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1758a2246f32ec6480b6430078ff2c5740a0a11a3fbReid Spencer/* Define if the Graphviz program is available */
1768a2246f32ec6480b6430078ff2c5740a0a11a3fbReid Spencer#undef HAVE_GRAPHVIZ
1778a2246f32ec6480b6430078ff2c5740a0a11a3fbReid Spencer
178be13028264888b01ac6fcd46667cf31a7e84e9cfReid Spencer/* Define if the gv program is available */
179be13028264888b01ac6fcd46667cf31a7e84e9cfReid Spencer#undef HAVE_GV
180be13028264888b01ac6fcd46667cf31a7e84e9cfReid Spencer
181cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if the system has the type `int64_t'. */
182cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_INT64_T
183cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
1847a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <inttypes.h> header file. */
1857a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_INTTYPES_H
1867a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
18702cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke/* Define to 1 if you have the `isatty' function. */
18802cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke#undef HAVE_ISATTY
18902cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke
190af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the isinf function is found in <cmath> */
191c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke#undef HAVE_ISINF_IN_CMATH
192c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke
193af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the isinf function is found in <math.h> */
194c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke#undef HAVE_ISINF_IN_MATH_H
195c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke
196af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the isnan function is found in <cmath> */
1975c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_ISNAN_IN_CMATH
1985c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
199af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the isnan function is found in <math.h> */
2005c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_ISNAN_IN_MATH_H
2015c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
2028c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define if you have the libdl library or equivalent. */
2038c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_LIBDL
2048c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
205484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
206484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer#undef HAVE_LIBIMAGEHLP
207484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer
2083484a99ba1ecddd221c9c77b321d66edb456a7fcReid Spencer/* Define to 1 if you have the `m' library (-lm). */
2093484a99ba1ecddd221c9c77b321d66edb456a7fcReid Spencer#undef HAVE_LIBM
2103484a99ba1ecddd221c9c77b321d66edb456a7fcReid Spencer
211484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer/* Define to 1 if you have the `psapi' library (-lpsapi). */
212484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer#undef HAVE_LIBPSAPI
213484fc8e38421f5b26593a9edacd734baf844c9e9Reid Spencer
2145da60469f9a9513c28c9d715d818f7d789972e90Edward O'Callaghan/* Define to 1 if you have the `pthread' library (-lpthread). */
2155da60469f9a9513c28c9d715d818f7d789972e90Edward O'Callaghan#undef HAVE_LIBPTHREAD
2165da60469f9a9513c28c9d715d818f7d789972e90Edward O'Callaghan
2178cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov/* Define to 1 if you have the `udis86' library (-ludis86). */
2188cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov#undef HAVE_LIBUDIS86
2198cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov
220ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov/* Define to 1 if you have the `z' library (-lz). */
221ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov#undef HAVE_LIBZ
222ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov
223731c6abc469863ca6b8259319991bdc0455fc8b0Nick Lewycky/* Define if you can use -Wl,-export-dynamic. */
224731c6abc469863ca6b8259319991bdc0455fc8b0Nick Lewycky#undef HAVE_LINK_EXPORT_DYNAMIC
225731c6abc469863ca6b8259319991bdc0455fc8b0Nick Lewycky
226d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <link.h> header file. */
227d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_LINK_H
228d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
229ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
230ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke   the current directory to the dynamic linker search path. */
231ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke#undef HAVE_LINK_R
232ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke
233ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson/* Define to 1 if you have the `log' function. */
234ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson#undef HAVE_LOG
235ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson
236ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson/* Define to 1 if you have the `log10' function. */
237ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson#undef HAVE_LOG10
238ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson
239ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson/* Define to 1 if you have the `log2' function. */
240ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson#undef HAVE_LOG2
241ec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28Owen Anderson
242cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer/* Define to 1 if you have the `longjmp' function. */
243cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer#undef HAVE_LONGJMP
244cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer
245a6d990a73f5ce41c6ce53d940f807621ecb4d260Reid Spencer/* Define to 1 if you have the <mach/mach.h> header file. */
246a6d990a73f5ce41c6ce53d940f807621ecb4d260Reid Spencer#undef HAVE_MACH_MACH_H
247a6d990a73f5ce41c6ce53d940f807621ecb4d260Reid Spencer
2488c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the <mach-o/dyld.h> header file. */
2498c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_MACH_O_DYLD_H
2508c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
251cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mallinfo() is available on this platform. */
252cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MALLINFO
253cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
2547a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <malloc.h> header file. */
2557a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_MALLOC_H
2567a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2570b14259eb2b2663ca9ee02ad8919b27e2723d330Chris Lattner/* Define to 1 if you have the <malloc/malloc.h> header file. */
2580b14259eb2b2663ca9ee02ad8919b27e2723d330Chris Lattner#undef HAVE_MALLOC_MALLOC_H
2590b14259eb2b2663ca9ee02ad8919b27e2723d330Chris Lattner
260368c36ff32b93bf8e29fb7a4ff2c3a10f3aec164Chris Lattner/* Define to 1 if you have the `malloc_zone_statistics' function. */
261368c36ff32b93bf8e29fb7a4ff2c3a10f3aec164Chris Lattner#undef HAVE_MALLOC_ZONE_STATISTICS
262368c36ff32b93bf8e29fb7a4ff2c3a10f3aec164Chris Lattner
263d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <memory.h> header file. */
264d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_MEMORY_H
265d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
266f9960f769ae574705b4dff4d6253285705a7012aReid Spencer/* Define to 1 if you have the `mkdtemp' function. */
267f9960f769ae574705b4dff4d6253285705a7012aReid Spencer#undef HAVE_MKDTEMP
268f9960f769ae574705b4dff4d6253285705a7012aReid Spencer
2695c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke/* Define to 1 if you have the `mkstemp' function. */
2705c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_MKSTEMP
2715c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
272f9960f769ae574705b4dff4d6253285705a7012aReid Spencer/* Define to 1 if you have the `mktemp' function. */
273f9960f769ae574705b4dff4d6253285705a7012aReid Spencer#undef HAVE_MKTEMP
274f9960f769ae574705b4dff4d6253285705a7012aReid Spencer
2757a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have a working `mmap' system call. */
2767a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_MMAP
2777a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
278cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
279cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke   it uses MAP_ANON */
280cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MMAP_ANONYMOUS
281cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
282cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mmap() can map files into memory */
283cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MMAP_FILE
284cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
2858c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
2868c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_NDIR_H
2878c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
288df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer/* Define to 1 if you have the `nearbyintf' function. */
289df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer#undef HAVE_NEARBYINTF
290df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer
29100ad26ff5760ff2d1b24acb18718e63541088923David Greene/* Define if the neat program is available */
29200ad26ff5760ff2d1b24acb18718e63541088923David Greene#undef HAVE_NEATO
29300ad26ff5760ff2d1b24acb18718e63541088923David Greene
2948c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the `opendir' function. */
2958c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_OPENDIR
2968c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
297e429182c013128ecc1cc2ccc6fd457d311003947Eric Christopher/* Define to 1 if you have the `posix_spawn' function. */
298e429182c013128ecc1cc2ccc6fd457d311003947Eric Christopher#undef HAVE_POSIX_SPAWN
299e429182c013128ecc1cc2ccc6fd457d311003947Eric Christopher
30096cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer/* Define to 1 if you have the `powf' function. */
30196cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer#undef HAVE_POWF
30296cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer
3035745fbce1674b29f4dce6b6e31556c4c1e83dc89Benjamin Kramer/* Define to 1 if you have the `pread' function. */
3045745fbce1674b29f4dce6b6e31556c4c1e83dc89Benjamin Kramer#undef HAVE_PREAD
3055745fbce1674b29f4dce6b6e31556c4c1e83dc89Benjamin Kramer
3068c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define if libtool can extract symbol lists from object files. */
3078c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_PRELOADED_SYMBOLS
3088c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
3099058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke/* Define to have the %a format string */
3109058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke#undef HAVE_PRINTF_A
3119058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke
31227fcfe1364943dadd99fd0ef5af6793f58acc446Owen Anderson/* Have pthread_getspecific */
31327fcfe1364943dadd99fd0ef5af6793f58acc446Owen Anderson#undef HAVE_PTHREAD_GETSPECIFIC
31427fcfe1364943dadd99fd0ef5af6793f58acc446Owen Anderson
315f8e9f7c70af05e40a65f75b49073b48941257839Reid Spencer/* Define to 1 if you have the <pthread.h> header file. */
316f8e9f7c70af05e40a65f75b49073b48941257839Reid Spencer#undef HAVE_PTHREAD_H
317f8e9f7c70af05e40a65f75b49073b48941257839Reid Spencer
3184046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Have pthread_mutex_lock */
3194046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_PTHREAD_MUTEX_LOCK
3204046846d2cb36a6281b853c73776584063cca19dJohn Criswell
321de8aed2808224f0651400b8efee35830b83020a5Owen Anderson/* Have pthread_rwlock_init */
322de8aed2808224f0651400b8efee35830b83020a5Owen Anderson#undef HAVE_PTHREAD_RWLOCK_INIT
323de8aed2808224f0651400b8efee35830b83020a5Owen Anderson
324af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
325af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer#undef HAVE_RAND48
326af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer
3278c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the `readdir' function. */
3288c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_READDIR
3298c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
330f9960f769ae574705b4dff4d6253285705a7012aReid Spencer/* Define to 1 if you have the `realpath' function. */
331f9960f769ae574705b4dff4d6253285705a7012aReid Spencer#undef HAVE_REALPATH
332f9960f769ae574705b4dff4d6253285705a7012aReid Spencer
333df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer/* Define to 1 if you have the `rintf' function. */
334df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer#undef HAVE_RINTF
3358085cff7ebbee3efd932b8f27f67187a4ba707e1Reid Spencer
33696cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer/* Define to 1 if you have the `round' function. */
33796cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer#undef HAVE_ROUND
33896cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer
339df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer/* Define to 1 if you have the `roundf' function. */
340df3be82dcbf61bd4ad9e13e93dfbf37a7a46ee51Reid Spencer#undef HAVE_ROUNDF
3418085cff7ebbee3efd932b8f27f67187a4ba707e1Reid Spencer
3429d9c19cf9672d4a19237b9bf7c22cbb0c5809b07Reid Spencer/* Define to 1 if you have the `sbrk' function. */
3439d9c19cf9672d4a19237b9bf7c22cbb0c5809b07Reid Spencer#undef HAVE_SBRK
3449d9c19cf9672d4a19237b9bf7c22cbb0c5809b07Reid Spencer
345b7a8d400be7ce9e275c6e09a2a90fbacd0566476Jeffrey Yasskin/* Define to 1 if you have the `setenv' function. */
346b7a8d400be7ce9e275c6e09a2a90fbacd0566476Jeffrey Yasskin#undef HAVE_SETENV
347b7a8d400be7ce9e275c6e09a2a90fbacd0566476Jeffrey Yasskin
348cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer/* Define to 1 if you have the `setjmp' function. */
349cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer#undef HAVE_SETJMP
350cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer
351d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <setjmp.h> header file. */
352d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_SETJMP_H
353d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
35459473af39565dcff7416426b8aaed3ad63476c81Reid Spencer/* Define to 1 if you have the `setrlimit' function. */
35559473af39565dcff7416426b8aaed3ad63476c81Reid Spencer#undef HAVE_SETRLIMIT
35659473af39565dcff7416426b8aaed3ad63476c81Reid Spencer
3578c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define if you have the shl_load function. */
3588c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_SHL_LOAD
3598c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
360cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer/* Define to 1 if you have the `siglongjmp' function. */
361cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer#undef HAVE_SIGLONGJMP
362cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer
36359473af39565dcff7416426b8aaed3ad63476c81Reid Spencer/* Define to 1 if you have the <signal.h> header file. */
36459473af39565dcff7416426b8aaed3ad63476c81Reid Spencer#undef HAVE_SIGNAL_H
36559473af39565dcff7416426b8aaed3ad63476c81Reid Spencer
366cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer/* Define to 1 if you have the `sigsetjmp' function. */
367cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer#undef HAVE_SIGSETJMP
368cdb08a3691b0949ea9fea690571631e1a842bf3aReid Spencer
3697a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <stdint.h> header file. */
3707a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STDINT_H
3717a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
372d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <stdlib.h> header file. */
373d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_STDLIB_H
374d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
375af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the std::isinf function is found in <cmath> */
376c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke#undef HAVE_STD_ISINF_IN_CMATH
377c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke
378af362fc492bf0bfc6e43e3025621834ea031a29eReid Spencer/* Set to 1 if the std::isnan function is found in <cmath> */
3795c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_STD_ISNAN_IN_CMATH
3805c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
3817931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer/* Define to 1 if you have the `strerror' function. */
3827931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer#undef HAVE_STRERROR
3837931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer
3847931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer/* Define to 1 if you have the `strerror_r' function. */
3857931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer#undef HAVE_STRERROR_R
3867931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer
387d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <strings.h> header file. */
388d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_STRINGS_H
389d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
390d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <string.h> header file. */
391d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_STRING_H
392d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
39396cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer/* Define to 1 if you have the `strtof' function. */
39496cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer#undef HAVE_STRTOF
39596cf58777bf7d28968054b0dd8cb0624a7433e89Reid Spencer
396cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the `strtoll' function. */
397cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_STRTOLL
398cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
399cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the `strtoq' function. */
400cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_STRTOQ
401cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
40251a33548d46a338a251eb48a937bc2eec758a01cReid Spencer/* Define to 1 if you have the `sysconf' function. */
40351a33548d46a338a251eb48a937bc2eec758a01cReid Spencer#undef HAVE_SYSCONF
40451a33548d46a338a251eb48a937bc2eec758a01cReid Spencer
4058c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
4068c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer   */
4078c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_SYS_DIR_H
4088c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
40901746745f1287effa1772ef51b973988afcea699Douglas Gregor/* Define to 1 if you have the <sys/ioctl.h> header file. */
41001746745f1287effa1772ef51b973988afcea699Douglas Gregor#undef HAVE_SYS_IOCTL_H
41101746745f1287effa1772ef51b973988afcea699Douglas Gregor
412cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <sys/mman.h> header file. */
413cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_SYS_MMAN_H
414cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
4158c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
4168c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer   */
4178c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef HAVE_SYS_NDIR_H
4188c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
41959473af39565dcff7416426b8aaed3ad63476c81Reid Spencer/* Define to 1 if you have the <sys/param.h> header file. */
42059473af39565dcff7416426b8aaed3ad63476c81Reid Spencer#undef HAVE_SYS_PARAM_H
42159473af39565dcff7416426b8aaed3ad63476c81Reid Spencer
422cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <sys/resource.h> header file. */
423cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_SYS_RESOURCE_H
424cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
4257a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <sys/stat.h> header file. */
4267a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_STAT_H
4277a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
4287a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <sys/time.h> header file. */
4297a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_TIME_H
4307a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
431d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher/* Define to 1 if you have the <sys/types.h> header file. */
432d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher#undef HAVE_SYS_TYPES_H
433d23cd02ffe8399be976729d0d48106194dd43820Eric Christopher
4343e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar/* Define to 1 if you have the <sys/uio.h> header file. */
4353e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar#undef HAVE_SYS_UIO_H
4363e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar
4377a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
4387a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_WAIT_H
4397a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
440071d73d67e7cea60e7334f6ae96c1e8f8050a662Douglas Gregor/* Define to 1 if you have the <termios.h> header file. */
441071d73d67e7cea60e7334f6ae96c1e8f8050a662Douglas Gregor#undef HAVE_TERMIOS_H
442071d73d67e7cea60e7334f6ae96c1e8f8050a662Douglas Gregor
44300ad26ff5760ff2d1b24acb18718e63541088923David Greene/* Define if the neat program is available */
44400ad26ff5760ff2d1b24acb18718e63541088923David Greene#undef HAVE_TWOPI
44500ad26ff5760ff2d1b24acb18718e63541088923David Greene
446cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if the system has the type `uint64_t'. */
447cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_UINT64_T
448cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
4497a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <unistd.h> header file. */
4507a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_UNISTD_H
4517a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
45259473af39565dcff7416426b8aaed3ad63476c81Reid Spencer/* Define to 1 if you have the <utime.h> header file. */
45359473af39565dcff7416426b8aaed3ad63476c81Reid Spencer#undef HAVE_UTIME_H
45459473af39565dcff7416426b8aaed3ad63476c81Reid Spencer
4551f4a27947f5d7840df45ea9e757b88e6269bda5fReid Spencer/* Define to 1 if the system has the type `u_int64_t'. */
4561f4a27947f5d7840df45ea9e757b88e6269bda5fReid Spencer#undef HAVE_U_INT64_T
4571f4a27947f5d7840df45ea9e757b88e6269bda5fReid Spencer
458f28411f732960981f8920195ad8f7e6792396961Jeffrey Yasskin/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
459f28411f732960981f8920195ad8f7e6792396961Jeffrey Yasskin#undef HAVE_VALGRIND_VALGRIND_H
460f28411f732960981f8920195ad8f7e6792396961Jeffrey Yasskin
4613e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar/* Define to 1 if you have the `writev' function. */
4623e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar#undef HAVE_WRITEV
4633e46293c27ee6d35240d6308a84be0f2c2e91940Daniel Dunbar
464e1e7310749008a515ddd5bf6398df17644f53b33Matt Arsenault/* Define if the xdot program is available */
465e1e7310749008a515ddd5bf6398df17644f53b33Matt Arsenault#undef HAVE_XDOT
46648fd5a79e023bf6a647dfabb2bbb4c2f98617b81Dan Gohman
467ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov/* Define to 1 if you have the <zlib.h> header file. */
468ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov#undef HAVE_ZLIB_H
469ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov
4701f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's _alloca */
4711f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE__ALLOCA
4721f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4731f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __alloca */
4741f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___ALLOCA
4751f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4761f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __ashldi3 */
4771f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___ASHLDI3
4781f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4791f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __ashrdi3 */
4801f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___ASHRDI3
4811f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4821f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __chkstk */
4831f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___CHKSTK
4841f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4851f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __cmpdi2 */
4861f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___CMPDI2
4871f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4881f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __divdi3 */
4891f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___DIVDI3
4901f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4913b30a6e92d1da79674451879d4112a8f83cc12a4Anton Korobeynikov/* Define to 1 if you have the `__dso_handle' function. */
4923b30a6e92d1da79674451879d4112a8f83cc12a4Anton Korobeynikov#undef HAVE___DSO_HANDLE
4933b30a6e92d1da79674451879d4112a8f83cc12a4Anton Korobeynikov
4941f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __fixdfdi */
4951f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___FIXDFDI
4961f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
4971f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __fixsfdi */
4981f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___FIXSFDI
4991f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
5001f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __floatdidf */
5011f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___FLOATDIDF
5021f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
5031f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __lshrdi3 */
5041f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___LSHRDI3
5051f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
5061f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __main */
5071f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___MAIN
5081f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
5091f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __moddi3 */
5101f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___MODDI3
5111f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
5121f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __udivdi3 */
5131f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___UDIVDI3
5141f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
5151f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's __umoddi3 */
5161f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE___UMODDI3
5171f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
5181f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi/* Have host's ___chkstk */
5191f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi#undef HAVE____CHKSTK
5201f6832a858db891b7a7b08d438afb373eefa628cNAKAMURA Takumi
521ee0f32d723431cdae943e8a8d45ecdb856a0e76cDaniel Dunbar/* Linker version detected at compile time. */
522ee0f32d723431cdae943e8a8d45ecdb856a0e76cDaniel Dunbar#undef HOST_LINK_VERSION
523ee0f32d723431cdae943e8a8d45ecdb856a0e76cDaniel Dunbar
5241cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation directory for binary executables */
5251cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_BINDIR
5261cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
5271cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Time at which LLVM was configured */
5281cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_CONFIGTIME
5291cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
5300abe116022a45879d5f17e6c4964769f24bb05aaGordon Henriksen/* Installation directory for data files */
5311cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_DATADIR
5321cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
533de2e0b5e6d5aa7eccf62df17b86c31b39732bf86Sebastian Pop/* Target triple LLVM will generate code for by default */
534de2e0b5e6d5aa7eccf62df17b86c31b39732bf86Sebastian Pop#undef LLVM_DEFAULT_TARGET_TRIPLE
535de2e0b5e6d5aa7eccf62df17b86c31b39732bf86Sebastian Pop
5360abe116022a45879d5f17e6c4964769f24bb05aaGordon Henriksen/* Installation directory for documentation */
5370abe116022a45879d5f17e6c4964769f24bb05aaGordon Henriksen#undef LLVM_DOCSDIR
5380abe116022a45879d5f17e6c4964769f24bb05aaGordon Henriksen
539c73f3d1ce7dc236169fcb5f9149562bb50986cd9NAKAMURA Takumi/* Define if threads enabled */
540c73f3d1ce7dc236169fcb5f9149562bb50986cd9NAKAMURA Takumi#undef LLVM_ENABLE_THREADS
541c73f3d1ce7dc236169fcb5f9149562bb50986cd9NAKAMURA Takumi
542ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov/* Define if zlib is enabled */
543ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov#undef LLVM_ENABLE_ZLIB
544ee03c949b85036b68c261dcc27dca064ee7e525dAlexey Samsonov
545ff22c42e0ee8e526352f3ac84ae9dd0d0bec2519Reid Spencer/* Installation directory for config files */
546ff22c42e0ee8e526352f3ac84ae9dd0d0bec2519Reid Spencer#undef LLVM_ETCDIR
547ff22c42e0ee8e526352f3ac84ae9dd0d0bec2519Reid Spencer
548776d99342b05872d6022ee9ff87bf195e3cd8491Eric Christopher/* Has gcc/MSVC atomic intrinsics */
549776d99342b05872d6022ee9ff87bf195e3cd8491Eric Christopher#undef LLVM_HAS_ATOMICS
550776d99342b05872d6022ee9ff87bf195e3cd8491Eric Christopher
5512864de7c2d764a4be44bed073afadb663fdbb2ddNAKAMURA Takumi/* Host triple LLVM will be executed on */
552d66ad6c57115e85487e8a29b1e073305690a9be2Tim Northover#undef LLVM_HOST_TRIPLE
5532864de7c2d764a4be44bed073afadb663fdbb2ddNAKAMURA Takumi
5541cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation directory for include files */
5551cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_INCLUDEDIR
5561cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
5571cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation directory for .info files */
5581cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_INFODIR
5591cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
5601cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation directory for man pages */
5611cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_MANDIR
5621cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
5630711c303765d858a0aa75f76b6ad3c90542416d4Douglas Gregor/* LLVM architecture name for the native architecture, if available */
5640711c303765d858a0aa75f76b6ad3c90542416d4Douglas Gregor#undef LLVM_NATIVE_ARCH
5650711c303765d858a0aa75f76b6ad3c90542416d4Douglas Gregor
566dd54ffda263a17bddb0ad04a670916125972929aJan Sjödin/* LLVM name for the native AsmParser init function, if available */
567dd54ffda263a17bddb0ad04a670916125972929aJan Sjödin#undef LLVM_NATIVE_ASMPARSER
568dd54ffda263a17bddb0ad04a670916125972929aJan Sjödin
569753f3265dafdcfeec07b561ca278524c35477583Eric Christopher/* LLVM name for the native AsmPrinter init function, if available */
570753f3265dafdcfeec07b561ca278524c35477583Eric Christopher#undef LLVM_NATIVE_ASMPRINTER
571753f3265dafdcfeec07b561ca278524c35477583Eric Christopher
572c4b2271d4aa5c98417d6582b4f0b69fbe5e61cb9Eric Christopher/* LLVM name for the native Disassembler init function, if available */
573c4b2271d4aa5c98417d6582b4f0b69fbe5e61cb9Eric Christopher#undef LLVM_NATIVE_DISASSEMBLER
574c4b2271d4aa5c98417d6582b4f0b69fbe5e61cb9Eric Christopher
575753f3265dafdcfeec07b561ca278524c35477583Eric Christopher/* LLVM name for the native Target init function, if available */
576753f3265dafdcfeec07b561ca278524c35477583Eric Christopher#undef LLVM_NATIVE_TARGET
577753f3265dafdcfeec07b561ca278524c35477583Eric Christopher
578753f3265dafdcfeec07b561ca278524c35477583Eric Christopher/* LLVM name for the native TargetInfo init function, if available */
579753f3265dafdcfeec07b561ca278524c35477583Eric Christopher#undef LLVM_NATIVE_TARGETINFO
580b1247c313dc319313fffec57e7b68532cb6a2d12Daniel Dunbar
5814362c6225ede377e05a8f3da7072a0a836e5da0bNAKAMURA Takumi/* LLVM name for the native target MC init function, if available */
5824362c6225ede377e05a8f3da7072a0a836e5da0bNAKAMURA Takumi#undef LLVM_NATIVE_TARGETMC
5834362c6225ede377e05a8f3da7072a0a836e5da0bNAKAMURA Takumi
5847b3e851e2bc9014782e3cae379c4f1561380acbfReid Spencer/* Define if this is Unixish platform */
5857b3e851e2bc9014782e3cae379c4f1561380acbfReid Spencer#undef LLVM_ON_UNIX
5867b3e851e2bc9014782e3cae379c4f1561380acbfReid Spencer
5877b3e851e2bc9014782e3cae379c4f1561380acbfReid Spencer/* Define if this is Win32ish platform */
5887b3e851e2bc9014782e3cae379c4f1561380acbfReid Spencer#undef LLVM_ON_WIN32
5897b3e851e2bc9014782e3cae379c4f1561380acbfReid Spencer
59000ad26ff5760ff2d1b24acb18718e63541088923David Greene/* Define to path to circo program if found or 'echo circo' otherwise */
59100ad26ff5760ff2d1b24acb18718e63541088923David Greene#undef LLVM_PATH_CIRCO
59200ad26ff5760ff2d1b24acb18718e63541088923David Greene
593caf0ecec9ed4411280f16b81f43bcca1940a32deReid Spencer/* Define to path to dot program if found or 'echo dot' otherwise */
594caf0ecec9ed4411280f16b81f43bcca1940a32deReid Spencer#undef LLVM_PATH_DOT
595caf0ecec9ed4411280f16b81f43bcca1940a32deReid Spencer
596ecbd242833cadb8b22006143d5ee4c1152bc81e3Reid Spencer/* Define to path to dotty program if found or 'echo dotty' otherwise */
597ecbd242833cadb8b22006143d5ee4c1152bc81e3Reid Spencer#undef LLVM_PATH_DOTTY
598ecbd242833cadb8b22006143d5ee4c1152bc81e3Reid Spencer
59900ad26ff5760ff2d1b24acb18718e63541088923David Greene/* Define to path to fdp program if found or 'echo fdp' otherwise */
60000ad26ff5760ff2d1b24acb18718e63541088923David Greene#undef LLVM_PATH_FDP
60100ad26ff5760ff2d1b24acb18718e63541088923David Greene
602c232a658274117b8db1f6dfd1aa2dbb3ab390381Reid Spencer/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
603c232a658274117b8db1f6dfd1aa2dbb3ab390381Reid Spencer#undef LLVM_PATH_GRAPHVIZ
604c232a658274117b8db1f6dfd1aa2dbb3ab390381Reid Spencer
605be13028264888b01ac6fcd46667cf31a7e84e9cfReid Spencer/* Define to path to gv program if found or 'echo gv' otherwise */
606be13028264888b01ac6fcd46667cf31a7e84e9cfReid Spencer#undef LLVM_PATH_GV
607be13028264888b01ac6fcd46667cf31a7e84e9cfReid Spencer
60800ad26ff5760ff2d1b24acb18718e63541088923David Greene/* Define to path to neato program if found or 'echo neato' otherwise */
60900ad26ff5760ff2d1b24acb18718e63541088923David Greene#undef LLVM_PATH_NEATO
61000ad26ff5760ff2d1b24acb18718e63541088923David Greene
61100ad26ff5760ff2d1b24acb18718e63541088923David Greene/* Define to path to twopi program if found or 'echo twopi' otherwise */
61200ad26ff5760ff2d1b24acb18718e63541088923David Greene#undef LLVM_PATH_TWOPI
61300ad26ff5760ff2d1b24acb18718e63541088923David Greene
614e1e7310749008a515ddd5bf6398df17644f53b33Matt Arsenault/* Define to path to xdot program if found or 'echo xdot' otherwise */
615e1e7310749008a515ddd5bf6398df17644f53b33Matt Arsenault#undef LLVM_PATH_XDOT
61648fd5a79e023bf6a647dfabb2bbb4c2f98617b81Dan Gohman
6171cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation prefix directory */
6181cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_PREFIX
6191cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
62061b1851a205cb8dd29c1d3d4231efb8f8f7da283Eli Bendersky/* Define if we have the Intel JIT API runtime support library */
62161b1851a205cb8dd29c1d3d4231efb8f8f7da283Eli Bendersky#undef LLVM_USE_INTEL_JITEVENTS
62261b1851a205cb8dd29c1d3d4231efb8f8f7da283Eli Bendersky
62361b1851a205cb8dd29c1d3d4231efb8f8f7da283Eli Bendersky/* Define if we have the oprofile JIT-support library */
62461b1851a205cb8dd29c1d3d4231efb8f8f7da283Eli Bendersky#undef LLVM_USE_OPROFILE
62561b1851a205cb8dd29c1d3d4231efb8f8f7da283Eli Bendersky
626fde8237cd9c7e0eb503e6c53994c9c9d19cbb4c6Dylan Noblesmith/* Major version of the LLVM API */
627fde8237cd9c7e0eb503e6c53994c9c9d19cbb4c6Dylan Noblesmith#undef LLVM_VERSION_MAJOR
628fde8237cd9c7e0eb503e6c53994c9c9d19cbb4c6Dylan Noblesmith
629fde8237cd9c7e0eb503e6c53994c9c9d19cbb4c6Dylan Noblesmith/* Minor version of the LLVM API */
630fde8237cd9c7e0eb503e6c53994c9c9d19cbb4c6Dylan Noblesmith#undef LLVM_VERSION_MINOR
631fde8237cd9c7e0eb503e6c53994c9c9d19cbb4c6Dylan Noblesmith
6328c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define if the OS needs help to load dependent libraries for dlopen(). */
6338c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef LTDL_DLOPEN_DEPLIBS
6348c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
6358c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to the sub-directory in which libtool stores uninstalled libraries.
6368c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer   */
6378c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef LTDL_OBJDIR
6388c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
6398c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to the extension used for shared libraries, say, ".so". */
6408c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef LTDL_SHLIB_EXT
6418c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
6428c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to the system default library search path. */
6438c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef LTDL_SYSSEARCHPATH
6448c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
6457931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
6467931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer   its not necessary */
6477931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer#undef NEED_DEV_ZERO_FOR_MMAP
6487931a7867b602fa159f1939daf37756d9c3b1532Reid Spencer
6498c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define if dlsym() requires a leading underscore in symbol names. */
6508c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef NEED_USCORE
6518c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
6527a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the address where bug reports for this package should be sent. */
6537a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_BUGREPORT
6547a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
6557a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the full name of this package. */
6567a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_NAME
6577a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
6587a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the full name and version of this package. */
6597a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_STRING
6607a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
6617a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the one symbol short name of this package. */
6627a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_TARNAME
6637a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
6647a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the version of this package. */
6657a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_VERSION
6667a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
6677a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define as the return type of signal handlers (`int' or `void'). */
6687a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef RETSIGTYPE
6697a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
67059473af39565dcff7416426b8aaed3ad63476c81Reid Spencer/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
67159473af39565dcff7416426b8aaed3ad63476c81Reid Spencer#undef STAT_MACROS_BROKEN
67259473af39565dcff7416426b8aaed3ad63476c81Reid Spencer
673360fa9a29d65b6c9b69fb2ba9712d69098cfca13Eric Christopher/* Define to 1 if you have the ANSI C header files. */
674360fa9a29d65b6c9b69fb2ba9712d69098cfca13Eric Christopher#undef STDC_HEADERS
675360fa9a29d65b6c9b69fb2ba9712d69098cfca13Eric Christopher
6767a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
6777a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef TIME_WITH_SYS_TIME
6787a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
6797a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if your <sys/time.h> declares `struct tm'. */
6807a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef TM_IN_SYS_TIME
6817a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
6828cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov/* Define if use udis86 library */
6838cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov#undef USE_UDIS86
6848cd4c3e6534a14566bf163301fd45bca34e655c1Anton Korobeynikov
6856073a0524023454324d2575e8667c72666597bfeNAKAMURA Takumi/* Type of 1st arg on ELM Callback */
6866073a0524023454324d2575e8667c72666597bfeNAKAMURA Takumi#undef WIN32_ELMCB_PCSTR
6876073a0524023454324d2575e8667c72666597bfeNAKAMURA Takumi
6888c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to empty if `const' does not conform to ANSI C. */
6898c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef const
6908c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
6918c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer/* Define to a type to use for `error_t' if it is not otherwise available. */
6928c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer#undef error_t
6938c8af327b83a210aed30634c908bb4b39f41eedbReid Spencer
6947a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to `int' if <sys/types.h> does not define. */
6957a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef pid_t
6967a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
697a773bd54f32ceb55af08286fe00c6ec1b73e5b9aReid Spencer/* Define to `unsigned int' if <sys/types.h> does not define. */
6987a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef size_t
699d442d2846a00c0ac2f031deba06b7e0d003f14adEric Christopher
700d442d2846a00c0ac2f031deba06b7e0d003f14adEric Christopher#endif
701