From: Alan T. DeKok Date: Mon, 13 May 2019 20:14:34 +0000 (-0400) Subject: remove OSFC2 / OSFIA stuff which hasn't been used in a decade X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e2b5f0389c7ebda1730eba21e4ce0dea4758b6;p=thirdparty%2Ffreeradius-server.git remove OSFC2 / OSFIA stuff which hasn't been used in a decade --- diff --git a/configure b/configure index 26066eb46f4..3c74f2a6033 100755 --- a/configure +++ b/configure @@ -7700,20 +7700,6 @@ fi done -if test "x$ac_cv_header_sys_security_h" = "xyes" && test "x$ac_cv_header_prot_h" = "xyes" -then - -$as_echo "#define OSFC2 /**/" >>confdefs.h - -fi - -if test "x$ac_cv_header_sia_h" = "xyes" && test "x$ac_cv_header_siad_h" = "xyes" -then - -$as_echo "#define OSFSIA /**/" >>confdefs.h - -fi - smart_try_dir="$talloc_lib_dir" diff --git a/configure.ac b/configure.ac index 46de819429b..523f8a57476 100644 --- a/configure.ac +++ b/configure.ac @@ -869,19 +869,6 @@ AC_CHECK_HEADERS(net/if.h, [], [], ] ) -dnl # -dnl # other checks which require headers -dnl # -if test "x$ac_cv_header_sys_security_h" = "xyes" && test "x$ac_cv_header_prot_h" = "xyes" -then - AC_DEFINE(OSFC2, [], [define if you have OSFC2 authentication]) -fi - -if test "x$ac_cv_header_sia_h" = "xyes" && test "x$ac_cv_header_siad_h" = "xyes" -then - AC_DEFINE(OSFSIA, [], [define if you have OSFSIA authentication]) -fi - dnl ############################################################# dnl # dnl # 3a. Checks for user libraries diff --git a/src/include/autoconf.h.in b/src/include/autoconf.h.in index a6698e19960..9d43d1ca811 100644 --- a/src/include/autoconf.h.in +++ b/src/include/autoconf.h.in @@ -560,12 +560,6 @@ /* Architecture information for the target platform */ #undef HOSTINFO -/* define if you have OSFC2 authentication */ -#undef OSFC2 - -/* define if you have OSFSIA authentication */ -#undef OSFSIA - /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT diff --git a/src/lib/server/dependency.c b/src/lib/server/dependency.c index 7187bc25873..97ecaef8a9e 100644 --- a/src/lib/server/dependency.c +++ b/src/lib/server/dependency.c @@ -378,14 +378,6 @@ void dependency_features_init(CONF_SECTION *cs) #endif ); - dependency_feature_add(cs, "osfc2", -#ifdef OSFC2 - true -#else - false -#endif - ); - dependency_feature_add(cs, "proxy", #ifdef WITH_PROXY true