From: Chris Hanson Date: Sun, 26 Jun 2011 09:20:36 +0000 (-0700) Subject: Update to be closer to current generated config. X-Git-Tag: release-9.1.0~16 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d21b3a9c3d3e182cf21986e1cb9756ec3d991e94;p=mit-scheme.git Update to be closer to current generated config. --- diff --git a/src/microcode/ntutl/config.h b/src/microcode/ntutl/config.h index 00add9caf..a7ba9b472 100644 --- a/src/microcode/ntutl/config.h +++ b/src/microcode/ntutl/config.h @@ -39,9 +39,6 @@ USA. # define __OPEN_WATCOM_14__ #endif -#include -#include - #ifdef CL386 typedef _off_t off_t; #else @@ -57,15 +54,69 @@ typedef short nlink_t; #endif typedef unsigned char cc_t; -typedef long intmax_t; -typedef unsigned long uintmax_t; -/* The number of bytes in a unsigned long. */ -#define SIZEOF_UNSIGNED_LONG 4 +/* Define to 1 if you have the header file. */ +#define HAVE_ASSERT_H 1 + +/* Define if you have the header file. */ +#define HAVE_BLOWFISH_H 1 + +/* Define if you have the header file. */ +#define HAVE_FCNTL_H 1 + +/* Define to 1 if you have the `feclearexcept' function. */ +#define HAVE_FECLEAREXCEPT 1 + +/* Define to 1 if you have the `fedisableexcept' function. */ +/* #undef HAVE_FEDISABLEEXCEPT */ + +/* Define to 1 if you have the `feenableexcept' function. */ +/* #undef HAVE_FEENABLEEXCEPT */ + +/* Define to 1 if you have the `fegetenv' function. */ +#define HAVE_FEGETENV 1 + +/* Define to 1 if you have the `fegetexcept' function. */ +/* #undef HAVE_FEGETEXCEPT */ + +/* Define to 1 if you have the `fegetexceptflag' function. */ +#define HAVE_FEGETEXCEPTFLAG 1 + +/* Define to 1 if you have the `fegetround' function. */ +#define HAVE_FEGETROUND 1 + +/* Define to 1 if you have the `feholdexcept' function. */ +#define HAVE_FEHOLDEXCEPT 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_FENV_H 1 + +/* Define to 1 if the system has the type `fenv_t'. */ +#define HAVE_FENV_T 1 -/* Define if your processor stores words with the most significant - byte first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define to 1 if you have the `feraiseexcept' function. */ +#define HAVE_FERAISEEXCEPT 1 + +/* Define to 1 if you have the `fesetenv' function. */ +#define HAVE_FESETENV 1 + +/* Define to 1 if you have the `fesetexceptflag' function. */ +#define HAVE_FESETEXCEPTFLAG 1 + +/* Define to 1 if you have the `fesetround' function. */ +#define HAVE_FESETROUND 1 + +/* Define to 1 if you have the `fetestexcept' function. */ +#define HAVE_FETESTEXCEPT 1 + +/* Define to 1 if you have the `feupdateenv' function. */ +#define HAVE_FEUPDATEENV 1 + +/* Define to 1 if the system has the type `fexcept_t'. */ +#define HAVE_FEXCEPT_T 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_FLOAT_H 1 /* Define if you have the floor function. */ #define HAVE_FLOOR 1 @@ -73,23 +124,74 @@ typedef unsigned long uintmax_t; /* Define if you have the frexp function. */ #define HAVE_FREXP 1 +/* Define to 1 if you have the header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_LIMITS_H 1 + +/* Define to 1 if the system has the type `long long int'. */ +#define HAVE_LONG_LONG_INT 1 + +/* Define if you have the header file. */ +#define HAVE_MD5_H 1 + +/* Define to 1 if you have the `memcpy' function. */ +#define HAVE_MEMCPY 1 + /* Define if you have the modf function. */ #define HAVE_MODF 1 -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 +/* Define to 1 if stdbool.h conforms to C99. */ +#define HAVE_STDBOOL_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the `strchr' function. */ +#define HAVE_STRCHR 1 + +/* Define to 1 if you have the `strerror' function. */ +#define HAVE_STRERROR 1 + +/* Define to 1 if cpp supports the ANSI # stringizing operator. */ +#define HAVE_STRINGIZE 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRING_H 1 + +/* Define to 1 if you have the `strstr' function. */ +#define HAVE_STRSTR 1 + +/* Define to 1 if you have the `strtol' function. */ +#define HAVE_STRTOL 1 + +/* Define to 1 if you have the `strtoul' function. */ +#define HAVE_STRTOUL 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_TIME_H 1 + +/* Define to 1 if the system has the type `uintmax_t'. */ +#define HAVE_UINTMAX_T 1 + +/* Define to 1 if the system has the type `uintptr_t'. */ +#define HAVE_UINTPTR_T 1 /* Define if you have the header file. */ #undef HAVE_UNISTD_H -/* Define if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the header file. */ -#define HAVE_BLOWFISH_H 1 +/* Define to 1 if the system has the type `unsigned long long int'. */ +#define HAVE_UNSIGNED_LONG_LONG_INT 1 -/* Define if you have the header file. */ -#define HAVE_MD5_H 1 +/* Define to 1 if the system has the type `_Bool'. */ +#define HAVE__BOOL 1 /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "bug-mit-scheme@gnu.org" @@ -106,6 +208,58 @@ typedef unsigned long uintmax_t; /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "mit-scheme" +/* Define to 1 if the C compiler supports function prototypes. */ +#define PROTOTYPES 1 + +/* The size of `char', as computed by sizeof. */ +#define SIZEOF_CHAR 1 + +/* The size of `int', as computed by sizeof. */ +#define SIZEOF_INT 4 + +/* The size of `intmax_t', as computed by sizeof. */ +#define SIZEOF_INTMAX_T 8 + +/* The size of `intptr_t', as computed by sizeof. */ +#define SIZEOF_INTPTR_T 4 + +/* The size of `long', as computed by sizeof. */ +#define SIZEOF_LONG 4 + +/* The size of `short', as computed by sizeof. */ +#define SIZEOF_SHORT 2 + +/* The size of `uintmax_t', as computed by sizeof. */ +#define SIZEOF_UINTMAX_T 8 + +/* The size of `uintptr_t', as computed by sizeof. */ +#define SIZEOF_UINTPTR_T 4 + +/* The size of `unsigned char', as computed by sizeof. */ +#define SIZEOF_UNSIGNED_CHAR 1 + +/* The size of `unsigned int', as computed by sizeof. */ +#define SIZEOF_UNSIGNED_INT 4 + +/* The size of `unsigned long', as computed by sizeof. */ +#define SIZEOF_UNSIGNED_LONG 4 + +/* The size of `unsigned short', as computed by sizeof. */ +#define SIZEOF_UNSIGNED_SHORT 2 + +/* The size of `void *', as computed by sizeof. */ +#define SIZEOF_VOID_P 4 + +/* Define if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + +/* 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 */ + +#include +#include + /* Include the shared configuration header. */ #include "confshared.h"