X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=config.h;h=65aedbd1ebd4b86c168ffc73ffadf2a197948668;hp=54c654abd4fb54b42cff01a64f2a74250be625e2;hb=HEAD;hpb=5eed4adb3552562329c0b0b460c8851efb1a38bb diff --git a/config.h b/config.h index 54c654a..65aedbd 100644 --- a/config.h +++ b/config.h @@ -11,7 +11,7 @@ #define HAVE_FLOOR 1 /* Define to 1 if you have the `fork' function. */ -#define HAVE_FORK 1 +/* #undef HAVE_FORK */ /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 @@ -40,7 +40,7 @@ #define HAVE_REALLOC 1 /* Define to 1 if you have the `select' function. */ -#define HAVE_SELECT 1 +/* #undef HAVE_SELECT */ /* Define to 1 if stdbool.h conforms to C99. */ #define HAVE_STDBOOL_H 1 @@ -70,10 +70,10 @@ #define HAVE_STRSTR 1 /* Define to 1 if you have the header file. */ -#define HAVE_SYS_SELECT_H 1 +/* #undef HAVE_SYS_SELECT_H */ /* Define to 1 if you have the header file. */ -#define HAVE_SYS_SOCKET_H 1 +/* #undef HAVE_SYS_SOCKET_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 @@ -88,7 +88,7 @@ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `vfork' function. */ -#define HAVE_VFORK 1 +/* #undef HAVE_VFORK */ /* Define to 1 if you have the header file. */ /* #undef HAVE_VFORK_H */ @@ -97,10 +97,10 @@ #define HAVE_VPRINTF 1 /* Define to 1 if `fork' works. */ -#define HAVE_WORKING_FORK 1 +/* #undef HAVE_WORKING_FORK */ /* Define to 1 if `vfork' works. */ -#define HAVE_WORKING_VFORK 1 +/* #undef HAVE_WORKING_VFORK */ /* Define to 1 if the system has the type `_Bool'. */ #define HAVE__BOOL 1 @@ -115,16 +115,13 @@ #define PACKAGE_NAME "polyglot" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "polyglot 1.4.39b" +#define PACKAGE_STRING "polyglot 1.4.70b" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "polyglot" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.4.39b" - -/* Define to 1 if the C compiler supports function prototypes. */ -#define PROTOTYPES 1 +#define PACKAGE_VERSION "1.4.70b" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void @@ -133,16 +130,11 @@ #define SELECT_TYPE_ARG1 int /* Define to the type of args 2, 3 and 4 for `select'. */ -#define SELECT_TYPE_ARG234 (fd_set *) +#define SELECT_TYPE_ARG234 (int *) /* Define to the type of arg 5 for `select'. */ #define SELECT_TYPE_ARG5 (struct timeval *) -/* Define to 1 if the `setvbuf' function takes the buffering type as its - second argument and the buffer pointer as the third, as on System V before - release 3. */ -/* #undef SETVBUF_REVERSED */ - /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -150,10 +142,7 @@ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ -#define VERSION "1.4.39b" - -/* Define like PROTOTYPES; this can be used by system headers. */ -#define __PROTOTYPES 1 +#define VERSION "1.4.70b" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ @@ -177,4 +166,4 @@ /* #undef size_t */ /* Define as `fork' if `vfork' does not work. */ -/* #undef vfork */ +#define vfork fork