diff options
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index e6cd25d26a..55e026a979 100644 --- a/config.h.meson +++ b/config.h.meson @@ -194,6 +194,12 @@ /* Have the SYNC extension library */ #mesondefine HAVE_XSYNC +/* Define to 1 if you have the `_lock_file' function */ +#mesondefine HAVE__LOCK_FILE + +/* Define to 1 if you have the `flockfile' function */ +#mesondefine HAVE_FLOCKFILE + /* Define if _NL_MEASUREMENT_MEASUREMENT is available */ #mesondefine HAVE__NL_MEASUREMENT_MEASUREMENT |