blob: 186575cc1115e47b4627f2aef36fad9e222386a8 [file] [log] [blame]
mostang.com!davidm0440c532003-01-17 18:12:55 +00001/* include/config.h.in. Generated from configure.in by autoheader. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +00002
mostang.com!davidmc7aaa682003-03-19 19:25:18 +00003/* Define to 1 if you have the <asm/ptrace_offsets.h> header file. */
4#undef HAVE_ASM_PTRACE_OFFSETS_H
5
hp.com!davidma69cf3d2003-01-28 03:40:06 +00006/* Define to 1 if you have the <dlfcn.h> header file. */
7#undef HAVE_DLFCN_H
8
mostang.com!davidmc7aaa682003-03-19 19:25:18 +00009/* Define to 1 if you have the `dlmodinfo' function. */
10#undef HAVE_DLMODINFO
11
12/* Define to 1 if you have the `dl_iterate_phdr' function. */
13#undef HAVE_DL_ITERATE_PHDR
14
15/* Define to 1 if you have the <endian.h> header file. */
16#undef HAVE_ENDIAN_H
17
18/* Define to 1 if you have the <execinfo.h> header file. */
19#undef HAVE_EXECINFO_H
20
mostang.com!davidm0440c532003-01-17 18:12:55 +000021/* Define to 1 if you have the `getunwind' function. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000022#undef HAVE_GETUNWIND
23
hp.com!davidm74f568c2003-02-14 03:09:27 +000024/* Define to 1 if you have the <ia64intrin.h> header file. */
25#undef HAVE_IA64INTRIN_H
26
mostang.com!davidm0440c532003-01-17 18:12:55 +000027/* Define to 1 if you have the <inttypes.h> header file. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000028#undef HAVE_INTTYPES_H
29
mostang.com!davidm0440c532003-01-17 18:12:55 +000030/* Define to 1 if you have the <memory.h> header file. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000031#undef HAVE_MEMORY_H
32
mostang.com!davidm0440c532003-01-17 18:12:55 +000033/* Define to 1 if you have the <stdint.h> header file. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000034#undef HAVE_STDINT_H
35
mostang.com!davidm0440c532003-01-17 18:12:55 +000036/* Define to 1 if you have the <stdlib.h> header file. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000037#undef HAVE_STDLIB_H
38
mostang.com!davidm0440c532003-01-17 18:12:55 +000039/* Define to 1 if you have the <strings.h> header file. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000040#undef HAVE_STRINGS_H
41
mostang.com!davidm0440c532003-01-17 18:12:55 +000042/* Define to 1 if you have the <string.h> header file. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000043#undef HAVE_STRING_H
44
mostang.com!davidm0440c532003-01-17 18:12:55 +000045/* Define to 1 if you have the <sys/stat.h> header file. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000046#undef HAVE_SYS_STAT_H
47
mostang.com!davidm0440c532003-01-17 18:12:55 +000048/* Define to 1 if you have the <sys/types.h> header file. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000049#undef HAVE_SYS_TYPES_H
50
mostang.com!davidmc7aaa682003-03-19 19:25:18 +000051/* Define to 1 if you have the `ttrace' function. */
52#undef HAVE_TTRACE
53
mostang.com!davidm0440c532003-01-17 18:12:55 +000054/* Define to 1 if you have the <unistd.h> header file. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000055#undef HAVE_UNISTD_H
56
mostang.com!davidm0440c532003-01-17 18:12:55 +000057/* Define to 1 if __thread keyword is supported by the C compiler. */
mostang.com!davidm193ba282002-11-09 07:59:02 +000058#undef HAVE___THREAD
59
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000060/* Name of package */
61#undef PACKAGE
62
mostang.com!davidm0440c532003-01-17 18:12:55 +000063/* Define to the address where bug reports for this package should be sent. */
64#undef PACKAGE_BUGREPORT
65
66/* Define to the full name of this package. */
67#undef PACKAGE_NAME
68
69/* Define to the full name and version of this package. */
70#undef PACKAGE_STRING
71
72/* Define to the one symbol short name of this package. */
73#undef PACKAGE_TARNAME
74
75/* Define to the version of this package. */
76#undef PACKAGE_VERSION
77
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000078/* Define as the return type of signal handlers (`int' or `void'). */
79#undef RETSIGTYPE
80
mostang.com!davidm0440c532003-01-17 18:12:55 +000081/* Define to 1 if you have the ANSI C header files. */
mostang.com!davidmcfe616f2002-04-25 06:47:29 +000082#undef STDC_HEADERS
83
84/* Version number of package */
85#undef VERSION
86
87/* Define to empty if `const' does not conform to ANSI C. */
88#undef const
89
90/* Define as `__inline' if that's what the C compiler calls it, or to nothing
91 if it is not supported. */
92#undef inline
93
94/* Define to `unsigned' if <sys/types.h> does not define. */
95#undef size_t