mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
added plock
This commit is contained in:
parent
0068267750
commit
22b6db625a
3 changed files with 11 additions and 5 deletions
|
@ -184,6 +184,9 @@
|
|||
/* Define if you have the nice function. */
|
||||
#undef HAVE_NICE
|
||||
|
||||
/* Define if you have the plock function. */
|
||||
#undef HAVE_PLOCK
|
||||
|
||||
/* Define if you have the readlink function. */
|
||||
#undef HAVE_READLINK
|
||||
|
||||
|
@ -277,6 +280,9 @@
|
|||
/* Define if you have the <sys/dir.h> header file. */
|
||||
#undef HAVE_SYS_DIR_H
|
||||
|
||||
/* Define if you have the <sys/lock.h> header file. */
|
||||
#undef HAVE_SYS_LOCK_H
|
||||
|
||||
/* Define if you have the <sys/ndir.h> header file. */
|
||||
#undef HAVE_SYS_NDIR_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue