summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-03-15 10:34:25 +1100
committerDamien Miller <djm@mindrot.org>2013-03-15 10:34:25 +1100
commitf4db77d7668104c1237636781cfbd59ef30f79b0 (patch)
tree253b719c65b4ca1f94ea2da9e9ea1f249ce7fd66 /configure.ac
parenta2438bbd28eb35a8968d193ac89b30a90e96f719 (diff)
- (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Add a usleep replacement for platforms that lack it; ok dtucker
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bf161b25..907192d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.515 2013/03/14 23:23:07 djm Exp $
+# $Id: configure.ac,v 1.516 2013/03/14 23:34:25 djm Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
-AC_REVISION($Revision: 1.515 $)
+AC_REVISION($Revision: 1.516 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_LANG([C])
@@ -1604,6 +1604,7 @@ AC_CHECK_FUNCS([ \
unsetenv \
updwtmpx \
user_from_uid \
+ usleep \
vasprintf \
vhangup \
vsnprintf \