]> andersk Git - openssh.git/blobdiff - configure.ac
- (djm) Disable sigdie() for platforms that cannot safely syslog inside
[openssh.git] / configure.ac
index 436a4a5d72147d2c406c37eb4743e4902383cd80..85b076e7cd589c8cbf8259b040af7eb99e9cf738 100644 (file)
@@ -402,6 +402,8 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(HAVE_ATTRIBUTE__SENTINEL__, 1, [OpenBSD's gcc has sentinel])
        AC_DEFINE(HAVE_ATTRIBUTE__BOUNDED__, 1, [OpenBSD's gcc has bounded])
        AC_DEFINE(SSH_TUN_OPENBSD, 1, [Open tunnel devices the OpenBSD way])
+       AC_DEFINE(SYSLOG_R_SAFE_IN_SIGHAND, 1,
+           [syslog_r function is safe to use in in a signal handler])
        ;;
 *-*-solaris*)
        if test "x$withval" != "xno" ; then
This page took 1.048583 seconds and 4 git commands to generate.