diff options
author | Guido van Rossum <guido@python.org> | 1996-06-20 14:32:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-06-20 14:32:30 (GMT) |
commit | 920b13d52929a7c635c95ad33b9945dde967f802 (patch) | |
tree | bbbf6f0da6f71a843ba12d21dd0c526ebf5d29c3 /config.h.in | |
parent | faf681a154b1f24d1ebce330ee1741f411a362fd (diff) | |
download | cpython-920b13d52929a7c635c95ad33b9945dde967f802.zip cpython-920b13d52929a7c635c95ad33b9945dde967f802.tar.gz cpython-920b13d52929a7c635c95ad33b9945dde967f802.tar.bz2 |
Added HAVE_FLOCK
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 98ff9e6..76bbf5d 100644 --- a/config.h.in +++ b/config.h.in @@ -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 |