From a22de99544af562ffa431ab4864b07ec3729088a Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 26 Feb 2015 21:44:35 +0100 Subject: input: avoid creating world-writeable file with --input-unix-socket This requires fchmod(), which is not necessarily available everywhere. It also might not work at all. (It does work on Linux.) --- old-configure | 1 + 1 file changed, 1 insertion(+) (limited to 'old-configure') diff --git a/old-configure b/old-configure index 35af5117e6..2558985b03 100755 --- a/old-configure +++ b/old-configure @@ -972,6 +972,7 @@ cat > $TMPC << EOF #define HAVE_BSD_THREAD_NAME 0 #define HAVE_NETBSD_THREAD_NAME 0 #define HAVE_DXVA2_HWACCEL 0 +#define HAVE_FCHMOD 0 #define DEFAULT_CDROM_DEVICE "/dev/cdrom" #define DEFAULT_DVD_DEVICE "/dev/dvd" -- cgit v1.2.3