1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
5 /* #undef HAVE_DOPRNT */
7 /* Define to 1 if you have the `dup2' function. */
10 /* Define to 1 if you have the `floor' function. */
13 /* Define to 1 if you have the `fork' function. */
16 /* Define to 1 if you have the `gettimeofday' function. */
17 #define HAVE_GETTIMEOFDAY 1
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #define HAVE_INTTYPES_H 1
22 /* Define to 1 if you have the `m' library (-lm). */
25 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
29 /* Define to 1 if you have the `memchr' function. */
32 /* Define to 1 if you have the `memmove' function. */
33 #define HAVE_MEMMOVE 1
35 /* Define to 1 if you have the <memory.h> header file. */
36 #define HAVE_MEMORY_H 1
38 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
39 and to 0 otherwise. */
40 #define HAVE_REALLOC 1
42 /* Define to 1 if you have the `select' function. */
45 /* Define to 1 if stdbool.h conforms to C99. */
46 #define HAVE_STDBOOL_H 1
48 /* Define to 1 if you have the <stdint.h> header file. */
49 #define HAVE_STDINT_H 1
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #define HAVE_STDLIB_H 1
54 /* Define to 1 if you have the `strchr' function. */
57 /* Define to 1 if you have the `strdup' function. */
60 /* Define to 1 if you have the `strerror' function. */
61 #define HAVE_STRERROR 1
63 /* Define to 1 if you have the <strings.h> header file. */
64 #define HAVE_STRINGS_H 1
66 /* Define to 1 if you have the <string.h> header file. */
67 #define HAVE_STRING_H 1
69 /* Define to 1 if you have the `strstr' function. */
72 /* Define to 1 if you have the <sys/select.h> header file. */
73 #define HAVE_SYS_SELECT_H 1
75 /* Define to 1 if you have the <sys/socket.h> header file. */
76 #define HAVE_SYS_SOCKET_H 1
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #define HAVE_SYS_STAT_H 1
81 /* Define to 1 if you have the <sys/time.h> header file. */
82 #define HAVE_SYS_TIME_H 1
84 /* Define to 1 if you have the <sys/types.h> header file. */
85 #define HAVE_SYS_TYPES_H 1
87 /* Define to 1 if you have the <unistd.h> header file. */
88 #define HAVE_UNISTD_H 1
90 /* Define to 1 if you have the `vfork' function. */
93 /* Define to 1 if you have the <vfork.h> header file. */
94 /* #undef HAVE_VFORK_H */
96 /* Define to 1 if you have the `vprintf' function. */
97 #define HAVE_VPRINTF 1
99 /* Define to 1 if `fork' works. */
100 #define HAVE_WORKING_FORK 1
102 /* Define to 1 if `vfork' works. */
103 #define HAVE_WORKING_VFORK 1
105 /* Define to 1 if the system has the type `_Bool'. */
108 /* Name of package */
109 #define PACKAGE "polyglot"
111 /* Define to the address where bug reports for this package should be sent. */
112 #define PACKAGE_BUGREPORT "michel.vandenbergh@uhasselt.be"
114 /* Define to the full name of this package. */
115 #define PACKAGE_NAME "polyglot"
117 /* Define to the full name and version of this package. */
118 #define PACKAGE_STRING "polyglot 1.4.67b"
120 /* Define to the one symbol short name of this package. */
121 #define PACKAGE_TARNAME "polyglot"
123 /* Define to the version of this package. */
124 #define PACKAGE_VERSION "1.4.67b"
126 /* Define to 1 if the C compiler supports function prototypes. */
129 /* Define as the return type of signal handlers (`int' or `void'). */
130 #define RETSIGTYPE void
132 /* Define to the type of arg 1 for `select'. */
133 #define SELECT_TYPE_ARG1 int
135 /* Define to the type of args 2, 3 and 4 for `select'. */
136 #define SELECT_TYPE_ARG234 (fd_set *)
138 /* Define to the type of arg 5 for `select'. */
139 #define SELECT_TYPE_ARG5 (struct timeval *)
141 /* Define to 1 if the `setvbuf' function takes the buffering type as its
142 second argument and the buffer pointer as the third, as on System V before
144 /* #undef SETVBUF_REVERSED */
146 /* Define to 1 if you have the ANSI C header files. */
147 #define STDC_HEADERS 1
149 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
150 #define TIME_WITH_SYS_TIME 1
152 /* Version number of package */
153 #define VERSION "1.4.67b"
155 /* Define like PROTOTYPES; this can be used by system headers. */
156 #define __PROTOTYPES 1
158 /* Define to empty if `const' does not conform to ANSI C. */
161 /* Define to `__inline__' or `__inline' if that's what the C compiler
162 calls it, or to nothing if 'inline' is not supported under any name. */
167 /* Define to rpl_malloc if the replacement function should be used. */
170 /* Define to `int' if <sys/types.h> does not define. */
173 /* Define to rpl_realloc if the replacement function should be used. */
176 /* Define to `unsigned int' if <sys/types.h> does not define. */
179 /* Define as `fork' if `vfork' does not work. */