1/* src/include/config.h.  Generated by configure.  */
2/* src/include/config.hin.  Generated from configure.ac by autoheader.  */
3
4/* Define if your C++ doesn't understand `delete []'. */
5/* #undef ARRAY_DELETE_NEEDS_SIZE */
6
7/* Define if you have a C++ <inttypes.h>. */
8#define HAVE_CC_INTTYPES_H 1
9
10/* Define if you have a C++ <limits.h>. */
11#define HAVE_CC_LIMITS_H 1
12
13/* Define if you have a C++ <osfcn.h>. */
14/* #undef HAVE_CC_OSFCN_H */
15
16/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
17   don't. */
18#define HAVE_DECL_SYS_SIGLIST 1
19
20/* Define to 1 if you have the <direct.h> header file. */
21/* #undef HAVE_DIRECT_H */
22
23/* Define to 1 if you have the <dirent.h> header file. */
24#define HAVE_DIRENT_H 1
25
26/* Define to 1 if you have the `fmod' function. */
27#define HAVE_FMOD 1
28
29/* Define to 1 if you have the `getcwd' function. */
30#define HAVE_GETCWD 1
31
32/* Define to 1 if you have the `getpagesize' function. */
33#define HAVE_GETPAGESIZE 1
34
35/* Define to 1 if you have the `gettimeofday' function. */
36#define HAVE_GETTIMEOFDAY 1
37
38/* Define to 1 if you have the <inttypes.h> header file. */
39#define HAVE_INTTYPES_H 1
40
41/* Define to 1 if you have the `isatty' function. */
42#define HAVE_ISATTY 1
43
44/* Define to 1 if you have the `kill' function. */
45#define HAVE_KILL 1
46
47/* Define to 1 if you have the <limits.h> header file. */
48#define HAVE_LIMITS_H 1
49
50/* Define to 1 if you have the <math.h> header file. */
51#define HAVE_MATH_H 1
52
53/* Define to 1 if you have the <memory.h> header file. */
54#define HAVE_MEMORY_H 1
55
56/* Define if you have mkstemp(). */
57#define HAVE_MKSTEMP 1
58
59/* Define to 1 if you have a working `mmap' system call. */
60#define HAVE_MMAP 1
61
62/* Define to 1 if you have the <process.h> header file. */
63/* #undef HAVE_PROCESS_H */
64
65/* Define to 1 if you have the `putenv' function. */
66#define HAVE_PUTENV 1
67
68/* Define to 1 if you have the `rename' function. */
69#define HAVE_RENAME 1
70
71/* Define to 1 if you have the `setlocale' function. */
72#define HAVE_SETLOCALE 1
73
74/* Define to 1 if you have the `snprintf' function. */
75#define HAVE_SNPRINTF 1
76
77/* Define to 1 if you have the <stdint.h> header file. */
78#define HAVE_STDINT_H 1
79
80/* Define to 1 if you have the <stdlib.h> header file. */
81#define HAVE_STDLIB_H 1
82
83/* Define to 1 if you have the `strcasecmp' function. */
84#define HAVE_STRCASECMP 1
85
86/* Define to 1 if you have the `strerror' function. */
87#define HAVE_STRERROR 1
88
89/* Define to 1 if you have the <strings.h> header file. */
90#define HAVE_STRINGS_H 1
91
92/* Define to 1 if you have the <string.h> header file. */
93#define HAVE_STRING_H 1
94
95/* Define to 1 if you have the `strncasecmp' function. */
96#define HAVE_STRNCASECMP 1
97
98/* Define to 1 if you have the `strsep' function. */
99#define HAVE_STRSEP 1
100
101/* Define to 1 if you have the `strtol' function. */
102#define HAVE_STRTOL 1
103
104/* Define if <math.h> defines struct exception. */
105#define HAVE_STRUCT_EXCEPTION 1
106
107/* Define to 1 if you have the <sys/dir.h> header file. */
108#define HAVE_SYS_DIR_H 1
109
110/* Define if you have sys_errlist in <errno.h>, <stdio.h>, or <stdlib.h>. */
111#define HAVE_SYS_ERRLIST 1
112
113/* Define if you have sys_nerr in <errno.h>, <stdio.h>, or <stdio.h>. */
114#define HAVE_SYS_NERR 1
115
116/* Define to 1 if you have the <sys/stat.h> header file. */
117#define HAVE_SYS_STAT_H 1
118
119/* Define to 1 if you have the <sys/time.h> header file. */
120#define HAVE_SYS_TIME_H 1
121
122/* Define to 1 if you have the <sys/types.h> header file. */
123#define HAVE_SYS_TYPES_H 1
124
125/* Define to 1 if you have the <unistd.h> header file. */
126#define HAVE_UNISTD_H 1
127
128/* Define to 1 if you have the `vsnprintf' function. */
129#define HAVE_VSNPRINTF 1
130
131/* Define if the host's encoding is EBCDIC. */
132/* #undef IS_EBCDIC_HOST */
133
134/* Define if localtime() takes a long * not a time_t *. */
135/* #undef LONG_FOR_TIME_T */
136
137/* Define if your C++ doesn't declare gettimeofday(). */
138/* #undef NEED_DECLARATION_GETTIMEOFDAY */
139
140/* Define if your C++ doesn't declare hypot(). */
141/* #undef NEED_DECLARATION_HYPOT */
142
143/* Define if your C++ doesn't declare pclose(). */
144/* #undef NEED_DECLARATION_PCLOSE */
145
146/* Define if your C++ doesn't declare popen(). */
147/* #undef NEED_DECLARATION_POPEN */
148
149/* Define if your C++ doesn't declare putenv(). */
150/* #undef NEED_DECLARATION_PUTENV */
151
152/* Define if your C++ doesn't declare rand(). */
153/* #undef NEED_DECLARATION_RAND */
154
155/* Define if your C++ doesn't declare snprintf(). */
156/* #undef NEED_DECLARATION_SNPRINTF */
157
158/* Define if your C++ doesn't declare srand(). */
159/* #undef NEED_DECLARATION_SRAND */
160
161/* Define if your C++ doesn't declare strcasecmp(). */
162/* #undef NEED_DECLARATION_STRCASECMP */
163
164/* Define if your C++ doesn't declare strncasecmp(). */
165/* #undef NEED_DECLARATION_STRNCASECMP */
166
167/* Define if your C++ doesn't declare vfprintf(). */
168/* #undef NEED_DECLARATION_VFPRINTF */
169
170/* Define if your C++ doesn't declare vsnprintf(). */
171/* #undef NEED_DECLARATION_VSNPRINTF */
172
173/* Define to the address where bug reports for this package should be sent. */
174#define PACKAGE_BUGREPORT ""
175
176/* Define to the full name of this package. */
177#define PACKAGE_NAME ""
178
179/* Define to the full name and version of this package. */
180#define PACKAGE_STRING ""
181
182/* Define to the one symbol short name of this package. */
183#define PACKAGE_TARNAME ""
184
185/* Define to the version of this package. */
186#define PACKAGE_VERSION ""
187
188/* Define if the printer's page size is A4. */
189#define PAGEA4 1
190
191/* Define as the return type of signal handlers (`int' or `void'). */
192#define RETSIGTYPE void
193
194/* Define if srand() returns void not int. */
195#define RET_TYPE_SRAND_IS_VOID 1
196
197/* Define to 1 if you have the ANSI C header files. */
198#define STDC_HEADERS 1
199
200/* Define if your C++ compiler uses a traditional (Reiser) preprocessor. */
201/* #undef TRADITIONAL_CPP */
202
203/* Define if the 0200 bit of the status returned by wait() indicates whether a
204   core image was produced for a process that was terminated by a signal. */
205/* #undef WCOREFLAG */
206
207/* Define to 1 if the X Window System is missing or not being used. */
208#define X_DISPLAY_MISSING 1
209
210/* Define if -D_POSIX_SOURCE is necessary. */
211/* #undef _POSIX_SOURCE */
212
213/* Define if you have ISC 3.x or 4.x. */
214/* #undef _SYSV3 */
215
216/* Define uintmax_t to `unsigned long' or `unsigned long long' if <inttypes.h>
217   does not exist. */
218/* #undef uintmax_t */
219