]> granicus.if.org Git - python/commitdiff
Added HAVE_FLOCK
authorGuido van Rossum <guido@python.org>
Thu, 20 Jun 1996 14:32:30 +0000 (14:32 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Jun 1996 14:32:30 +0000 (14:32 +0000)
config.h.in

index 98ff9e68687bd1632a0c18a2c13e902b17922de8..76bbf5d4d0442a953edc805946eadc4c87fdf7c0 100644 (file)
 /* 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