diff options
author | Alexandre Oliva <oliva@dcc.unicamp.br> | 1999-08-21 13:15:55 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@gcc.gnu.org> | 1999-08-21 13:15:55 +0000 |
commit | a3e174eae570ee61ca43114018425296acc3769f (patch) | |
tree | 45959740dd4c5fb9ac87d1d12b938a1a59d0b94f /libjava/include | |
parent | e07eb72abc160e81e044f9e90528762cec7f5609 (diff) | |
download | gcc-a3e174eae570ee61ca43114018425296acc3769f.zip gcc-a3e174eae570ee61ca43114018425296acc3769f.tar.gz gcc-a3e174eae570ee61ca43114018425296acc3769f.tar.bz2 |
configure.in: Check types ssize_t and in_addr_t.
* configure.in: Check types ssize_t and in_addr_t.
* acconfig.h: Undefine them.
* configure, include/config.h.in: Rebuilt.
From-SVN: r28793
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 03f51ba..997f596 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -22,6 +22,9 @@ */ #undef STACK_DIRECTION +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + /* Define this if you want runtime debugging enabled. */ #undef DEBUG @@ -67,6 +70,12 @@ /* Define if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R +/* Define to `int' if `ssize_t' is not defined. */ +#undef ssize_t + +/* Define to `struct in_addr' if `in_addr_t' is not defined. */ +#undef in_addr_t + /* Define if inet6 structures are defined in netinet/in.h. */ #undef HAVE_INET6 |