]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove OSFC2 / OSFIA stuff which hasn't been used in a decade
authorAlan T. DeKok <aland@freeradius.org>
Mon, 13 May 2019 20:14:34 +0000 (16:14 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 13 May 2019 20:14:34 +0000 (16:14 -0400)
configure
configure.ac
src/include/autoconf.h.in
src/lib/server/dependency.c

index 26066eb46f471f684fe7f00baf7952b74a4aeed0..3c74f2a603327dbac9659a8d093b3b203ca4ff7d 100755 (executable)
--- 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"
 
index 46de819429b7c974b60c3677ba1f7f98f2b7861d..523f8a57476c5cc7bb56238d34693dee42670692 100644 (file)
@@ -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
index a6698e199603e28656ec59f7f41e637a0d000284..9d43d1ca811145a9ff2c7e9f385bb05fd718f0fd 100644 (file)
 /* 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
 
index 7187bc25873c6fd0c2f47f0f1feadbd8f5b94748..97ecaef8a9ed58bd899512130dfffabb464b89a0 100644 (file)
@@ -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