blob: cf1d3e305de72c5fbfee8659f08d0cbb8dcbe965 [file] [log] [blame]
mostang.com!davidmcfe616f2002-04-25 06:47:29 +00001/* include/config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define if you have the `getunwind' function. */
4#undef HAVE_GETUNWIND
5
6/* Define if you have the <inttypes.h> header file. */
7#undef HAVE_INTTYPES_H
8
9/* Define if you have the <memory.h> header file. */
10#undef HAVE_MEMORY_H
11
12/* Define if you have the <stdint.h> header file. */
13#undef HAVE_STDINT_H
14
15/* Define if you have the <stdlib.h> header file. */
16#undef HAVE_STDLIB_H
17
18/* Define if you have the <strings.h> header file. */
19#undef HAVE_STRINGS_H
20
21/* Define if you have the <string.h> header file. */
22#undef HAVE_STRING_H
23
24/* Define if you have the <sys/stat.h> header file. */
25#undef HAVE_SYS_STAT_H
26
27/* Define if you have the <sys/types.h> header file. */
28#undef HAVE_SYS_TYPES_H
29
30/* Define if you have the <unistd.h> header file. */
31#undef HAVE_UNISTD_H
32
mostang.com!davidm193ba282002-11-09 07:59:02 +000033/* Define if the C compiler supports the __thread keyword. */
34#undef HAVE___THREAD
35
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000036/* Name of package */
37#undef PACKAGE
38
39/* Define as the return type of signal handlers (`int' or `void'). */
40#undef RETSIGTYPE
41
42/* Define if you have the ANSI C header files. */
43#undef STDC_HEADERS
44
45/* Version number of package */
46#undef VERSION
47
48/* Define to empty if `const' does not conform to ANSI C. */
49#undef const
50
51/* Define as `__inline' if that's what the C compiler calls it, or to nothing
52 if it is not supported. */
53#undef inline
54
55/* Define to `unsigned' if <sys/types.h> does not define. */
56#undef size_t