1104869Sru/* $FreeBSD$ */
2104869Sru
3104869Sru/* src/include/config.h.  Generated by configure.  */
4114412Sru/* src/include/config.hin.  Generated from configure.ac by autoheader.  */
5104869Sru
6104869Sru/* Define if your C++ doesn't understand `delete []'. */
7104869Sru/* #undef ARRAY_DELETE_NEEDS_SIZE */
8104869Sru
9151504Sru/* Define if you have a C++ <inttypes.h>. */
10151504Sru#define HAVE_CC_INTTYPES_H 1
11151504Sru
12104869Sru/* Define if you have a C++ <limits.h>. */
13104869Sru#define HAVE_CC_LIMITS_H 1
14104869Sru
15104869Sru/* Define if you have a C++ <osfcn.h>. */
16104869Sru/* #undef HAVE_CC_OSFCN_H */
17104869Sru
18151504Sru/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
19151504Sru   don't. */
20151504Sru#define HAVE_DECL_SYS_SIGLIST 0
21114412Sru
22151504Sru/* Define to 1 if you have the <direct.h> header file. */
23151504Sru/* #undef HAVE_DIRECT_H */
24151504Sru
25114412Sru/* Define to 1 if you have the <dirent.h> header file. */
26104869Sru#define HAVE_DIRENT_H 1
27104869Sru
28114412Sru/* Define to 1 if you have the `fmod' function. */
29104869Sru#define HAVE_FMOD 1
30104869Sru
31114412Sru/* Define to 1 if you have the `getcwd' function. */
32104869Sru#define HAVE_GETCWD 1
33104869Sru
34114412Sru/* Define to 1 if you have the `getpagesize' function. */
35104869Sru#define HAVE_GETPAGESIZE 1
36104869Sru
37114412Sru/* Define to 1 if you have the `gettimeofday' function. */
38104869Sru#define HAVE_GETTIMEOFDAY 1
39104869Sru
40114412Sru/* Define to 1 if you have the <inttypes.h> header file. */
41114412Sru#define HAVE_INTTYPES_H 1
42114412Sru
43114412Sru/* Define to 1 if you have the `isatty' function. */
44114412Sru#define HAVE_ISATTY 1
45114412Sru
46151504Sru/* Define to 1 if you have the `kill' function. */
47151504Sru#define HAVE_KILL 1
48151504Sru
49114412Sru/* Define to 1 if you have the <limits.h> header file. */
50104869Sru#define HAVE_LIMITS_H 1
51104869Sru
52114412Sru/* Define to 1 if you have the <math.h> header file. */
53104869Sru#define HAVE_MATH_H 1
54104869Sru
55114412Sru/* Define to 1 if you have the <memory.h> header file. */
56114412Sru#define HAVE_MEMORY_H 1
57114412Sru
58104869Sru/* Define if you have mkstemp(). */
59104869Sru#define HAVE_MKSTEMP 1
60104869Sru
61114412Sru/* Define to 1 if you have a working `mmap' system call. */
62104869Sru#define HAVE_MMAP 1
63104869Sru
64151504Sru/* Define to 1 if you have the <process.h> header file. */
65151504Sru/* #undef HAVE_PROCESS_H */
66151504Sru
67114412Sru/* Define to 1 if you have the `putenv' function. */
68104869Sru#define HAVE_PUTENV 1
69104869Sru
70114412Sru/* Define to 1 if you have the `rename' function. */
71104869Sru#define HAVE_RENAME 1
72104869Sru
73114412Sru/* Define to 1 if you have the `setlocale' function. */
74114412Sru#define HAVE_SETLOCALE 1
75114412Sru
76114412Sru/* Define to 1 if you have the `snprintf' function. */
77104869Sru#define HAVE_SNPRINTF 1
78104869Sru
79114412Sru/* Define to 1 if you have the <stdint.h> header file. */
80104869Sru#define HAVE_STDINT_H 1
81104869Sru
82114412Sru/* Define to 1 if you have the <stdlib.h> header file. */
83104869Sru#define HAVE_STDLIB_H 1
84104869Sru
85114412Sru/* Define to 1 if you have the `strcasecmp' function. */
86104869Sru#define HAVE_STRCASECMP 1
87104869Sru
88114412Sru/* Define to 1 if you have the `strerror' function. */
89104869Sru#define HAVE_STRERROR 1
90104869Sru
91114412Sru/* Define to 1 if you have the <strings.h> header file. */
92104869Sru#define HAVE_STRINGS_H 1
93104869Sru
94114412Sru/* Define to 1 if you have the <string.h> header file. */
95104869Sru#define HAVE_STRING_H 1
96104869Sru
97114412Sru/* Define to 1 if you have the `strncasecmp' function. */
98104869Sru#define HAVE_STRNCASECMP 1
99104869Sru
100114412Sru/* Define to 1 if you have the `strsep' function. */
101104869Sru#define HAVE_STRSEP 1
102104869Sru
103114412Sru/* Define to 1 if you have the `strtol' function. */
104104869Sru#define HAVE_STRTOL 1
105104869Sru
106104869Sru/* Define if <math.h> defines struct exception. */
107151504Sru/* #undef HAVE_STRUCT_EXCEPTION */
108104869Sru
109114412Sru/* Define to 1 if you have the <sys/dir.h> header file. */
110104869Sru#define HAVE_SYS_DIR_H 1
111104869Sru
112151504Sru/* Define if you have sys_errlist in <errno.h>, <stdio.h>, or <stdlib.h>. */
113104869Sru#define HAVE_SYS_ERRLIST 1
114104869Sru
115151504Sru/* Define if you have sys_nerr in <errno.h>, <stdio.h>, or <stdio.h>. */
116104869Sru#define HAVE_SYS_NERR 1
117104869Sru
118114412Sru/* Define to 1 if you have the <sys/stat.h> header file. */
119114412Sru#define HAVE_SYS_STAT_H 1
120114412Sru
121114412Sru/* Define to 1 if you have the <sys/time.h> header file. */
122104869Sru#define HAVE_SYS_TIME_H 1
123104869Sru
124114412Sru/* Define to 1 if you have the <sys/types.h> header file. */
125114412Sru#define HAVE_SYS_TYPES_H 1
126114412Sru
127114412Sru/* Define to 1 if you have the <unistd.h> header file. */
128104869Sru#define HAVE_UNISTD_H 1
129104869Sru
130151504Sru/* Define to 1 if you have the `vsnprintf' function. */
131151504Sru#define HAVE_VSNPRINTF 1
132151504Sru
133104869Sru/* Define if the host's encoding is EBCDIC. */
134104869Sru/* #undef IS_EBCDIC_HOST */
135104869Sru
136104869Sru/* Define if localtime() takes a long * not a time_t *. */
137104869Sru/* #undef LONG_FOR_TIME_T */
138104869Sru
139104869Sru/* Define if your C++ doesn't declare gettimeofday(). */
140104869Sru/* #undef NEED_DECLARATION_GETTIMEOFDAY */
141104869Sru
142104869Sru/* Define if your C++ doesn't declare hypot(). */
143104869Sru/* #undef NEED_DECLARATION_HYPOT */
144104869Sru
145104869Sru/* Define if your C++ doesn't declare pclose(). */
146104869Sru/* #undef NEED_DECLARATION_PCLOSE */
147104869Sru
148104869Sru/* Define if your C++ doesn't declare popen(). */
149104869Sru/* #undef NEED_DECLARATION_POPEN */
150104869Sru
151104869Sru/* Define if your C++ doesn't declare putenv(). */
152104869Sru/* #undef NEED_DECLARATION_PUTENV */
153104869Sru
154114412Sru/* Define if your C++ doesn't declare rand(). */
155114412Sru/* #undef NEED_DECLARATION_RAND */
156114412Sru
157114412Sru/* Define if your C++ doesn't declare snprintf(). */
158114412Sru/* #undef NEED_DECLARATION_SNPRINTF */
159114412Sru
160114412Sru/* Define if your C++ doesn't declare srand(). */
161114412Sru/* #undef NEED_DECLARATION_SRAND */
162114412Sru
163104869Sru/* Define if your C++ doesn't declare strcasecmp(). */
164104869Sru/* #undef NEED_DECLARATION_STRCASECMP */
165104869Sru
166104869Sru/* Define if your C++ doesn't declare strncasecmp(). */
167104869Sru/* #undef NEED_DECLARATION_STRNCASECMP */
168104869Sru
169151504Sru/* Define if your C++ doesn't declare vfprintf(). */
170151504Sru/* #undef NEED_DECLARATION_VFPRINTF */
171151504Sru
172151504Sru/* Define if your C++ doesn't declare vsnprintf(). */
173151504Sru/* #undef NEED_DECLARATION_VSNPRINTF */
174151504Sru
175114412Sru/* Define to the address where bug reports for this package should be sent. */
176114412Sru#define PACKAGE_BUGREPORT ""
177114412Sru
178114412Sru/* Define to the full name of this package. */
179114412Sru#define PACKAGE_NAME ""
180114412Sru
181114412Sru/* Define to the full name and version of this package. */
182114412Sru#define PACKAGE_STRING ""
183114412Sru
184114412Sru/* Define to the one symbol short name of this package. */
185114412Sru#define PACKAGE_TARNAME ""
186114412Sru
187114412Sru/* Define to the version of this package. */
188114412Sru#define PACKAGE_VERSION ""
189114412Sru
190104869Sru/* Define if the printer's page size is A4. */
191151504Sru/* #undef PAGEA4 */
192104869Sru
193104869Sru/* Define as the return type of signal handlers (`int' or `void'). */
194104869Sru#define RETSIGTYPE void
195104869Sru
196104869Sru/* Define if srand() returns void not int. */
197104869Sru#define RET_TYPE_SRAND_IS_VOID 1
198104869Sru
199114412Sru/* Define to 1 if you have the ANSI C header files. */
200114412Sru#define STDC_HEADERS 1
201114412Sru
202104869Sru/* Define if your C++ compiler uses a traditional (Reiser) preprocessor. */
203104869Sru/* #undef TRADITIONAL_CPP */
204104869Sru
205104869Sru/* Define if the 0200 bit of the status returned by wait() indicates whether a
206104869Sru   core image was produced for a process that was terminated by a signal. */
207104869Sru/* #undef WCOREFLAG */
208104869Sru
209151504Sru/* Define to 1 if the X Window System is missing or not being used. */
210151504Sru/* #undef X_DISPLAY_MISSING */
211151504Sru
212104869Sru/* Define if -D_POSIX_SOURCE is necessary. */
213104869Sru/* #undef _POSIX_SOURCE */
214104869Sru
215104869Sru/* Define if you have ISC 3.x or 4.x. */
216104869Sru/* #undef _SYSV3 */
217104869Sru
218104869Sru/* Define uintmax_t to `unsigned long' or `unsigned long long' if <inttypes.h>
219104869Sru   does not exist. */
220104869Sru/* #undef uintmax_t */
221