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. */
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. */
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. */
18 /* We want prototypes for all the GNU extensions. */
21 /* Name of the distribution. */
22 #define PACKAGE "PSPP"
24 /* Version of the distribution. */
27 /* The concatenation of the strings "GNU ", and PACKAGE. */
28 #define GNU_PACKAGE "GNU PSPP"
30 /* Define to 1 if ANSI function prototypes are usable. */
35 /* Define if sprintf() returns the number of characters written to
36 the destination string, excluding the null terminator. */
37 #undef HAVE_GOOD_SPRINTF
39 /* Define if rand() and company work according to ANSI. */
40 #undef HAVE_GOOD_RANDOM
42 /* Define endianness of computer here as BIG or LITTLE, if known.
43 If not known, define as UNKNOWN. */
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
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. */
54 /* Define if you have the history library (-lhistory). */
55 #undef HAVE_LIBHISTORY
57 /* Define if you have the termcap library (-ltermcap). */
58 #undef HAVE_LIBTERMCAP
60 /* Stolen from Ulrich Drepper, <drepper@gnu.org> gettext-0.10,
63 /* Define if your locale.h file contains LC_MESSAGES. */
64 #undef HAVE_LC_MESSAGES
66 /* Define to 1 if NLS is requested. */
69 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
72 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
75 /* Define as 1 if you have the stpcpy function. */
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.
82 #undef CRAY_STACKSEG_END
84 /* Define to 1 if using `alloca.c'. */
87 /* Define to 1 if you have `alloca', as a function or macro. */
90 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
94 /* Define to 1 if you have the <argz.h> header file. */
97 /* Define to 1 if you have the `dcgettext' function. */
100 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
103 /* Define to 1 if you have the `feholdexcept' function. */
104 #undef HAVE_FEHOLDEXCEPT
106 /* Define to 1 if you have the <fenv.h> header file. */
109 /* Define to 1 if you have the `finite' function. */
112 /* Define to 1 if you have the <fpu_control.h> header file. */
113 #undef HAVE_FPU_CONTROL_H
115 /* Define to 1 if you have the `getcwd' function. */
118 /* Define to 1 if you have the `getdelim' function. */
121 /* Define to 1 if you have the `gethostname' function. */
122 #undef HAVE_GETHOSTNAME
124 /* Define to 1 if you have the `getline' function. */
127 /* Define to 1 if you have the `getpagesize' function. */
128 #undef HAVE_GETPAGESIZE
130 /* Define to 1 if you have the `getpid' function. */
133 /* Define to 1 if you have the <ieeefp.h> header file. */
136 /* Define to 1 if you have the <inttypes.h> header file. */
137 #undef HAVE_INTTYPES_H
139 /* Define to 1 if you have the `isinf' function. */
142 /* Define to 1 if you have the `isnan' function. */
145 /* Define to 1 if you have the `i' library (-li). */
148 /* Define to 1 if you have the `m' library (-lm). */
151 /* Define to 1 if you have the `readline' library (-lreadline). */
152 #undef HAVE_LIBREADLINE
154 /* Define to 1 if you have the <limits.h> header file. */
157 /* Define to 1 if you have the <locale.h> header file. */
160 /* Define to 1 if you have the <malloc.h> header file. */
163 /* Define to 1 if you have the `memchr' function. */
166 /* Define to 1 if you have the `memmem' function. */
169 /* Define to 1 if you have the `memmove' function. */
172 /* Define to 1 if you have the <memory.h> header file. */
175 /* Define to 1 if you have the `memset' function. */
178 /* Define to 1 if you have a working `mmap' system call. */
181 /* Define to 1 if you have the `munmap' function. */
184 /* Define to 1 if you have the <nl_types.h> header file. */
185 #undef HAVE_NL_TYPES_H
187 /* Define to 1 if you have the `putenv' function. */
190 /* Define to 1 if you have the <readline/history.h> header file. */
191 #undef HAVE_READLINE_HISTORY_H
193 /* Define to 1 if you have the <readline/readline.h> header file. */
194 #undef HAVE_READLINE_READLINE_H
196 /* Define to 1 if you have the `setenv' function. */
199 /* Define to 1 if you have the `setlocale' function. */
200 #undef HAVE_SETLOCALE
202 /* Define to 1 if you have the <stdint.h> header file. */
205 /* Define to 1 if you have the <stdlib.h> header file. */
208 /* Define to 1 if you have the `stpcpy' function. */
211 /* Define to 1 if you have the `strcasecmp' function. */
212 #undef HAVE_STRCASECMP
214 /* Define to 1 if you have the `strchr' function. */
217 /* Define to 1 if you have the `strerror' function. */
220 /* Define to 1 if you have the <strings.h> header file. */
221 #undef HAVE_STRINGS_H
223 /* Define to 1 if you have the <string.h> header file. */
226 /* Define to 1 if you have the `strncasecmp' function. */
227 #undef HAVE_STRNCASECMP
229 /* Define to 1 if you have the `strpbrk' function. */
232 /* Define to 1 if you have the `strstr' function. */
235 /* Define to 1 if you have the `strtod' function. */
238 /* Define to 1 if you have the `strtok_r' function. */
241 /* Define to 1 if you have the `strtol' function. */
244 /* Define to 1 if you have the `strtoul' function. */
247 /* Define to 1 if you have the <sys/mman.h> header file. */
248 #undef HAVE_SYS_MMAN_H
250 /* Define to 1 if you have the <sys/stat.h> header file. */
251 #undef HAVE_SYS_STAT_H
253 /* Define to 1 if you have the <sys/time.h> header file. */
254 #undef HAVE_SYS_TIME_H
256 /* Define to 1 if you have the <sys/types.h> header file. */
257 #undef HAVE_SYS_TYPES_H
259 /* Define to 1 if you have the <sys/wait.h> header file. */
260 #undef HAVE_SYS_WAIT_H
262 /* Define to 1 if you have the <termcap.h> header file. */
263 #undef HAVE_TERMCAP_H
265 /* Define to 1 if you have the <unistd.h> header file. */
268 /* Define to 1 if you have the <values.h> header file. */
271 /* Define to 1 if you have the `vprintf' function. */
274 /* Define to 1 if you have the `__argz_count' function. */
275 #undef HAVE___ARGZ_COUNT
277 /* Define to 1 if you have the `__argz_next' function. */
278 #undef HAVE___ARGZ_NEXT
280 /* Define to 1 if you have the `__argz_stringify' function. */
281 #undef HAVE___ARGZ_STRINGIFY
283 /* Define to 1 if you have the `__setfpucw' function. */
284 #undef HAVE___SETFPUCW
286 /* Name of package */
289 /* Define to the address where bug reports for this package should be sent. */
290 #undef PACKAGE_BUGREPORT
292 /* Define to the full name of this package. */
295 /* Define to the full name and version of this package. */
296 #undef PACKAGE_STRING
298 /* Define to the one symbol short name of this package. */
299 #undef PACKAGE_TARNAME
301 /* Define to the version of this package. */
302 #undef PACKAGE_VERSION
304 /* Define if compiler has function prototypes */
307 /* The size of a `double', as computed by sizeof. */
310 /* The size of a `float', as computed by sizeof. */
313 /* The size of a `int', as computed by sizeof. */
316 /* The size of a `long', as computed by sizeof. */
319 /* The size of a `long double', as computed by sizeof. */
320 #undef SIZEOF_LONG_DOUBLE
322 /* The size of a `long long', as computed by sizeof. */
323 #undef SIZEOF_LONG_LONG
325 /* The size of a `short', as computed by sizeof. */
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
336 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
337 #undef STAT_MACROS_BROKEN
339 /* Define to 1 if you have the ANSI C header files. */
342 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
343 #undef TIME_WITH_SYS_TIME
345 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
346 #undef TM_IN_SYS_TIME
348 /* Version number of package */
351 /* Define to empty if `const' does not conform to ANSI C. */
354 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
355 if it is not supported. */
358 /* Define to `long' if <sys/types.h> does not define. */
361 /* Define to `unsigned' if <sys/types.h> does not define. */
366 /* Local Variables: */