From: Todd C. Miller Date: Mon, 13 Nov 1995 06:12:19 +0000 (+0000) Subject: now add -D__STDC__ for convex cc (not gcc) X-Git-Tag: SUDO_1_4_0~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d05eae98b47df260eed852081309b878b74d0b6e;p=sudo now add -D__STDC__ for convex cc (not gcc) --- diff --git a/configure.in b/configure.in index 815f7e673..37c3b776d 100644 --- a/configure.in +++ b/configure.in @@ -196,6 +196,9 @@ case "$OS" in ;; "convex") echo "Looks like ConvexOs" AC_DEFINE(_CONVEX_SOURCE) + if test -z "$GCC" ; then + CFLAGS="${CFLAGS} -D__STDC__" + fi # C2 security stuff if test -n "$C2" ; then OSDEFS="${OSDEFS} -D_AUDIT -D_ACL -DSecureWare"