From 0660d88b2b6043a0f93384624be0b0477be7a4cf Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 27 Sep 2014 10:16:26 -0600 Subject: [PATCH] Remove Convex support; it is not modern enough to run sudo 1.8. --- configure | 12 ------------ configure.ac | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/configure b/configure index 716a6b77d..05e3ceb29 100755 --- a/configure +++ b/configure @@ -3067,7 +3067,6 @@ INIT_DIR= RC_LINK= COMPAT_EXP= CHECKSHADOW=true -shadow_defs= shadow_funcs= shadow_libs= CONFIGURE_ARGS="$@" @@ -14741,16 +14740,6 @@ fi 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 diff --git a/configure.ac b/configure.ac index 3f9c6f85b..784591fa0 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.40.0