Update osx/config.h with HAVE_FLOCK macro

flock() is available on OS X
This commit is contained in:
ridiculousfish 2016-12-03 13:46:10 -08:00
parent 41d4058156
commit 8324893565

View File

@ -20,6 +20,9 @@
/* Define to 1 if you have the <execinfo.h> header file. */
#define HAVE_EXECINFO_H 1
/* Define to 1 if you have the `flock' function. */
#define HAVE_FLOCK 1
/* Define to 1 if you have the `futimens' function. */
/* #undef HAVE_FUTIMENS */