diff options
Diffstat (limited to 'libjava/classpath/include/config.h.in')
-rw-r--r-- | libjava/classpath/include/config.h.in | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/libjava/classpath/include/config.h.in b/libjava/classpath/include/config.h.in index 388ee497ecb..a4b56365722 100644 --- a/libjava/classpath/include/config.h.in +++ b/libjava/classpath/include/config.h.in @@ -6,6 +6,9 @@ /* Define to 1 if you want native library runtime debugging code enabled */ #undef DEBUG +/* Define to enable support for local sockets. */ +#undef ENABLE_LOCAL_SOCKETS + /* defined if cairo support was built in */ #undef GTK_CAIRO @@ -33,6 +36,10 @@ /* Define to 1 if you have the <crt_externs.h> header file. */ #undef HAVE_CRT_EXTERNS_H +/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. + */ +#undef HAVE_DECL_TZNAME + /* Define to 1 if you have the <dssi.h> header file. */ #undef HAVE_DSSI_H @@ -87,9 +94,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the `isnan' function. */ -#undef HAVE_ISNAN - /* Define to 1 if you have the `listen' function. */ #undef HAVE_LISTEN @@ -147,6 +151,9 @@ /* Define to 1 if you have the `setsockopt' function. */ #undef HAVE_SETSOCKOPT +/* Define to 1 if you have the `shutdown' function. */ +#undef HAVE_SHUTDOWN + /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET @@ -256,19 +263,19 @@ otherwise */ #undef PORTABLE_NATIVE_SYNC -/* The size of a `char', as computed by sizeof. */ +/* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT -/* The size of a `long', as computed by sizeof. */ +/* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG -/* The size of a `short', as computed by sizeof. */ +/* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT -/* The size of a `void*', as computed by sizeof. */ +/* The size of `void*', as computed by sizeof. */ #undef SIZEOF_VOIDP /* The number of bytes in type void * */ |