X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=config.h;h=c18275cba961371a4d3119d57edae016441315d9;hb=037f73ac400afcd812f31f9260e6bf8a0ba7ef53;hp=94159da193571e9831c8e5b360191cc3973a653c;hpb=683b5dc504dc5d930b617cfba09011e41e51dd16;p=polyglot.git diff --git a/config.h b/config.h index 94159da..c18275c 100644 --- a/config.h +++ b/config.h @@ -115,13 +115,16 @@ #define PACKAGE_NAME "polyglot" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "polyglot 1.4.55b" +#define PACKAGE_STRING "polyglot 1.4.67b" /* 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.55b" +#define PACKAGE_VERSION "1.4.67b" + +/* Define to 1 if the C compiler supports function prototypes. */ +#define PROTOTYPES 1 /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void @@ -135,6 +138,11 @@ /* 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 @@ -142,7 +150,10 @@ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ -#define VERSION "1.4.55b" +#define VERSION "1.4.67b" + +/* Define like PROTOTYPES; this can be used by system headers. */ +#define __PROTOTYPES 1 /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */