From 83248935654a9ccf9c7336350edf01dc1feabb8f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 3 Dec 2016 13:46:10 -0800 Subject: [PATCH] Update osx/config.h with HAVE_FLOCK macro flock() is available on OS X --- osx/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osx/config.h b/osx/config.h index ef55f845b..edceac4cd 100644 --- a/osx/config.h +++ b/osx/config.h @@ -20,6 +20,9 @@ /* Define to 1 if you have the 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 */