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