4 # Check for fuse support
6 #define FUSE_USE_VERSION 26
7 #define _FILE_OFFSET_BITS 64
8 #include "fuse/fuse_lowlevel.h"
9 int main(void) { return 0; }
10 ''', 'HAVE_FUSE_FUSE_LOWLEVEL_H',
12 execute
=False) and conf
.CHECK_FUNCS_IN('fuse_mount',
14 conf
.DEFINE('HAVE_FUSE', 1)