Added HAVE_FLOCK

This commit is contained in:
Guido van Rossum 1996-06-20 14:32:30 +00:00
parent faf681a154
commit 920b13d529
1 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,9 @@
/* Define if you have the dlopen function. */ /* Define if you have the dlopen function. */
#undef HAVE_DLOPEN #undef HAVE_DLOPEN
/* Define if you have the flock function. */
#undef HAVE_FLOCK
/* Define if you have the ftime function. */ /* Define if you have the ftime function. */
#undef HAVE_FTIME #undef HAVE_FTIME