diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-24 12:22:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-24 12:22:16 +0000 |
commit | 4e909ee8b1e7e9f174af629615224180568a7e92 (patch) | |
tree | f24ec9c107c49ba6522ffdccd35362f555c03cf2 /lib/config-os400.h | |
parent | 95df5d042c82871ef889e66a842e3fd4ef55e861 (diff) | |
download | curl-4e909ee8b1e7e9f174af629615224180568a7e92.tar.gz |
ntoa() and inet_ntoa_r() no longer used
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r-- | lib/config-os400.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h index f49a159c9..647893d99 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -33,12 +33,6 @@ /* 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. */ -#define HAVE_INET_NTOA_R_DECL - -/* Define if the inet_ntoa_r function returns an int. */ -#define HAVE_INT_INET_NTOA_R - /* Define if you need the _REENTRANT define for some functions */ #undef NEED_REENTRANT @@ -127,12 +121,6 @@ /* Define if you have the `inet_addr' function. */ #define HAVE_INET_ADDR -/* Define if you have the `inet_ntoa' function. */ -#define HAVE_INET_NTOA - -/* Define if you have the `inet_ntoa_r' function. */ -#define HAVE_INET_NTOA_R - /* Define if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H |