aboutsummaryrefslogtreecommitdiff
path: root/packages/vms
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-08 21:21:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-08 21:21:53 +0000
commit8ee564c216d597c1f26cbd4fc0bdc243fcc3e166 (patch)
treed9d6e7c48bc3f4706b9463dec84ebcb98ab29dea /packages/vms
parent5bfeb60a836cf337809bb35d8813781df9332836 (diff)
Marty Kuhrt's VMS fixes
Diffstat (limited to 'packages/vms')
-rwxr-xr-xpackages/vms/config-vms.h_with_ssl4
-rwxr-xr-xpackages/vms/config-vms.h_without_ssl4
2 files changed, 8 insertions, 0 deletions
diff --git a/packages/vms/config-vms.h_with_ssl b/packages/vms/config-vms.h_with_ssl
index 1b66d5e1f..b9d251f78 100755
--- a/packages/vms/config-vms.h_with_ssl
+++ b/packages/vms/config-vms.h_with_ssl
@@ -1,6 +1,7 @@
/* 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, IOCTL_3_ARGS and SIZEOF_CURL_OFF_T defines */
+/* MSK, 06/04/04, Added HAVE_INET_NTOP */
/* Define cpu-machine-OS */
#ifdef __ALPHA
@@ -258,3 +259,6 @@
#else
#define SIZEOF_CURL_OFF_T 8
#endif
+
+/* Somewhere around 7.12.0 HAVE_INET_NTOP was introduced. */
+#define HAVE_INET_NTOP 1
diff --git a/packages/vms/config-vms.h_without_ssl b/packages/vms/config-vms.h_without_ssl
index f48163edc..1b49b5fdd 100755
--- a/packages/vms/config-vms.h_without_ssl
+++ b/packages/vms/config-vms.h_without_ssl
@@ -1,6 +1,7 @@
/* 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, IOCTL_3_ARGS and SIZEOF_CURL_OFF_T defines */
+/* MSK, 06/04/04, Added HAVE_INET_NTOP */
/* Define cpu-machine-OS */
#ifdef __ALPHA
@@ -258,3 +259,6 @@
#else
#define SIZEOF_CURL_OFF_T 8
#endif
+
+/* Somewhere around 7.12.0 HAVE_INET_NTOP was introduced. */
+#define HAVE_INET_NTOP 1