diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-17 14:24:15 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-17 14:24:15 +0000 |
commit | 608fdce0a0541cbd73eb80e7db1b5e3df70d1bf5 (patch) | |
tree | 6a3b704efd4944a9af7a8bbf24a3ffc5325144f1 /lib/config-os400.h | |
parent | ecd3251542ef6202787b752849356b1a09502e4c (diff) | |
download | curl-608fdce0a0541cbd73eb80e7db1b5e3df70d1bf5.tar.gz |
if2ip.c related preprocessor cleanup
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r-- | lib/config-os400.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h index e562b3c0b..0814773b5 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -283,6 +283,9 @@ /* Define if you have the `strlcpy' function. */ #undef HAVE_STRLCPY +/* Define if you have the <stropts.h> header file. */ +#define HAVE_STROPTS_H + /* Define if you have the `strstr' function. */ #define HAVE_STRSTR @@ -392,14 +395,15 @@ /* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t -#define IOCTL_3_ARGS - /* Define if you have the ioctl function. */ #define HAVE_IOCTL /* Define if you have a working ioctl FIONBIO function. */ #define HAVE_IOCTL_FIONBIO +/* Define if you have a working ioctl SIOCGIFADDR function. */ +#define HAVE_IOCTL_SIOCGIFADDR + /* to disable LDAP */ #undef CURL_DISABLE_LDAP |