now add -D__STDC__ for convex cc (not gcc)

This commit is contained in:
Todd C. Miller
1995-11-13 06:12:19 +00:00
parent 910e9c09fd
commit d05eae98b4

View File

@@ -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"