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/acconfig.h | |
| 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/acconfig.h')
| -rw-r--r-- | libjava/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/acconfig.h b/libjava/acconfig.h index 1bd5025..d19be8d 100644 --- a/libjava/acconfig.h +++ b/libjava/acconfig.h @@ -55,6 +55,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 |
