mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Remove usleep(3) detection (unused)
This commit is contained in:
parent
a2400cbfc5
commit
8e5f98e7f5
4
configure
vendored
4
configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /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.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.59.
|
# Generated by GNU Autoconf 2.59.
|
||||||
#
|
#
|
||||||
@ -43148,7 +43148,6 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for ac_func in \
|
for ac_func in \
|
||||||
@ -43200,7 +43199,6 @@ for ac_func in \
|
|||||||
strtoll \
|
strtoll \
|
||||||
strspn \
|
strspn \
|
||||||
sysconf \
|
sysconf \
|
||||||
usleep \
|
|
||||||
waitpid \
|
waitpid \
|
||||||
wait4 \
|
wait4 \
|
||||||
write \
|
write \
|
||||||
|
@ -2586,7 +2586,6 @@ AC_CHECK_FUNCS( \
|
|||||||
strtoll \
|
strtoll \
|
||||||
strspn \
|
strspn \
|
||||||
sysconf \
|
sysconf \
|
||||||
usleep \
|
|
||||||
waitpid \
|
waitpid \
|
||||||
wait4 \
|
wait4 \
|
||||||
write \
|
write \
|
||||||
|
@ -786,9 +786,6 @@
|
|||||||
/* Define to 1 if you have the <unistd.h> header file. */
|
/* Define to 1 if you have the <unistd.h> header file. */
|
||||||
#undef HAVE_UNISTD_H
|
#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. */
|
/* Define to 1 if you have the <utime.h> header file. */
|
||||||
#undef HAVE_UTIME_H
|
#undef HAVE_UTIME_H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user