1/* include/ta_config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the <dlfcn.h> header file. */
4#undef HAVE_DLFCN_H
5
6/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
7#undef HAVE_DOPRNT
8
9/* Define to 1 if you have the <float.h> header file. */
10#undef HAVE_FLOAT_H
11
12/* Define to 1 if you have the `floor' function. */
13#undef HAVE_FLOOR
14
15/* Define to 1 if you have the <inttypes.h> header file. */
16#undef HAVE_INTTYPES_H
17
18/* Define to 1 if you have the `isascii' function. */
19#undef HAVE_ISASCII
20
21/* Define to 1 if you have the `dl' library (-ldl). */
22#undef HAVE_LIBDL
23
24/* Define to 1 if you have the `pthread' library (-lpthread). */
25#undef HAVE_LIBPTHREAD
26
27/* Define to 1 if you have the <limits.h> header file. */
28#undef HAVE_LIMITS_H
29
30/* Define to 1 if you have the `localeconv' function. */
31#undef HAVE_LOCALECONV
32
33/* Define to 1 if you have the <locale.h> header file. */
34#undef HAVE_LOCALE_H
35
36/* Define to 1 if you have the `mblen' function. */
37#undef HAVE_MBLEN
38
39/* Define to 1 if you have the `memmove' function. */
40#undef HAVE_MEMMOVE
41
42/* Define to 1 if you have the <memory.h> header file. */
43#undef HAVE_MEMORY_H
44
45/* Define to 1 if you have the `memset' function. */
46#undef HAVE_MEMSET
47
48/* Define to 1 if you have the `modf' function. */
49#undef HAVE_MODF
50
51/* Define to 1 if you have the `pow' function. */
52#undef HAVE_POW
53
54/* Define to 1 if the system has the type `ptrdiff_t'. */
55#undef HAVE_PTRDIFF_T
56
57/* Define to 1 if you have the `sqrt' function. */
58#undef HAVE_SQRT
59
60/* Define to 1 if you have the <stddef.h> header file. */
61#undef HAVE_STDDEF_H
62
63/* Define to 1 if you have the <stdint.h> header file. */
64#undef HAVE_STDINT_H
65
66/* Define to 1 if you have the <stdlib.h> header file. */
67#undef HAVE_STDLIB_H
68
69/* Define to 1 if you have the `strcasecmp' function. */
70#undef HAVE_STRCASECMP
71
72/* Define to 1 if you have the `strchr' function. */
73#undef HAVE_STRCHR
74
75/* Define to 1 if you have the `strcoll' function and it is properly defined.
76   */
77#undef HAVE_STRCOLL
78
79/* Define to 1 if you have the `strerror' function. */
80#undef HAVE_STRERROR
81
82/* Define to 1 if you have the `strftime' function. */
83#undef HAVE_STRFTIME
84
85/* Define to 1 if you have the <strings.h> header file. */
86#undef HAVE_STRINGS_H
87
88/* Define to 1 if you have the <string.h> header file. */
89#undef HAVE_STRING_H
90
91/* Define to 1 if you have the `strncasecmp' function. */
92#undef HAVE_STRNCASECMP
93
94/* Define to 1 if you have the `strrchr' function. */
95#undef HAVE_STRRCHR
96
97/* Define to 1 if you have the `strstr' function. */
98#undef HAVE_STRSTR
99
100/* Define to 1 if you have the `strtol' function. */
101#undef HAVE_STRTOL
102
103/* Define to 1 if you have the `strtoul' function. */
104#undef HAVE_STRTOUL
105
106/* Define to 1 if you have the <sys/stat.h> header file. */
107#undef HAVE_SYS_STAT_H
108
109/* Define to 1 if you have the <sys/types.h> header file. */
110#undef HAVE_SYS_TYPES_H
111
112/* Define to 1 if you have the <unistd.h> header file. */
113#undef HAVE_UNISTD_H
114
115/* Define to 1 if you have the `vprintf' function. */
116#undef HAVE_VPRINTF
117
118/* Define to 1 if you have the <wchar.h> header file. */
119#undef HAVE_WCHAR_H
120
121/* Define to 1 if you have the <wctype.h> header file. */
122#undef HAVE_WCTYPE_H
123
124/* Name of package */
125#undef PACKAGE
126
127/* Define to the address where bug reports for this package should be sent. */
128#undef PACKAGE_BUGREPORT
129
130/* Define to the full name of this package. */
131#undef PACKAGE_NAME
132
133/* Define to the full name and version of this package. */
134#undef PACKAGE_STRING
135
136/* Define to the one symbol short name of this package. */
137#undef PACKAGE_TARNAME
138
139/* Define to the version of this package. */
140#undef PACKAGE_VERSION
141
142/* Define as the return type of signal handlers (`int' or `void'). */
143#undef RETSIGTYPE
144
145/* Define to 1 if you have the ANSI C header files. */
146#undef STDC_HEADERS
147
148/* Define to 1 if your <sys/time.h> declares `struct tm'. */
149#undef TM_IN_SYS_TIME
150
151/* Version number of package */
152#undef VERSION
153
154/* Define to empty if `const' does not conform to ANSI C. */
155#undef const
156
157/* Define to `unsigned int' if <sys/types.h> does not define. */
158#undef size_t
159
160/* Define to empty if the keyword `volatile' does not work. Warning: valid
161   code using `volatile' can become incorrect without. Disable with care. */
162#undef volatile
163