added plock

This commit is contained in:
Guido van Rossum 1996-06-28 20:18:10 +00:00
parent 0068267750
commit 22b6db625a
3 changed files with 11 additions and 5 deletions

View file

@ -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