]> granicus.if.org Git - sudo/commitdiff
Remove Convex support; it is not modern enough to run sudo 1.8.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 27 Sep 2014 16:16:26 +0000 (10:16 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 27 Sep 2014 16:16:26 +0000 (10:16 -0600)
configure
configure.ac

index 716a6b77d9e4d52f03d39339a8dfa3bf58d2f3d3..05e3ceb29d1d3a15d6fcd5095026b4f798bced90 100755 (executable)
--- a/configure
+++ b/configure
@@ -3067,7 +3067,6 @@ INIT_DIR=
 RC_LINK=
 COMPAT_EXP=
 CHECKSHADOW=true
-shadow_defs=
 shadow_funcs=
 shadow_libs=
 CONFIGURE_ARGS="$@"
                ac_cv_func_lockf=no
                ac_cv_func_flock=yes
                ;;
-    *-convex-bsd*)
-               OSDEFS="${OSDEFS} -D_CONVEX_SOURCE"
-               if test -z "$GCC"; then
-                   CFLAGS="${CFLAGS} -D__STDC__"
-               fi
-
-               shadow_defs="-D_AUDIT -D_ACL -DSecureWare"
-               shadow_funcs="getprpwnam"
-               shadow_libs="-lprot"
-               ;;
     *-*-ultrix*)
                OS="ultrix"
                shadow_funcs="getauthuid"
@@ -21324,7 +21313,6 @@ done
            case "$shadow_funcs" in
                *getprpwnam*) SECUREWARE=1;;
            esac
-           test -n "$shadow_defs" && OSDEFS="${OSDEFS} $shadow_defs"
        else
            shadow_libs=
        fi
index 3f9c6f85b26a189fcd2e641c36e3a3419d8a0927..784591fa027003ab5b37acc213a212e1c397fd3b 100644 (file)
@@ -223,7 +223,6 @@ dnl
 dnl Other vaiables
 dnl
 CHECKSHADOW=true
-shadow_defs=
 shadow_funcs=
 shadow_libs=
 CONFIGURE_ARGS="$@"
@@ -1916,16 +1915,6 @@ case "$host" in
                ac_cv_func_lockf=no
                ac_cv_func_flock=yes
                ;;
-    *-convex-bsd*)
-               OSDEFS="${OSDEFS} -D_CONVEX_SOURCE"
-               if test -z "$GCC"; then
-                   CFLAGS="${CFLAGS} -D__STDC__"
-               fi
-
-               shadow_defs="-D_AUDIT -D_ACL -DSecureWare"
-               shadow_funcs="getprpwnam"
-               shadow_libs="-lprot"
-               ;;
     *-*-ultrix*)
                OS="ultrix"
                shadow_funcs="getauthuid"
@@ -3431,7 +3420,6 @@ if test ${with_passwd-'no'} != "no"; then
            case "$shadow_funcs" in
                *getprpwnam*) SECUREWARE=1;;
            esac
-           test -n "$shadow_defs" && OSDEFS="${OSDEFS} $shadow_defs"
        else
            shadow_libs=
        fi