diff options
Diffstat (limited to 'libjava/classpath/include/config.h.in')
-rw-r--r-- | libjava/classpath/include/config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libjava/classpath/include/config.h.in b/libjava/classpath/include/config.h.in index 4330a30da8e..0af9aba1328 100644 --- a/libjava/classpath/include/config.h.in +++ b/libjava/classpath/include/config.h.in @@ -96,6 +96,9 @@ /* Define to 1 if you have the `getsockopt' function. */ #undef HAVE_GETSOCKOPT +/* Define to 1 if you have the <gmp.h> header file. */ +#undef HAVE_GMP_H + /* Define if function attributes a la GCC 2.5 and higher are available. */ #undef HAVE_GNUC25_ATTRIB @@ -144,6 +147,9 @@ /* Define to 1 if you have the `ltdl' library (-lltdl). */ #undef HAVE_LIBLTDL +/* Define to 1 if you have the `socket' library (-lsocket). */ +#undef HAVE_LIBSOCKET + /* Define to 1 if you have the `listen' function. */ #undef HAVE_LISTEN @@ -291,6 +297,9 @@ /* Define to 1 if you have the <sys/select.h> header file. */ #undef HAVE_SYS_SELECT_H +/* Define to 1 if you have the <sys/sockio.h> header file. */ +#undef HAVE_SYS_SOCKIO_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H @@ -413,6 +422,9 @@ /* Version number of package */ #undef VERSION +/* Define to 1 if gmp is usable */ +#undef WITH_GNU_MP + /* whether byteorder is bigendian */ #undef WORDS_BIGENDIAN |