CXX peace: src/pre-eqn/pile.cpp
[s-roff.git] / include / config.h.in
blobb5ec2677440f752414d0f0f24d1fe10eddc513f9
1 /*@*/
3 /* Define if your C++ doesn't understand `delete []'. */
4 #undef ARRAY_DELETE_NEEDS_SIZE
6 /* Define if you have a C++ <inttypes.h>. */
7 #undef HAVE_CC_INTTYPES_H
9 /* Define if you have a C++ <limits.h>. */
10 #undef HAVE_CC_LIMITS_H
12 /* Define if you have a C++ <osfcn.h>. */
13 #undef HAVE_CC_OSFCN_H
15 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
16 don't. */
17 #undef HAVE_DECL_GETC_UNLOCKED
19 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
20 don't. */
21 #undef HAVE_DECL_SYS_SIGLIST
23 /* Define to 1 if you have the <direct.h> header file. */
24 #undef HAVE_DIRECT_H
26 /* Define to 1 if you have the <dirent.h> header file. */
27 #undef HAVE_DIRENT_H
29 /* Define to 1 if you have the `fmod' function. */
30 #undef HAVE_FMOD
32 /* Define to 1 if you have the `getcwd' function. */
33 #undef HAVE_GETCWD
35 /* Define to 1 if you have the `getpagesize' function. */
36 #undef HAVE_GETPAGESIZE
38 /* Define to 1 if you have the `gettimeofday' function. */
39 #undef HAVE_GETTIMEOFDAY
41 /* Define if you have the iconv() function. */
42 #undef HAVE_ICONV
44 /* Define to 1 if you have the <inttypes.h> header file. */
45 #undef HAVE_INTTYPES_H
47 /* Define to 1 if you have the `isatty' function. */
48 #undef HAVE_ISATTY
50 /* Define to 1 if you have the `kill' function. */
51 #undef HAVE_KILL
53 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
54 #undef HAVE_LANGINFO_CODESET
56 /* Define to 1 if you have the <limits.h> header file. */
57 #undef HAVE_LIMITS_H
59 /* Define to 1 if you have the <math.h> header file. */
60 #undef HAVE_MATH_H
62 /* Define to 1 if you have the <memory.h> header file. */
63 #undef HAVE_MEMORY_H
65 /* Define if you have mkstemp(). */
66 #undef HAVE_MKSTEMP
68 /* Define to 1 if you have a working `mmap' system call. */
69 #undef HAVE_MMAP
71 /* Define to 1 if you have the <process.h> header file. */
72 #undef HAVE_PROCESS_H
74 /* Define to 1 if you have the `putenv' function. */
75 #undef HAVE_PUTENV
77 /* Define to 1 if you have the `rename' function. */
78 #undef HAVE_RENAME
80 /* Define to 1 if you have the `setlocale' function. */
81 #undef HAVE_SETLOCALE
83 /* Define to 1 if you have the `snprintf' function. */
84 #undef HAVE_SNPRINTF
86 /* Define to 1 if you have the <stddef.h> header file. */
87 #undef HAVE_STDDEF_H
89 /* Define to 1 if you have the <stdint.h> header file. */
90 #undef HAVE_STDINT_H
92 /* Define to 1 if you have the <stdlib.h> header file. */
93 #undef HAVE_STDLIB_H
95 /* Define to 1 if you have the `strcasecmp' function. */
96 #undef HAVE_STRCASECMP
98 /* Define to 1 if you have the `strerror' function. */
99 #undef HAVE_STRERROR
101 /* Define to 1 if you have the <strings.h> header file. */
102 #undef HAVE_STRINGS_H
104 /* Define to 1 if you have the <string.h> header file. */
105 #undef HAVE_STRING_H
107 /* Define to 1 if you have the `strncasecmp' function. */
108 #undef HAVE_STRNCASECMP
110 /* Define to 1 if you have the `strsep' function. */
111 #undef HAVE_STRSEP
113 /* Define to 1 if you have the `strtol' function. */
114 #undef HAVE_STRTOL
116 /* Define if <math.h> defines struct exception. */
117 #undef HAVE_STRUCT_EXCEPTION
119 /* Define to 1 if you have the <sys/dir.h> header file. */
120 #undef HAVE_SYS_DIR_H
122 /* Define if you have sys_errlist in <errno.h>, <stdio.h>, or <stdlib.h>. */
123 #undef HAVE_SYS_ERRLIST
125 /* Define if you have sys_nerr in <errno.h>, <stdio.h>, or <stdio.h>. */
126 #undef HAVE_SYS_NERR
128 /* Define to 1 if you have the <sys/stat.h> header file. */
129 #undef HAVE_SYS_STAT_H
131 /* Define to 1 if you have the <sys/time.h> header file. */
132 #undef HAVE_SYS_TIME_H
134 /* Define to 1 if you have the <sys/types.h> header file. */
135 #undef HAVE_SYS_TYPES_H
137 /* Define to 1 if you have the <unistd.h> header file. */
138 #undef HAVE_UNISTD_H
140 /* Define to 1 if you have the `vsnprintf' function. */
141 #undef HAVE_VSNPRINTF
143 /* Define as const if the declaration of iconv() needs const. */
144 #undef ICONV_CONST
146 /* Define if the host's encoding is EBCDIC. */
147 #undef IS_EBCDIC_HOST
149 /* Define if localtime() takes a long * not a time_t *. */
150 #undef LONG_FOR_TIME_T
152 /* Define if your C++ doesn't declare gettimeofday(). */
153 #undef NEED_DECLARATION_GETTIMEOFDAY
155 /* Define if your C++ doesn't declare hypot(). */
156 #undef NEED_DECLARATION_HYPOT
158 /* Define if your C++ doesn't declare pclose(). */
159 #undef NEED_DECLARATION_PCLOSE
161 /* Define if your C++ doesn't declare popen(). */
162 #undef NEED_DECLARATION_POPEN
164 /* Define if your C++ doesn't declare putenv(). */
165 #undef NEED_DECLARATION_PUTENV
167 /* Define if your C++ doesn't declare rand(). */
168 #undef NEED_DECLARATION_RAND
170 /* Define if your C++ doesn't declare snprintf(). */
171 #undef NEED_DECLARATION_SNPRINTF
173 /* Define if your C++ doesn't declare srand(). */
174 #undef NEED_DECLARATION_SRAND
176 /* Define if your C++ doesn't declare strcasecmp(). */
177 #undef NEED_DECLARATION_STRCASECMP
179 /* Define if your C++ doesn't declare strncasecmp(). */
180 #undef NEED_DECLARATION_STRNCASECMP
182 /* Define if your C++ doesn't declare vfprintf(). */
183 #undef NEED_DECLARATION_VFPRINTF
185 /* Define if your C++ doesn't declare vsnprintf(). */
186 #undef NEED_DECLARATION_VSNPRINTF
188 /* Define to the address where bug reports for this package should be sent. */
189 #undef PACKAGE_BUGREPORT
191 /* Define to the full name of this package. */
192 #undef PACKAGE_NAME
194 /* Define to the full name and version of this package. */
195 #undef PACKAGE_STRING
197 /* Define to the one symbol short name of this package. */
198 #undef PACKAGE_TARNAME
200 /* Define to the version of this package. */
201 #undef PACKAGE_VERSION
203 /* Define if the printer's page size is A4. */
204 #undef PAGEA4
206 /* Define as the return type of signal handlers (`int' or `void'). */
207 #undef RETSIGTYPE
209 /* Define if srand() returns void not int. */
210 #undef RET_TYPE_SRAND_IS_VOID
212 /* Define to 1 if you have the ANSI C header files. */
213 #undef STDC_HEADERS
215 /* Define if your C++ compiler uses a traditional (Reiser) preprocessor. */
216 #undef TRADITIONAL_CPP
218 /* Define if the 0200 bit of the status returned by wait() indicates whether a
219 core image was produced for a process that was terminated by a signal. */
220 #undef WCOREFLAG
222 /* Define to 1 if your processor stores words with the most significant byte
223 first (like Motorola and SPARC, unlike Intel and VAX). */
224 #undef WORDS_BIGENDIAN
226 /* Define to 1 if the X Window System is missing or not being used. */
227 #undef X_DISPLAY_MISSING
229 /* Define if -D_POSIX_SOURCE is necessary. */
230 #undef _POSIX_SOURCE
232 /* Define if you have ISC 3.x or 4.x. */
233 #undef _SYSV3
235 /* Define uintmax_t to `unsigned long' or `unsigned long long' if <inttypes.h>
236 does not exist. */
237 #undef uintmax_t
239 /* s-it2-mode */