mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
added plock
This commit is contained in:
parent
0068267750
commit
22b6db625a
3 changed files with 11 additions and 5 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
# From configure.in Revision: 1.26
|
||||
# From configure.in Revision: 1.27
|
||||
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated automatically using autoconf version 2.10
|
||||
|
|
@ -1019,7 +1019,7 @@ fi
|
|||
|
||||
for ac_hdr in dlfcn.h fcntl.h limits.h ncurses.h \
|
||||
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h \
|
||||
sys/audioio.h sys/param.h sys/select.h sys/time.h sys/times.h \
|
||||
sys/audioio.h sys/lock.h sys/param.h sys/select.h sys/time.h sys/times.h \
|
||||
sys/un.h sys/utsname.h sys/wait.h
|
||||
do
|
||||
ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
|
||||
|
|
@ -2133,7 +2133,7 @@ fi
|
|||
# checks for library functions
|
||||
for ac_func in chown clock dlopen flock ftime ftruncate \
|
||||
gethostname_r getpeername getpgrp getpid gettimeofday getwd \
|
||||
link lstat mkfifo nice readlink \
|
||||
link lstat mkfifo nice plock readlink \
|
||||
select setgid setuid setsid setpgid setpgrp setvbuf \
|
||||
sigaction siginterrupt sigrelse strftime symlink \
|
||||
tcgetpgrp tcsetpgrp times truncate uname waitpid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue