mirror of https://github.com/python/cpython
Added HAVE_FLOCK
This commit is contained in:
parent
faf681a154
commit
920b13d529
|
@ -142,6 +142,9 @@
|
|||
/* Define if you have the dlopen function. */
|
||||
#undef HAVE_DLOPEN
|
||||
|
||||
/* Define if you have the flock function. */
|
||||
#undef HAVE_FLOCK
|
||||
|
||||
/* Define if you have the ftime function. */
|
||||
#undef HAVE_FTIME
|
||||
|
||||
|
|
Loading…
Reference in New Issue