]> git.sur5r.net Git - openldap/commitdiff
Remove usleep(3) detection (unused)
authorKurt Zeilenga <kurt@openldap.org>
Fri, 6 Jan 2006 05:41:40 +0000 (05:41 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 6 Jan 2006 05:41:40 +0000 (05:41 +0000)
configure
configure.in
include/portable.hin

index e62191610bb32ed542f43f33dfa88107e6c8ae9f..fac76761261ddff4de73a1a3228727ec2042388f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.612 2006/01/03 22:11:59 kurt Exp .
+# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.613 2006/01/06 04:39:05 kurt Exp .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -43148,7 +43148,6 @@ fi
 
 
 
-
 
 
 for ac_func in \
@@ -43200,7 +43199,6 @@ for ac_func in \
        strtoll                 \
        strspn                  \
        sysconf                 \
-       usleep                  \
        waitpid                 \
        wait4                   \
        write                   \
index 5929bd539275c6f430af3dacbb2f94b55f1ea177..114955b24a8fdeacad6881030fab3dcbb5f3926a 100644 (file)
@@ -2586,7 +2586,6 @@ AC_CHECK_FUNCS(           \
        strtoll                 \
        strspn                  \
        sysconf                 \
-       usleep                  \
        waitpid                 \
        wait4                   \
        write                   \
index 5b80589614a869e8e43557549ca9fd5c34d9da53..7367fbeee48d7a84a5b15f21477dc5c3b304a1c0 100644 (file)
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to 1 if you have the `usleep' function. */
-#undef HAVE_USLEEP
-
 /* Define to 1 if you have the <utime.h> header file. */
 #undef HAVE_UTIME_H