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
This commit is contained in:
Alexandre Oliva
1999-08-21 13:15:55 +00:00
committed by Alexandre Oliva
parent e07eb72abc
commit a3e174eae5
5 changed files with 221 additions and 28 deletions
+9
View File
@@ -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