X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=7b1d52d663b12ddfa6659010e76d6287d035666d;hb=2e0595dd8e344dbdcab740d7d2a3b67d153d6b39;hp=1e23bbcafa718b433437421ddc2cd9586cee9940;hpb=fa77efde13ecbb261b90109142453850b283b950;p=pspp-builds.git diff --git a/config.h.in b/config.h.in index 1e23bbca..7b1d52d6 100644 --- a/config.h.in +++ b/config.h.in @@ -1,368 +1,614 @@ -/* config.h.in. Generated from configure.in by autoheader. */ -/* Special definitions, to process by autoheader. - Copyright (C) 1997-9, 2000 Free Software Foundation. */ - -/* Definitions for byte order, according to significance of bytes, from low - addresses to high addresses. The value is what you get by putting '4' - in the most significant byte, '3' in the second most significant byte, - '2' in the second least significant byte, and '1' in the least - significant byte. These definitions never need to be modified. */ -#define BIG 4321 /* 68k */ -#define LITTLE 1234 /* i[3456]86 */ -#define UNKNOWN 0000 /* Endianness must be determined at runtime. */ - -/* Definitions for floating-point representation. */ -#define FPREP_IEEE754 754 /* The usual IEEE-754 format. */ -#define FPREP_UNKNOWN 666 /* Triggers an error at compile time. */ - -/* We want prototypes for all the GNU extensions. */ -#define _GNU_SOURCE 1 - -/* Name of the distribution. */ -#define PACKAGE "PSPP" - -/* Version of the distribution. */ -#undef VERSION - -/* The concatenation of the strings "GNU ", and PACKAGE. */ -#define GNU_PACKAGE "GNU PSPP" - -/* Define to 1 if ANSI function prototypes are usable. */ -#undef PROTOTYPES - - - -/* Define if sprintf() returns the number of characters written to - the destination string, excluding the null terminator. */ -#undef HAVE_GOOD_SPRINTF - -/* Define if rand() and company work according to ANSI. */ -#undef HAVE_GOOD_RANDOM +/* config.h.in. Generated from configure.ac by autoheader. */ -/* Define endianness of computer here as BIG or LITTLE, if known. - If not known, define as UNKNOWN. */ -#define ENDIAN BIG - -/* Define as floating-point representation of this computer. For - i386, m68k, and other common chips, this is FPREP_IEEE754. */ -#define FPREP FPREP_IEEE754 - -/* Number of digits in longest `long' value, including sign. This is - usually 11, for 32-bit `long's, or 19, for 64-bit `long's. */ -#define INT_DIGITS 19 - -/* Define if you have the history library (-lhistory). */ -#undef HAVE_LIBHISTORY - -/* Define if you have the termcap library (-ltermcap). */ -#undef HAVE_LIBTERMCAP - -/* Stolen from Ulrich Drepper, gettext-0.10, - 1995. */ +/* + Define to one of `_getb67', `GETB67', `getb67' for + Cray-2 and Cray-YMP systems. This function is required + for `alloca.c' support on those systems. */ +#undef CRAY_STACKSEG_END -/* Define if your locale.h file contains LC_MESSAGES. */ -#undef HAVE_LC_MESSAGES +/* + Define to 1 if using `alloca.c'. */ +#undef C_ALLOCA -/* Define to 1 if NLS is requested. */ +/* + Define to 1 if translation of program messages + to the user's native language is requested. */ #undef ENABLE_NLS -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -#undef HAVE_CATGETS - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -#undef HAVE_GETTEXT - -/* Define as 1 if you have the stpcpy function. */ -#undef HAVE_STPCPY - - -/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP - systems. This function is required for `alloca.c' support on those systems. - */ -#undef CRAY_STACKSEG_END +/* + Define for machines that have IEEE 754 floating + point arithmetic, the most common format today. */ +#undef FPREP_IEEE754 -/* Define to 1 if using `alloca.c'. */ -#undef C_ALLOCA - -/* Define to 1 if you have `alloca', as a function or macro. */ +/* + Define to 1 if you have `alloca', as + a function or macro. */ #undef HAVE_ALLOCA -/* Define to 1 if you have and it should be used (not on Ultrix). - */ +/* + Define to 1 if you have and + it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_ARGZ_H -/* Define to 1 if you have the `dcgettext' function. */ +/* + Define if the GNU dcgettext() function is already + present or preinstalled. */ #undef HAVE_DCGETTEXT -/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ +/* + Define to 1 if you don't have `vprintf' + but do have `_doprnt.' */ #undef HAVE_DOPRNT -/* Define to 1 if you have the `feholdexcept' function. */ +/* + Define to 1 if you have the `feholdexcept' + function. */ #undef HAVE_FEHOLDEXCEPT -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_FENV_H -/* Define to 1 if you have the `finite' function. */ +/* + Define to 1 if you have the `feof_unlocked' + function. */ +#undef HAVE_FEOF_UNLOCKED + +/* + Define to 1 if you have the `fgets_unlocked' + function. */ +#undef HAVE_FGETS_UNLOCKED + +/* + Define to 1 if you have the `finite' + function. */ #undef HAVE_FINITE -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_FPU_CONTROL_H -/* Define to 1 if you have the `getcwd' function. */ +/* + Define to 1 if you have the `getcwd' + function. */ #undef HAVE_GETCWD -/* Define to 1 if you have the `getdelim' function. */ +/* + Define to 1 if you have the `getc_unlocked' + function. */ +#undef HAVE_GETC_UNLOCKED + +/* + Define to 1 if you have the `getdelim' + function. */ #undef HAVE_GETDELIM -/* Define to 1 if you have the `gethostname' function. */ +/* + Define to 1 if you have the `getegid' + function. */ +#undef HAVE_GETEGID + +/* + Define to 1 if you have the `geteuid' + function. */ +#undef HAVE_GETEUID + +/* + Define to 1 if you have the `getgid' + function. */ +#undef HAVE_GETGID + +/* + Define to 1 if you have the `gethostname' + function. */ #undef HAVE_GETHOSTNAME -/* Define to 1 if you have the `getline' function. */ +/* + Define to 1 if you have the `getline' + function. */ #undef HAVE_GETLINE -/* Define to 1 if you have the `getpagesize' function. */ +/* + Define to 1 if you have the `getpagesize' + function. */ #undef HAVE_GETPAGESIZE -/* Define to 1 if you have the `getpid' function. */ +/* + Define to 1 if you have the `getpid' + function. */ #undef HAVE_GETPID -/* Define to 1 if you have the header file. */ +/* + Define if the GNU gettext() function is already + present or preinstalled. */ +#undef HAVE_GETTEXT + +/* + Define to 1 if you have the `getuid' + function. */ +#undef HAVE_GETUID + +/* + Define if rand() and company work according to + ANSI. */ +#undef HAVE_GOOD_RANDOM + +/* + Define if sprintf() returns the number of characters + written to the destination string, excluding the null + terminator. */ +#undef HAVE_GOOD_SPRINTF + +/* + Define if you have the iconv() function. */ +#undef HAVE_ICONV + +/* + Define to 1 if you have the + header file. */ #undef HAVE_IEEEFP_H -/* Define to 1 if you have the header file. */ +/* + Define if exists and doesn't clash with + . */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the `isinf' function. */ +/* + Define if exists, doesn't clash with , + and declares uintmax_t. */ +#undef HAVE_INTTYPES_H_WITH_UINTMAX + +/* + Define to 1 if you have the `isinf' + function. */ #undef HAVE_ISINF -/* Define to 1 if you have the `isnan' function. */ +/* + Define to 1 if you have the `isnan' + function. */ #undef HAVE_ISNAN -/* Define to 1 if you have the `i' library (-li). */ -#undef HAVE_LIBI +/* + Define if you have and nl_langinfo(CODESET). */ +#undef HAVE_LANGINFO_CODESET + +/* + Define if your file defines LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES -/* Define to 1 if you have the `m' library (-lm). */ +/* + Define if you have the history library (-lhistory). + */ +#undef HAVE_LIBHISTORY + +/* + Define to 1 if you have the `m' + library (-lm). */ #undef HAVE_LIBM -/* Define to 1 if you have the `readline' library (-lreadline). */ +/* + Define to 1 if you have the `readline' + library (-lreadline). */ #undef HAVE_LIBREADLINE -/* Define to 1 if you have the header file. */ +/* + Define if you have the termcap library (-ltermcap). + */ +#undef HAVE_LIBTERMCAP + +/* + Define to 1 if you have the + header file. */ #undef HAVE_LIMITS_H -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_LOCALE_H -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_MALLOC_H -/* Define to 1 if you have the `memchr' function. */ +/* + Define to 1 if you have the `memchr' + function. */ #undef HAVE_MEMCHR -/* Define to 1 if you have the `memmem' function. */ +/* + Define to 1 if you have the `memmem' + function. */ #undef HAVE_MEMMEM -/* Define to 1 if you have the `memmove' function. */ +/* + Define to 1 if you have the `memmove' + function. */ #undef HAVE_MEMMOVE -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_MEMORY_H -/* Define to 1 if you have the `memset' function. */ +/* + Define to 1 if you have the `mempcpy' + function. */ +#undef HAVE_MEMPCPY + +/* + Define to 1 if you have the `memset' + function. */ #undef HAVE_MEMSET -/* Define to 1 if you have a working `mmap' system call. */ +/* + Define to 1 if you have a working + `mmap' system call. */ #undef HAVE_MMAP -/* Define to 1 if you have the `munmap' function. */ +/* + Define to 1 if you have the `munmap' + function. */ #undef HAVE_MUNMAP -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_NL_TYPES_H -/* Define to 1 if you have the `putenv' function. */ +/* + Define to 1 if you have the `putenv' + function. */ #undef HAVE_PUTENV -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_READLINE_HISTORY_H -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_READLINE_READLINE_H -/* Define to 1 if you have the `setenv' function. */ +/* + Define to 1 if you have the `setenv' + function. */ #undef HAVE_SETENV -/* Define to 1 if you have the `setlocale' function. */ +/* + Define to 1 if you have the `setlocale' + function. */ #undef HAVE_SETLOCALE -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ +#undef HAVE_STDDEF_H + +/* + Define to 1 if you have the + header file. */ #undef HAVE_STDINT_H -/* Define to 1 if you have the header file. */ +/* + Define if exists, doesn't clash with , + and declares uintmax_t. */ +#undef HAVE_STDINT_H_WITH_UINTMAX + +/* + Define to 1 if you have the + header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the `stpcpy' function. */ +/* + Define to 1 if you have the `stpcpy' + function. */ #undef HAVE_STPCPY -/* Define to 1 if you have the `strcasecmp' function. */ +/* + Define to 1 if you have the `strcasecmp' + function. */ #undef HAVE_STRCASECMP -/* Define to 1 if you have the `strchr' function. */ -#undef HAVE_STRCHR +/* + Define to 1 if you have the `strdup' + function. */ +#undef HAVE_STRDUP -/* Define to 1 if you have the `strerror' function. */ +/* + Define to 1 if you have the `strerror' + function. */ #undef HAVE_STRERROR -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_STRINGS_H -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_STRING_H -/* Define to 1 if you have the `strncasecmp' function. */ +/* + Define to 1 if you have the `strncasecmp' + function. */ #undef HAVE_STRNCASECMP -/* Define to 1 if you have the `strpbrk' function. */ +/* + Define to 1 if you have the `strpbrk' + function. */ #undef HAVE_STRPBRK -/* Define to 1 if you have the `strstr' function. */ +/* + Define to 1 if you have the `strstr' + function. */ #undef HAVE_STRSTR -/* Define to 1 if you have the `strtod' function. */ +/* + Define to 1 if you have the `strtod' + function. */ #undef HAVE_STRTOD -/* Define to 1 if you have the `strtok_r' function. */ +/* + Define to 1 if you have the `strtok_r' + function. */ #undef HAVE_STRTOK_R -/* Define to 1 if you have the `strtol' function. */ +/* + Define to 1 if you have the `strtol' + function. */ #undef HAVE_STRTOL -/* Define to 1 if you have the `strtoul' function. */ +/* + Define to 1 if you have the `strtoul' + function. */ #undef HAVE_STRTOUL -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_SYS_MMAN_H -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ +#undef HAVE_SYS_PARAM_H + +/* + Define to 1 if you have the + header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_SYS_TIME_H -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_SYS_TYPES_H -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_SYS_WAIT_H -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the + header file. */ #undef HAVE_TERMCAP_H -/* Define to 1 if you have the header file. */ +/* + Define to 1 if you have the `tsearch' + function. */ +#undef HAVE_TSEARCH + +/* + Define if you have the 'uintmax_t' type in + or . */ +#undef HAVE_UINTMAX_T + +/* + Define to 1 if you have the + header file. */ #undef HAVE_UNISTD_H -/* Define to 1 if you have the header file. */ -#undef HAVE_VALUES_H +/* + Define if you have the unsigned long long + type. */ +#undef HAVE_UNSIGNED_LONG_LONG -/* Define to 1 if you have the `vprintf' function. */ +/* + Define to 1 if you have the `vprintf' + function. */ #undef HAVE_VPRINTF -/* Define to 1 if you have the `__argz_count' function. */ +/* + Define to 1 if you have the `__argz_count' + function. */ #undef HAVE___ARGZ_COUNT -/* Define to 1 if you have the `__argz_next' function. */ +/* + Define to 1 if you have the `__argz_next' + function. */ #undef HAVE___ARGZ_NEXT -/* Define to 1 if you have the `__argz_stringify' function. */ +/* + Define to 1 if you have the `__argz_stringify' + function. */ #undef HAVE___ARGZ_STRINGIFY -/* Define to 1 if you have the `__setfpucw' function. */ +/* + Define to 1 if you have the `__fsetlocking' + function. */ +#undef HAVE___FSETLOCKING + +/* + Define to 1 if you have the `__setfpucw' + function. */ #undef HAVE___SETFPUCW -/* Name of package */ +/* + Define as const if the declaration of iconv() + needs const. */ +#undef ICONV_CONST + +/* + Define if integer division by zero raises signal + SIGFPE. */ +#undef INTDIV0_RAISES_SIGFPE + +/* + Number of digits in longest `long' value, including + sign. This is usually 11, for 32-bit `long's, or + 19, for 64-bit `long's. */ +#undef INT_DIGITS + +/* + Name of package */ #undef PACKAGE -/* Define to the address where bug reports for this package should be sent. */ +/* + Define to the address where bug reports for + this package should be sent. */ #undef PACKAGE_BUGREPORT -/* Define to the full name of this package. */ +/* + Define to the full name of this package. + */ #undef PACKAGE_NAME -/* Define to the full name and version of this package. */ +/* + Define to the full name and version of + this package. */ #undef PACKAGE_STRING -/* Define to the one symbol short name of this package. */ +/* + Define to the one symbol short name of + this package. */ #undef PACKAGE_TARNAME -/* Define to the version of this package. */ +/* + Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define if compiler has function prototypes */ -#undef PROTOTYPES +/* + Define if exists and defines unusable PRI* + macros. */ +#undef PRI_MACROS_BROKEN -/* The size of a `double', as computed by sizeof. */ +/* + The size of a `double', as computed by + sizeof. */ #undef SIZEOF_DOUBLE -/* The size of a `float', as computed by sizeof. */ +/* + The size of a `float', as computed by + sizeof. */ #undef SIZEOF_FLOAT -/* The size of a `int', as computed by sizeof. */ +/* + The size of a `int', as computed by + sizeof. */ #undef SIZEOF_INT -/* The size of a `long', as computed by sizeof. */ +/* + The size of a `long', as computed by + sizeof. */ #undef SIZEOF_LONG -/* The size of a `long double', as computed by sizeof. */ +/* + The size of a `long double', as computed + by sizeof. */ #undef SIZEOF_LONG_DOUBLE -/* The size of a `long long', as computed by sizeof. */ +/* + The size of a `long long', as computed + by sizeof. */ #undef SIZEOF_LONG_LONG -/* The size of a `short', as computed by sizeof. */ +/* + The size of a `short', as computed by + sizeof. */ #undef SIZEOF_SHORT /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION -/* Define to 1 if the `S_IS*' macros in do not work properly. */ +/* + Define to 1 if the `S_IS*' macros in + do not work properly. */ #undef STAT_MACROS_BROKEN -/* Define to 1 if you have the ANSI C header files. */ +/* + Define to 1 if you have the ANSI + C header files. */ #undef STDC_HEADERS -/* Define to 1 if you can safely include both and . */ +/* + Define to 1 if you can safely include + both and . */ #undef TIME_WITH_SYS_TIME -/* Define to 1 if your declares `struct tm'. */ +/* + Define to 1 if your declares `struct + tm'. */ #undef TM_IN_SYS_TIME -/* Version number of package */ +/* + Version number of package */ #undef VERSION -/* Define to empty if `const' does not conform to ANSI C. */ +/* + Define to 1 if your processor stores words + with the most significant byte first (like Motorola and + SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# undef _GNU_SOURCE +#endif + +/* + Define to empty if `const' does not conform + to ANSI C. */ #undef const -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif -/* Define to `long' if does not define. */ +/* + Define to `long' if does not define. + */ #undef off_t -/* Define to `unsigned' if does not define. */ +/* + Define to `unsigned' if does not define. + */ #undef size_t -#include +/* + Define to unsigned long or unsigned long long + if and don't define. */ +#undef uintmax_t -/* Local Variables: */ -/* mode:c */ -/* End: */ +#include