/* config.h.in. Generated automatically 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 using alloca.c. */ #undef C_ALLOCA /* Define to empty if the keyword does not work. */ #undef const /* 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 you have alloca, as a function or macro. */ #undef HAVE_ALLOCA /* Define if you have and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H /* Define if you don't have vprintf but do have _doprnt. */ #undef HAVE_DOPRNT /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP /* Define if you have the vprintf function. */ #undef HAVE_VPRINTF /* Define as __inline if that's what the C compiler calls it. */ #undef inline /* Define to `long' if doesn't define. */ #undef off_t /* Define if you need to in order for stat and other things to work. */ #undef _POSIX_SOURCE /* Define to `unsigned' if doesn't define. */ #undef size_t /* 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 */ #undef STACK_DIRECTION /* Define if the `S_IS*' macros in do not work properly. */ #undef STAT_MACROS_BROKEN /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Define if your declares struct tm. */ #undef TM_IN_SYS_TIME /* 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 /* 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 /* Define if your locale.h file contains LC_MESSAGES. */ #undef HAVE_LC_MESSAGES /* Define to 1 if NLS 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 /* The number of bytes in a double. */ #undef SIZEOF_DOUBLE /* The number of bytes in a float. */ #undef SIZEOF_FLOAT /* The number of bytes in a int. */ #undef SIZEOF_INT /* The number of bytes in a long. */ #undef SIZEOF_LONG /* The number of bytes in a long double. */ #undef SIZEOF_LONG_DOUBLE /* The number of bytes in a long long. */ #undef SIZEOF_LONG_LONG /* The number of bytes in a short. */ #undef SIZEOF_SHORT /* Define if you have the __argz_count function. */ #undef HAVE___ARGZ_COUNT /* Define if you have the __argz_next function. */ #undef HAVE___ARGZ_NEXT /* Define if you have the __argz_stringify function. */ #undef HAVE___ARGZ_STRINGIFY /* Define if you have the __setfpucw function. */ #undef HAVE___SETFPUCW /* Define if you have the dcgettext function. */ #undef HAVE_DCGETTEXT /* Define if you have the feholdexcept function. */ #undef HAVE_FEHOLDEXCEPT /* Define if you have the finite function. */ #undef HAVE_FINITE /* Define if you have the getcwd function. */ #undef HAVE_GETCWD /* Define if you have the getdelim function. */ #undef HAVE_GETDELIM /* Define if you have the gethostname function. */ #undef HAVE_GETHOSTNAME /* Define if you have the getline function. */ #undef HAVE_GETLINE /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE /* Define if you have the getpid function. */ #undef HAVE_GETPID /* Define if you have the isinf function. */ #undef HAVE_ISINF /* Define if you have the isnan function. */ #undef HAVE_ISNAN /* Define if you have the memchr function. */ #undef HAVE_MEMCHR /* Define if you have the memmem function. */ #undef HAVE_MEMMEM /* Define if you have the memmove function. */ #undef HAVE_MEMMOVE /* Define if you have the memset function. */ #undef HAVE_MEMSET /* Define if you have the munmap function. */ #undef HAVE_MUNMAP /* Define if you have the putenv function. */ #undef HAVE_PUTENV /* Define if you have the setenv function. */ #undef HAVE_SETENV /* Define if you have the setlocale function. */ #undef HAVE_SETLOCALE /* Define if you have the stpcpy function. */ #undef HAVE_STPCPY /* Define if you have the strcasecmp function. */ #undef HAVE_STRCASECMP /* Define if you have the strchr function. */ #undef HAVE_STRCHR /* Define if you have the strerror function. */ #undef HAVE_STRERROR /* Define if you have the strncasecmp function. */ #undef HAVE_STRNCASECMP /* Define if you have the strpbrk function. */ #undef HAVE_STRPBRK /* Define if you have the strstr function. */ #undef HAVE_STRSTR /* Define if you have the strtod function. */ #undef HAVE_STRTOD /* Define if you have the strtok_r function. */ #undef HAVE_STRTOK_R /* Define if you have the strtol function. */ #undef HAVE_STRTOL /* Define if you have the strtoul function. */ #undef HAVE_STRTOUL /* Define if you have the header file. */ #undef HAVE_ARGZ_H /* Define if you have the header file. */ #undef HAVE_FENV_H /* Define if you have the header file. */ #undef HAVE_FPU_CONTROL_H /* Define if you have the header file. */ #undef HAVE_IEEEFP_H /* Define if you have the header file. */ #undef HAVE_LIMITS_H /* Define if you have the header file. */ #undef HAVE_LOCALE_H /* Define if you have the header file. */ #undef HAVE_MALLOC_H /* Define if you have the header file. */ #undef HAVE_MEMORY_H /* Define if you have the header file. */ #undef HAVE_NL_TYPES_H /* Define if you have the header file. */ #undef HAVE_READLINE_HISTORY_H /* Define if you have the header file. */ #undef HAVE_READLINE_READLINE_H /* Define if you have the header file. */ #undef HAVE_STRING_H /* Define if you have the header file. */ #undef HAVE_SYS_MMAN_H /* Define if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define if you have the header file. */ #undef HAVE_SYS_WAIT_H /* Define if you have the header file. */ #undef HAVE_TERMCAP_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if you have the header file. */ #undef HAVE_VALUES_H /* Define if you have the i library (-li). */ #undef HAVE_LIBI /* Define if you have the m library (-lm). */ #undef HAVE_LIBM /* Define if you have the readline library (-lreadline). */ #undef HAVE_LIBREADLINE /* Name of package */ #undef PACKAGE /* Version number of package */ #undef VERSION /* Define if compiler has function prototypes */ #undef PROTOTYPES #include /* Local Variables: */ /* mode:c */ /* End: */