From ce3095d1fc230973fc928ec7e55765103663eef7 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 22 Jan 1997 21:05:49 +0000 Subject: [PATCH] define MULTINET and __STDC__ --- src/ca/BUILD_VMS.COM | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ca/BUILD_VMS.COM b/src/ca/BUILD_VMS.COM index 0163f4c50..0a7c48a58 100644 --- a/src/ca/BUILD_VMS.COM +++ b/src/ca/BUILD_VMS.COM @@ -135,9 +135,12 @@ $ if f$getsyi("HW_MODEL") .ge. 1024 $ then $! turn of no prototype messages because MULTINET does not $! supply prototypes. -$ cc_command:== cc /warn=(disable=IMPLICITFUNC)/float=d_float /include=([], [-.include], [-.libcom]) +$ cc_command:== cc /warn=(disable=IMPLICITFUNC)/float=d_float - + /include=([], [-.include], [-.libcom]) - + /define=("MULTINET=1") $ else -$ cc_command:== cc /include=([], [-.include], [-.libcom]) +$ cc_command:== cc /include=([], [-.include], [-.libcom]) - + /define=("__STDC__=1", "MULTINET=1") $ endif $ endsubroutine $! ************************************************************