Error out if FUSE_USE_VERSION is not defined
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 7 Jul 2017 13:34:32 +0000 (15:34 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 7 Jul 2017 13:48:50 +0000 (15:48 +0200)
This is safer than making assumptions.

include/fuse_lowlevel.h

index b9acc7e8bafa613705b8a53f25997500e2abe0b9..7a3036db987a5c3d1851b17b3861246cfe8f890f 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #ifndef FUSE_USE_VERSION
-#define FUSE_USE_VERSION 30
+#error FUSE_USE_VERSION not defined
 #endif
 
 #include "fuse_common.h"