]> andersk Git - openssh.git/commitdiff
- (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.au
authordjm <djm>
Tue, 28 Jan 2003 00:33:42 +0000 (00:33 +0000)
committerdjm <djm>
Tue, 28 Jan 2003 00:33:42 +0000 (00:33 +0000)
   and openssh-unix-dev@thewrittenword.com

ChangeLog
acconfig.h
configure.ac

index 1ae418a76552f228becf7071763bd8c8995ec45c..fd1f9ab5d1a840bb67147fdb44908fd64da4a548 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+200301028
+ - (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.au 
+   and openssh-unix-dev@thewrittenword.com 
+
 200301027
  - (bal) Bugzilla 477 patch by wendyp@cray.com.  Define TIOCGPGRP for
    cray.  Also removed test for tcgetpgrp in configure.ac since it
index 6ba21089d69bddce7fa6f84eee38175bf1185275..4b3b426239fcf4bf4a8777440dd0bdb65161d964 100644 (file)
 #undef SETPROCTITLE_STRATEGY
 #undef SETPROCTITLE_PS_PADDING
 
+/* Some systems put this outside of libc */
+#undef HAVE_NANOSLEEP
+
 @BOTTOM@
 
 /* ******************* Shouldn't need to edit below this line ************** */
index c5d87cf96e84f9b31d3dde7cbcbbb07d44b74d26..3f44ec4b3dce72032c1ed9fb46f764a3fcbfe723 100644 (file)
@@ -612,6 +612,8 @@ AC_CHECK_FUNCS(arc4random b64_ntop bcopy bindresvport_sa \
        socketpair strerror strlcat strlcpy strmode strnvis sysconf \
        truncate utimes vhangup vsnprintf waitpid __b64_ntop _getpty)
 
+AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP))
+
 dnl Make sure strsep prototype is defined before defining HAVE_STRSEP
 AC_CHECK_DECL(strsep, [AC_CHECK_FUNCS(strsep)])
 
This page took 0.30511 seconds and 5 git commands to generate.