summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-28 11:33:42 +1100
committerDamien Miller <djm@mindrot.org>2003-01-28 11:33:42 +1100
commitcd6853c31c226d4538f0a46b4ebcdcc734d4b6c0 (patch)
treec96509a2f4c8d4da839edb32c9c1f5c0e4e5eae1 /acconfig.h
parent6dc562a7aacbedbf9d2dfcef19fcba19c226b453 (diff)
- (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.au
and openssh-unix-dev@thewrittenword.com
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index cf5f961f..b2896608 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.147 2003/01/12 23:04:59 djm Exp $ */
+/* $Id: acconfig.h,v 1.148 2003/01/28 00:33:44 djm Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -371,6 +371,9 @@
#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 ************** */