1c1,2 < /* chicken-config.h Generated by CMakeLists.txt */ --- > /* chicken-config.h. Generated by configure. */ > /* chicken-config.h.in. Generated from configure.in by autoheader. */ 3c4,25 < #define CMAKE_BUILD 1 --- > /* 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 to 1 if using `alloca.c'. */ > /* #undef C_ALLOCA */ > > /* define if symbols should always be GCd */ > /* #undef C_COLLECT_ALL_SYMBOLS */ > > /* define if extra slot in symbols is needed */ > /* #undef C_EXTRA_SYMBOL_SLOT */ > > /* define if GC hooks should be available */ > /* #undef C_GC_HOOKS */ > > /* define if user-defined apply hook is not required */ > /* #undef C_NO_APPLY_HOOK */ > > /* stack growth direction */ > #define C_STACK_GROWS_DOWNWARD 1 8,10c30,31 < /* HAVE_* variables are either "1" or "". Use a trailing "0" in substitutions < so that we always are working with a number. We'll either get "#if 0" < or "#if 10", which looks funny, but it works. */ --- > /* Define to 1 if you have `alloca', as a function or macro. */ > #define HAVE_ALLOCA 1 12c33,34 < #if 10 --- > /* Define to 1 if you have and it should be used (not on Ultrix). > */ 14d35 < #endif 16,18c37,38 < #if 0 < #define HAVE_CRT_EXTERNS_H < #endif --- > /* Define if crt_externs.h is available */ > /* #undef HAVE_CRT_EXTERNS_H */ 20,22c40,41 < #if 0 < #define HAVE_DIRECT_H < #endif --- > /* Define to 1 if you have the header file. */ > #define HAVE_DIRENT_H 1 24c43,55 < #if 10 --- > /* Needs this header */ > #define HAVE_DLFCN_H 1 > > /* Needs another */ > /* #undef HAVE_DL_H */ > > /* Define to 1 if you have the header file. */ > #define HAVE_ERRNO_H 1 > > /* Define if ffi.h is available */ > /* #undef HAVE_FFI_H */ > > /* Define to 1 if you have the `gcvt' function. */ 26d56 < #endif 28c58,61 < #if 10 --- > /* Define if windows.h declares GetProcAddress */ > #define HAVE_GETPROCADDRESS 1 > > /* Define if grp.h is available */ 30d62 < #endif 32c64,85 < #if 10 --- > /* 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 if windows.h declares LoadLibrary */ > #define HAVE_LOADLIBRARY 1 > > /* Define to 1 if you have the header file. */ > #define HAVE_MEMORY_H 1 > > /* Define to 1 if you have the header file, and it defines `DIR'. */ > /* #undef HAVE_NDIR_H */ > > /* Define to 1 if you have the header file. */ > #define HAVE_NETDB_H 1 > > /* Define to 1 if you have the header file. */ > #define HAVE_NETINET_IN_H 1 > > /* Define to 1 if you have the header file. */ 34d86 < #endif 36c88,106 < #if 10 --- > /* Define to 1 if you have the header file. */ > #define HAVE_STDLIB_H 1 > > /* Define to 1 if you have the header file. */ > #define HAVE_STRINGS_H 1 > > /* Define to 1 if you have the header file. */ > #define HAVE_STRING_H 1 > > /* Define to 1 if you have the `strtod' function. */ > #define HAVE_STRTOD 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 > > /* Needs exit codes */ 38d107 < #endif 40,42c109,115 < #if 10 < #define HAVE_DLFCN_H 11 < #endif --- > /* Define to 1 if you have the header file, and it defines `DIR'. > */ > /* #undef HAVE_SYS_DIR_H */ > > /* Define to 1 if you have the header file, and it defines `DIR'. > */ > /* #undef HAVE_SYS_NDIR_H */ 44,46c117,118 < #if 0 < #define HAVE_DL_H < #endif --- > /* Define to 1 if you have the header file. */ > #define HAVE_SYS_SOCKET_H 1 48,50c120,121 < #if 0 < #define HAVE_FFI_H 1 < #endif --- > /* Define to 1 if you have the header file. */ > #define HAVE_SYS_STAT_H 1 52c123,132 < #if 10 --- > /* Define to 1 if you have the header file. */ > #define HAVE_SYS_TIME_H 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_UNISTD_H 1 > > /* Define if windows.h is useable */ 54d133 < #endif 56,58c135,174 < #if 10 < #define HAVE_LOADLIBRARY 1 < #endif --- > /* Name of package */ > #define PACKAGE "chicken" > > /* Define to the address where bug reports for this package should be sent. */ > #define PACKAGE_BUGREPORT "" > > /* Define to the full name of this package. */ > #define PACKAGE_NAME "chicken" > > /* Define to the full name and version of this package. */ > #define PACKAGE_STRING "chicken 2.424" > > /* Define to the one symbol short name of this package. */ > #define PACKAGE_TARNAME "chicken" > > /* Define to the version of this package. */ > #define PACKAGE_VERSION "2.424" > > /* Define as the return type of signal handlers (`int' or `void'). */ > #define RETSIGTYPE void > > /* 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 to 1 if you have the ANSI C header files. */ > #define STDC_HEADERS 1 > > /* Define to 1 if your declares `struct tm'. */ > /* #undef TM_IN_SYS_TIME */ > > /* Version number of package */ > #define VERSION "2.424" > > /* Define to empty if `const' does not conform to ANSI C. */ > /* #undef const */ 60,70c176,177 < #if 10 < #define HAVE_GETPROCADDRESS 11 < #endif < < #if 10 < #define HAVE_WINSOCK2_H 1 < #endif < < #if 10 < #define HAVE_WS2TCPIP_H 1 < #endif --- > /* Define to `unsigned' if does not define. */ > /* #undef size_t */