X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=config.h.in;fp=config.h.in;h=1eebc889bf1de676128c903ed4419e45b1b0fbc2;hp=3a28ba12a44599495d03ac8e813600f76873dc7f;hb=f379dd4b413d780d407913a1f069a27372e7b55b;hpb=07103358be1a2a550ad1f6663a3724fbc1652451 diff --git a/config.h.in b/config.h.in index 3a28ba1..1eebc88 100644 --- a/config.h.in +++ b/config.h.in @@ -119,12 +119,12 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME -/* Define to the home page for this package. */ -#undef PACKAGE_URL - /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to 1 if the C compiler supports function prototypes. */ +#undef PROTOTYPES + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE @@ -137,6 +137,11 @@ /* Define to the type of arg 5 for `select'. */ #undef SELECT_TYPE_ARG5 +/* 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. */ #undef STDC_HEADERS @@ -146,6 +151,9 @@ /* Version number of package */ #undef VERSION +/* Define like PROTOTYPES; this can be used by system headers. */ +#undef __PROTOTYPES + /* Define to empty if `const' does not conform to ANSI C. */ #undef const