blob: 876bf6c2fd3d6491a15be8c6e0dcc6f04e45686f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-config.h.in,v 1.2 2020/09/27 01:13:11 manu Exp $
Make FUSE notification optional at configure time
From upstream https://review.gluster.org/24731
--- config.h.in.orig 2020-07-22 02:24:03.169608070 +0200
+++ config.h.in 2020-07-22 02:24:28.887999809 +0200
@@ -47,8 +47,11 @@
/* define if fdatasync exists */
#undef HAVE_FDATASYNC
+/* Use FUSE notifications */
+#undef HAVE_FUSE_NOTIFICATIONS
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* have sys/ioctl.h */
|