From f4057c2450d0933b8f3c239e97edafa001f3e136 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 24 Apr 2018 19:04:42 +0300 Subject: [PATCH] Allow defining file creation mask in hints file --- include/unixconf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/unixconf.h b/include/unixconf.h index cec8c709a..6ee8a0345 100644 --- a/include/unixconf.h +++ b/include/unixconf.h @@ -235,7 +235,9 @@ /* #define COMPRESS_OPTIONS "-q" */ #endif +#ifndef FCMASK #define FCMASK 0660 /* file creation mask */ +#endif /* fcntl(2) is a POSIX-portable call for manipulating file descriptors. * Comment out the USE_FCNTL if for some reason you have a strange