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 /packages/vms | |
parent | ecd3251542ef6202787b752849356b1a09502e4c (diff) |
if2ip.c related preprocessor cleanup
Diffstat (limited to 'packages/vms')
-rw-r--r-- | packages/vms/config-vms.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index fe51c9a72..ad92543c1 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -1,6 +1,6 @@ /* MSK, 02/05/04, Hand edited for trail build on Alpha V7.3, DEC C 6.5-003 */ /* MSK, 03/09/04, Seems to work for all platforms I've built on so far. */ -/* Added HAVE_SYS_IOCTL_H and IOCTL_3_ARGS defines */ +/* Added HAVE_SYS_IOCTL_H define */ /* TES, 10/06/04, Added MAX_INITIAL_POST_SIZE, HAVE_BASENAME */ /* MSK, 02/02/05, Changed HAVE_TERMIOS_H to an undef since the change in */ /* getpass.c no longer undef'd it during compile. */ @@ -67,6 +67,9 @@ /* Define if you have a working ioctl FIONBIO function. */ #define HAVE_IOCTL_FIONBIO 1 +/* Define if you have a working ioctl SIOCGIFADDR function. */ +#define HAVE_IOCTL_SIOCGIFADDR 1 + /* Define if you have the perror function. */ #define HAVE_PERROR 1 @@ -265,8 +268,8 @@ /* Define to 1 if you have the <sys/ioctl.h> header file. */ #define HAVE_SYS_IOCTL_H 1 -/* IOCTL_3_ARGS defined to match the ioctl function in stropts.h */ -#define IOCTL_3_ARGS 1 +/* Define to 1 if you have the <stropts.h> header file. */ +#define HAVE_STROPTS_H 1 /* to disable LDAP */ #define CURL_DISABLE_LDAP 1 |