1e23bbcafa718b433437421ddc2cd9586cee9940
[pspp-builds.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2 /* Special definitions, to process by autoheader.
3    Copyright (C) 1997-9, 2000 Free Software Foundation. */
4
5 /* Definitions for byte order, according to significance of bytes, from low
6    addresses to high addresses.  The value is what you get by putting '4'
7    in the most significant byte, '3' in the second most significant byte,
8    '2' in the second least significant byte, and '1' in the least
9    significant byte.  These definitions never need to be modified. */
10 #define BIG     4321    /* 68k */
11 #define LITTLE  1234    /* i[3456]86 */
12 #define UNKNOWN 0000    /* Endianness must be determined at runtime. */
13
14 /* Definitions for floating-point representation. */
15 #define FPREP_IEEE754   754     /* The usual IEEE-754 format. */
16 #define FPREP_UNKNOWN   666     /* Triggers an error at compile time. */
17
18 /* We want prototypes for all the GNU extensions. */
19 #define _GNU_SOURCE     1
20
21 /* Name of the distribution. */
22 #define PACKAGE "PSPP"
23
24 /* Version of the distribution. */
25 #undef VERSION
26
27 /* The concatenation of the strings "GNU ", and PACKAGE.  */
28 #define GNU_PACKAGE "GNU PSPP"
29
30 /* Define to 1 if ANSI function prototypes are usable.  */
31 #undef PROTOTYPES
32
33
34
35 /* Define if sprintf() returns the number of characters written to
36    the destination string, excluding the null terminator. */
37 #undef HAVE_GOOD_SPRINTF
38
39 /* Define if rand() and company work according to ANSI. */
40 #undef HAVE_GOOD_RANDOM
41
42 /* Define endianness of computer here as BIG or LITTLE, if known.
43    If not known, define as UNKNOWN. */
44 #define ENDIAN BIG
45
46 /* Define as floating-point representation of this computer.  For
47    i386, m68k, and other common chips, this is FPREP_IEEE754. */
48 #define FPREP FPREP_IEEE754
49
50 /* Number of digits in longest `long' value, including sign.  This is
51    usually 11, for 32-bit `long's, or 19, for 64-bit `long's. */
52 #define INT_DIGITS 19
53
54 /* Define if you have the history library (-lhistory).  */
55 #undef HAVE_LIBHISTORY
56
57 /* Define if you have the termcap library (-ltermcap).  */
58 #undef HAVE_LIBTERMCAP
59
60 /* Stolen from Ulrich Drepper, <drepper@gnu.org> gettext-0.10,
61    1995.  */
62
63 /* Define if your locale.h file contains LC_MESSAGES.  */
64 #undef HAVE_LC_MESSAGES
65
66 /* Define to 1 if NLS is requested.  */
67 #undef ENABLE_NLS
68
69 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
70 #undef HAVE_CATGETS
71
72 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
73 #undef HAVE_GETTEXT
74
75 /* Define as 1 if you have the stpcpy function.  */
76 #undef HAVE_STPCPY
77
78
79 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
80    systems. This function is required for `alloca.c' support on those systems.
81    */
82 #undef CRAY_STACKSEG_END
83
84 /* Define to 1 if using `alloca.c'. */
85 #undef C_ALLOCA
86
87 /* Define to 1 if you have `alloca', as a function or macro. */
88 #undef HAVE_ALLOCA
89
90 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
91    */
92 #undef HAVE_ALLOCA_H
93
94 /* Define to 1 if you have the <argz.h> header file. */
95 #undef HAVE_ARGZ_H
96
97 /* Define to 1 if you have the `dcgettext' function. */
98 #undef HAVE_DCGETTEXT
99
100 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
101 #undef HAVE_DOPRNT
102
103 /* Define to 1 if you have the `feholdexcept' function. */
104 #undef HAVE_FEHOLDEXCEPT
105
106 /* Define to 1 if you have the <fenv.h> header file. */
107 #undef HAVE_FENV_H
108
109 /* Define to 1 if you have the `finite' function. */
110 #undef HAVE_FINITE
111
112 /* Define to 1 if you have the <fpu_control.h> header file. */
113 #undef HAVE_FPU_CONTROL_H
114
115 /* Define to 1 if you have the `getcwd' function. */
116 #undef HAVE_GETCWD
117
118 /* Define to 1 if you have the `getdelim' function. */
119 #undef HAVE_GETDELIM
120
121 /* Define to 1 if you have the `gethostname' function. */
122 #undef HAVE_GETHOSTNAME
123
124 /* Define to 1 if you have the `getline' function. */
125 #undef HAVE_GETLINE
126
127 /* Define to 1 if you have the `getpagesize' function. */
128 #undef HAVE_GETPAGESIZE
129
130 /* Define to 1 if you have the `getpid' function. */
131 #undef HAVE_GETPID
132
133 /* Define to 1 if you have the <ieeefp.h> header file. */
134 #undef HAVE_IEEEFP_H
135
136 /* Define to 1 if you have the <inttypes.h> header file. */
137 #undef HAVE_INTTYPES_H
138
139 /* Define to 1 if you have the `isinf' function. */
140 #undef HAVE_ISINF
141
142 /* Define to 1 if you have the `isnan' function. */
143 #undef HAVE_ISNAN
144
145 /* Define to 1 if you have the `i' library (-li). */
146 #undef HAVE_LIBI
147
148 /* Define to 1 if you have the `m' library (-lm). */
149 #undef HAVE_LIBM
150
151 /* Define to 1 if you have the `readline' library (-lreadline). */
152 #undef HAVE_LIBREADLINE
153
154 /* Define to 1 if you have the <limits.h> header file. */
155 #undef HAVE_LIMITS_H
156
157 /* Define to 1 if you have the <locale.h> header file. */
158 #undef HAVE_LOCALE_H
159
160 /* Define to 1 if you have the <malloc.h> header file. */
161 #undef HAVE_MALLOC_H
162
163 /* Define to 1 if you have the `memchr' function. */
164 #undef HAVE_MEMCHR
165
166 /* Define to 1 if you have the `memmem' function. */
167 #undef HAVE_MEMMEM
168
169 /* Define to 1 if you have the `memmove' function. */
170 #undef HAVE_MEMMOVE
171
172 /* Define to 1 if you have the <memory.h> header file. */
173 #undef HAVE_MEMORY_H
174
175 /* Define to 1 if you have the `memset' function. */
176 #undef HAVE_MEMSET
177
178 /* Define to 1 if you have a working `mmap' system call. */
179 #undef HAVE_MMAP
180
181 /* Define to 1 if you have the `munmap' function. */
182 #undef HAVE_MUNMAP
183
184 /* Define to 1 if you have the <nl_types.h> header file. */
185 #undef HAVE_NL_TYPES_H
186
187 /* Define to 1 if you have the `putenv' function. */
188 #undef HAVE_PUTENV
189
190 /* Define to 1 if you have the <readline/history.h> header file. */
191 #undef HAVE_READLINE_HISTORY_H
192
193 /* Define to 1 if you have the <readline/readline.h> header file. */
194 #undef HAVE_READLINE_READLINE_H
195
196 /* Define to 1 if you have the `setenv' function. */
197 #undef HAVE_SETENV
198
199 /* Define to 1 if you have the `setlocale' function. */
200 #undef HAVE_SETLOCALE
201
202 /* Define to 1 if you have the <stdint.h> header file. */
203 #undef HAVE_STDINT_H
204
205 /* Define to 1 if you have the <stdlib.h> header file. */
206 #undef HAVE_STDLIB_H
207
208 /* Define to 1 if you have the `stpcpy' function. */
209 #undef HAVE_STPCPY
210
211 /* Define to 1 if you have the `strcasecmp' function. */
212 #undef HAVE_STRCASECMP
213
214 /* Define to 1 if you have the `strchr' function. */
215 #undef HAVE_STRCHR
216
217 /* Define to 1 if you have the `strerror' function. */
218 #undef HAVE_STRERROR
219
220 /* Define to 1 if you have the <strings.h> header file. */
221 #undef HAVE_STRINGS_H
222
223 /* Define to 1 if you have the <string.h> header file. */
224 #undef HAVE_STRING_H
225
226 /* Define to 1 if you have the `strncasecmp' function. */
227 #undef HAVE_STRNCASECMP
228
229 /* Define to 1 if you have the `strpbrk' function. */
230 #undef HAVE_STRPBRK
231
232 /* Define to 1 if you have the `strstr' function. */
233 #undef HAVE_STRSTR
234
235 /* Define to 1 if you have the `strtod' function. */
236 #undef HAVE_STRTOD
237
238 /* Define to 1 if you have the `strtok_r' function. */
239 #undef HAVE_STRTOK_R
240
241 /* Define to 1 if you have the `strtol' function. */
242 #undef HAVE_STRTOL
243
244 /* Define to 1 if you have the `strtoul' function. */
245 #undef HAVE_STRTOUL
246
247 /* Define to 1 if you have the <sys/mman.h> header file. */
248 #undef HAVE_SYS_MMAN_H
249
250 /* Define to 1 if you have the <sys/stat.h> header file. */
251 #undef HAVE_SYS_STAT_H
252
253 /* Define to 1 if you have the <sys/time.h> header file. */
254 #undef HAVE_SYS_TIME_H
255
256 /* Define to 1 if you have the <sys/types.h> header file. */
257 #undef HAVE_SYS_TYPES_H
258
259 /* Define to 1 if you have the <sys/wait.h> header file. */
260 #undef HAVE_SYS_WAIT_H
261
262 /* Define to 1 if you have the <termcap.h> header file. */
263 #undef HAVE_TERMCAP_H
264
265 /* Define to 1 if you have the <unistd.h> header file. */
266 #undef HAVE_UNISTD_H
267
268 /* Define to 1 if you have the <values.h> header file. */
269 #undef HAVE_VALUES_H
270
271 /* Define to 1 if you have the `vprintf' function. */
272 #undef HAVE_VPRINTF
273
274 /* Define to 1 if you have the `__argz_count' function. */
275 #undef HAVE___ARGZ_COUNT
276
277 /* Define to 1 if you have the `__argz_next' function. */
278 #undef HAVE___ARGZ_NEXT
279
280 /* Define to 1 if you have the `__argz_stringify' function. */
281 #undef HAVE___ARGZ_STRINGIFY
282
283 /* Define to 1 if you have the `__setfpucw' function. */
284 #undef HAVE___SETFPUCW
285
286 /* Name of package */
287 #undef PACKAGE
288
289 /* Define to the address where bug reports for this package should be sent. */
290 #undef PACKAGE_BUGREPORT
291
292 /* Define to the full name of this package. */
293 #undef PACKAGE_NAME
294
295 /* Define to the full name and version of this package. */
296 #undef PACKAGE_STRING
297
298 /* Define to the one symbol short name of this package. */
299 #undef PACKAGE_TARNAME
300
301 /* Define to the version of this package. */
302 #undef PACKAGE_VERSION
303
304 /* Define if compiler has function prototypes */
305 #undef PROTOTYPES
306
307 /* The size of a `double', as computed by sizeof. */
308 #undef SIZEOF_DOUBLE
309
310 /* The size of a `float', as computed by sizeof. */
311 #undef SIZEOF_FLOAT
312
313 /* The size of a `int', as computed by sizeof. */
314 #undef SIZEOF_INT
315
316 /* The size of a `long', as computed by sizeof. */
317 #undef SIZEOF_LONG
318
319 /* The size of a `long double', as computed by sizeof. */
320 #undef SIZEOF_LONG_DOUBLE
321
322 /* The size of a `long long', as computed by sizeof. */
323 #undef SIZEOF_LONG_LONG
324
325 /* The size of a `short', as computed by sizeof. */
326 #undef SIZEOF_SHORT
327
328 /* If using the C implementation of alloca, define if you know the
329    direction of stack growth for your system; otherwise it will be
330    automatically deduced at run-time.
331         STACK_DIRECTION > 0 => grows toward higher addresses
332         STACK_DIRECTION < 0 => grows toward lower addresses
333         STACK_DIRECTION = 0 => direction of growth unknown */
334 #undef STACK_DIRECTION
335
336 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
337 #undef STAT_MACROS_BROKEN
338
339 /* Define to 1 if you have the ANSI C header files. */
340 #undef STDC_HEADERS
341
342 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
343 #undef TIME_WITH_SYS_TIME
344
345 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
346 #undef TM_IN_SYS_TIME
347
348 /* Version number of package */
349 #undef VERSION
350
351 /* Define to empty if `const' does not conform to ANSI C. */
352 #undef const
353
354 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
355    if it is not supported. */
356 #undef inline
357
358 /* Define to `long' if <sys/types.h> does not define. */
359 #undef off_t
360
361 /* Define to `unsigned' if <sys/types.h> does not define. */
362 #undef size_t
363
364 #include <pref.h>
365
366 /* Local Variables: */
367 /* mode:c */
368 /* End: */