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"
]
)
-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
/* 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
#endif
);
- dependency_feature_add(cs, "osfc2",
-#ifdef OSFC2
- true
-#else
- false
-#endif
- );
-
dependency_feature_add(cs, "proxy",
#ifdef WITH_PROXY
true