From 61c434273654048462873c031eda027dd4acd549 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 30 Aug 2000 11:54:57 +0000 Subject: 7.2 cleanup commit --- config.h.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 824630bc2..2318f9711 100644 --- a/config.h.in +++ b/config.h.in @@ -43,6 +43,12 @@ /* Define if you have the gethostbyname_r() function with 6 arguments */ #undef HAVE_GETHOSTBYNAME_R_6 +/* Define if you have the inet_ntoa_r function declared. */ +#undef HAVE_INET_NTOA_R_DECL + +/* Define if you need the _REENTRANT define for some functions */ +#undef NEED_REENTRANT + /* The number of bytes in a long double. */ #undef SIZEOF_LONG_DOUBLE @@ -163,6 +169,9 @@ /* Define if you have the header file. */ #undef HAVE_NETDB_H +/* Define if you have the header file. */ +#undef HAVE_NETINET_IF_ETHER_H + /* Define if you have the header file. */ #undef HAVE_NETINET_IN_H @@ -265,6 +274,15 @@ /* Version number of package */ #undef VERSION +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define to make ftello visible on some hosts (e.g. HP-UX 10.20). */ +#undef _LARGEFILE_SOURCE + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Set to explicitly specify we don't want to use thread-safe functions */ #undef DISABLED_THREADSAFE -- cgit v1.2.3