aboutsummaryrefslogtreecommitdiff
path: root/packages/vms
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-24 16:43:40 +0000
committerYang Tse <yangsita@gmail.com>2008-09-24 16:43:40 +0000
commit267b942383465f8d9ff193e4deaa0d383a09d6b7 (patch)
tree29cb7dbd01262be6c2e5d838c67f3d7fc04413a1 /packages/vms
parent142cb601f86e56e18cc19ea4998dd87a4504993f (diff)
configure script now checks availability of the inet_ntop() function,
and when not crosscompiling verifies if it is IPv6 capable. HAVE_INET_NTOP will only be defined when an IPv6 capable working inet_ntop function is available.
Diffstat (limited to 'packages/vms')
-rw-r--r--packages/vms/config-vms.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h
index 302915414..7efbc3c0d 100644
--- a/packages/vms/config-vms.h
+++ b/packages/vms/config-vms.h
@@ -1,7 +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 */
-/* MSK, 06/04/04, Added HAVE_INET_NTOP */
/* 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. */
@@ -265,9 +264,6 @@
/* IOCTL_3_ARGS defined to match the ioctl function in stropts.h */
#define IOCTL_3_ARGS 1
-/* Somewhere around 7.12.0 HAVE_INET_NTOP was introduced. */
-#define HAVE_INET_NTOP 1
-
/* to disable LDAP */
#define CURL_DISABLE_LDAP 1