diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-10-09 11:40:03 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-10-09 11:40:03 +1000 |
commit | 9ac1a65acb80ac607eaabcba4c9ea4e0182d8a02 (patch) | |
tree | 3f3945a3d761f002db3b552ca8f2abfe5edc568f /configure.ac | |
parent | e04ec6fdfd1d5b71d18e2dd94d5a2aede8c45455 (diff) |
- (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync current
versions from OpenBSD. ok djm@
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ee0640860..bd0352a8a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.300 2005/10/08 06:21:20 djm Exp $ | 1 | # $Id: configure.ac,v 1.301 2005/10/09 01:40:03 dtucker Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -418,6 +418,7 @@ mips-sony-bsd|mips-sony-newsos4) | |||
418 | ;; | 418 | ;; |
419 | *-*-openbsd*) | 419 | *-*-openbsd*) |
420 | AC_DEFINE(HAVE_ATTRIBUTE__SENTINEL__, 1, [OpenBSD's gcc has sentinel]) | 420 | AC_DEFINE(HAVE_ATTRIBUTE__SENTINEL__, 1, [OpenBSD's gcc has sentinel]) |
421 | AC_DEFINE(HAVE_ATTRIBUTE__BOUNDED__, 1, [OpenBSD's gcc has bounded]) | ||
421 | ;; | 422 | ;; |
422 | *-*-solaris*) | 423 | *-*-solaris*) |
423 | if test "x$withval" != "xno" ; then | 424 | if test "x$withval" != "xno" ; then |