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