Add forgotten files 1.4.70b
[polyglot.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
4 #undef HAVE_DOPRNT
5
6 /* Define to 1 if you have the `dup2' function. */
7 #undef HAVE_DUP2
8
9 /* Define to 1 if you have the `floor' function. */
10 #undef HAVE_FLOOR
11
12 /* Define to 1 if you have the `fork' function. */
13 #undef HAVE_FORK
14
15 /* Define to 1 if you have the `gettimeofday' function. */
16 #undef HAVE_GETTIMEOFDAY
17
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #undef HAVE_INTTYPES_H
20
21 /* Define to 1 if you have the `m' library (-lm). */
22 #undef HAVE_LIBM
23
24 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
25    to 0 otherwise. */
26 #undef HAVE_MALLOC
27
28 /* Define to 1 if you have the `memchr' function. */
29 #undef HAVE_MEMCHR
30
31 /* Define to 1 if you have the `memmove' function. */
32 #undef HAVE_MEMMOVE
33
34 /* Define to 1 if you have the <memory.h> header file. */
35 #undef HAVE_MEMORY_H
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 `select' function. */
42 #undef HAVE_SELECT
43
44 /* Define to 1 if stdbool.h conforms to C99. */
45 #undef HAVE_STDBOOL_H
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 `strchr' function. */
54 #undef HAVE_STRCHR
55
56 /* Define to 1 if you have the `strdup' function. */
57 #undef HAVE_STRDUP
58
59 /* Define to 1 if you have the `strerror' function. */
60 #undef HAVE_STRERROR
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 `strstr' function. */
69 #undef HAVE_STRSTR
70
71 /* Define to 1 if you have the <sys/select.h> header file. */
72 #undef HAVE_SYS_SELECT_H
73
74 /* Define to 1 if you have the <sys/socket.h> header file. */
75 #undef HAVE_SYS_SOCKET_H
76
77 /* Define to 1 if you have the <sys/stat.h> header file. */
78 #undef HAVE_SYS_STAT_H
79
80 /* Define to 1 if you have the <sys/time.h> header file. */
81 #undef HAVE_SYS_TIME_H
82
83 /* Define to 1 if you have the <sys/types.h> header file. */
84 #undef HAVE_SYS_TYPES_H
85
86 /* Define to 1 if you have the <unistd.h> header file. */
87 #undef HAVE_UNISTD_H
88
89 /* Define to 1 if you have the `vfork' function. */
90 #undef HAVE_VFORK
91
92 /* Define to 1 if you have the <vfork.h> header file. */
93 #undef HAVE_VFORK_H
94
95 /* Define to 1 if you have the `vprintf' function. */
96 #undef HAVE_VPRINTF
97
98 /* Define to 1 if `fork' works. */
99 #undef HAVE_WORKING_FORK
100
101 /* Define to 1 if `vfork' works. */
102 #undef HAVE_WORKING_VFORK
103
104 /* Define to 1 if the system has the type `_Bool'. */
105 #undef HAVE__BOOL
106
107 /* Name of package */
108 #undef PACKAGE
109
110 /* Define to the address where bug reports for this package should be sent. */
111 #undef PACKAGE_BUGREPORT
112
113 /* Define to the full name of this package. */
114 #undef PACKAGE_NAME
115
116 /* Define to the full name and version of this package. */
117 #undef PACKAGE_STRING
118
119 /* Define to the one symbol short name of this package. */
120 #undef PACKAGE_TARNAME
121
122 /* Define to the version of this package. */
123 #undef PACKAGE_VERSION
124
125 /* Define as the return type of signal handlers (`int' or `void'). */
126 #undef RETSIGTYPE
127
128 /* Define to the type of arg 1 for `select'. */
129 #undef SELECT_TYPE_ARG1
130
131 /* Define to the type of args 2, 3 and 4 for `select'. */
132 #undef SELECT_TYPE_ARG234
133
134 /* Define to the type of arg 5 for `select'. */
135 #undef SELECT_TYPE_ARG5
136
137 /* Define to 1 if you have the ANSI C header files. */
138 #undef STDC_HEADERS
139
140 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
141 #undef TIME_WITH_SYS_TIME
142
143 /* Version number of package */
144 #undef VERSION
145
146 /* Define to empty if `const' does not conform to ANSI C. */
147 #undef const
148
149 /* Define to `__inline__' or `__inline' if that's what the C compiler
150    calls it, or to nothing if 'inline' is not supported under any name.  */
151 #ifndef __cplusplus
152 #undef inline
153 #endif
154
155 /* Define to rpl_malloc if the replacement function should be used. */
156 #undef malloc
157
158 /* Define to `int' if <sys/types.h> does not define. */
159 #undef pid_t
160
161 /* Define to rpl_realloc if the replacement function should be used. */
162 #undef realloc
163
164 /* Define to `unsigned int' if <sys/types.h> does not define. */
165 #undef size_t
166
167 /* Define as `fork' if `vfork' does not work. */
168 #undef vfork