summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b24d37178..80daa0c23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.313 2005/12/13 08:33:20 djm Exp $ 1# $Id: configure.ac,v 1.314 2005/12/13 09:44:13 djm Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -359,6 +359,7 @@ mips-sony-bsd|mips-sony-newsos4)
359*-*-openbsd*) 359*-*-openbsd*)
360 AC_DEFINE(HAVE_ATTRIBUTE__SENTINEL__, 1, [OpenBSD's gcc has sentinel]) 360 AC_DEFINE(HAVE_ATTRIBUTE__SENTINEL__, 1, [OpenBSD's gcc has sentinel])
361 AC_DEFINE(HAVE_ATTRIBUTE__BOUNDED__, 1, [OpenBSD's gcc has bounded]) 361 AC_DEFINE(HAVE_ATTRIBUTE__BOUNDED__, 1, [OpenBSD's gcc has bounded])
362 AC_DEFINE(SSH_TUN_BSD, 1, [Open tunnel devices the BSD way])
362 ;; 363 ;;
363*-*-solaris*) 364*-*-solaris*)
364 if test "x$withval" != "xno" ; then 365 if test "x$withval" != "xno" ; then