1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <fcntl.h> header file. */
4#undef HAVE_FCNTL_H
5
6/* Define to 1 if you have the <inttypes.h> header file. */
7#undef HAVE_INTTYPES_H
8
9/* Define to 1 if you have the <langinfo.h> header file. */
10#undef HAVE_LANGINFO_H
11
12/* Define to 1 if you have the <limits.h> header file. */
13#undef HAVE_LIMITS_H
14
15/* Define to 1 if you have the <locale.h> header file. */
16#undef HAVE_LOCALE_H
17
18/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
19   to 0 otherwise. */
20#undef HAVE_MALLOC
21
22/* Define to 1 if you have the `mblen' function. */
23#undef HAVE_MBLEN
24
25/* Define to 1 if you have the <memory.h> header file. */
26#undef HAVE_MEMORY_H
27
28/* Define to 1 if you have the `memset' function. */
29#undef HAVE_MEMSET
30
31/* Define to 1 if you have the `nl_langinfo' function. */
32#undef HAVE_NL_LANGINFO
33
34/* Define to 1 if you have the `pathconf' function. */
35#undef HAVE_PATHCONF
36
37/* Define to 1 if your system has a GNU libc compatible `realloc' function,
38   and to 0 otherwise. */
39#undef HAVE_REALLOC
40
41/* Define to 1 if you have the `regcomp' function. */
42#undef HAVE_REGCOMP
43
44/* Define to 1 if you have the `setlocale' function. */
45#undef HAVE_SETLOCALE
46
47/* Define to 1 if you have the <stdint.h> header file. */
48#undef HAVE_STDINT_H
49
50/* Define to 1 if you have the <stdlib.h> header file. */
51#undef HAVE_STDLIB_H
52
53/* Define to 1 if you have the `strcasecmp' function. */
54#undef HAVE_STRCASECMP
55
56/* Define to 1 if you have the `strchr' function. */
57#undef HAVE_STRCHR
58
59/* Define to 1 if you have the `strdup' function. */
60#undef HAVE_STRDUP
61
62/* Define to 1 if you have the <strings.h> header file. */
63#undef HAVE_STRINGS_H
64
65/* Define to 1 if you have the <string.h> header file. */
66#undef HAVE_STRING_H
67
68/* Define to 1 if you have the `strndup' function. */
69#undef HAVE_STRNDUP
70
71/* Define to 1 if you have the `strrchr' function. */
72#undef HAVE_STRRCHR
73
74/* Define to 1 if you have the `strspn' function. */
75#undef HAVE_STRSPN
76
77/* Define to 1 if you have the <sys/ioctl.h> header file. */
78#undef HAVE_SYS_IOCTL_H
79
80/* Define to 1 if you have the <sys/stat.h> header file. */
81#undef HAVE_SYS_STAT_H
82
83/* Define to 1 if you have the <sys/time.h> header file. */
84#undef HAVE_SYS_TIME_H
85
86/* Define to 1 if you have the <sys/types.h> header file. */
87#undef HAVE_SYS_TYPES_H
88
89/* Define to 1 if you have the <termios.h> header file. */
90#undef HAVE_TERMIOS_H
91
92/* Define to 1 if you have the <unistd.h> header file. */
93#undef HAVE_UNISTD_H
94
95/* Define to 1 if you have the <wchar.h> header file. */
96#undef HAVE_WCHAR_H
97
98/* Name of package */
99#undef PACKAGE
100
101/* Define to the address where bug reports for this package should be sent. */
102#undef PACKAGE_BUGREPORT
103
104/* Define to the full name of this package. */
105#undef PACKAGE_NAME
106
107/* Define to the full name and version of this package. */
108#undef PACKAGE_STRING
109
110/* Define to the one symbol short name of this package. */
111#undef PACKAGE_TARNAME
112
113/* Define to the home page for this package. */
114#undef PACKAGE_URL
115
116/* Define to the version of this package. */
117#undef PACKAGE_VERSION
118
119/* Define to 1 if you have the ANSI C header files. */
120#undef STDC_HEADERS
121
122/* Enable extensions on AIX 3, Interix.  */
123#ifndef _ALL_SOURCE
124# undef _ALL_SOURCE
125#endif
126/* Enable GNU extensions on systems that have them.  */
127#ifndef _GNU_SOURCE
128# undef _GNU_SOURCE
129#endif
130/* Enable threading extensions on Solaris.  */
131#ifndef _POSIX_PTHREAD_SEMANTICS
132# undef _POSIX_PTHREAD_SEMANTICS
133#endif
134/* Enable extensions on HP NonStop.  */
135#ifndef _TANDEM_SOURCE
136# undef _TANDEM_SOURCE
137#endif
138/* Enable general extensions on Solaris.  */
139#ifndef __EXTENSIONS__
140# undef __EXTENSIONS__
141#endif
142
143
144/* Version number of package */
145#undef VERSION
146
147/* Define to 1 if on MINIX. */
148#undef _MINIX
149
150/* Define to 2 if the system does not provide POSIX.1 features except with
151   this defined. */
152#undef _POSIX_1_SOURCE
153
154/* Define to 1 if you need to in order for `stat' and other things to work. */
155#undef _POSIX_SOURCE
156
157/* Define to rpl_malloc if the replacement function should be used. */
158#undef malloc
159
160/* Define to rpl_realloc if the replacement function should be used. */
161#undef realloc
162
163/* Define to `unsigned int' if <sys/types.h> does not define. */
164#undef size_t
165