On Wed, Apr 10, 2019 at 12:46:57PM -0400, Greg Troxel wrote: > co...@sdf.org writes: > > > On Wed, Apr 10, 2019 at 02:16:30PM +0000, co...@sdf.org wrote: > >> > >> +#if FUSE_USE_VERSION < 30 > >> +#define fuse_unmount fuse_unmount_compat30 > >> +#endif > > > > Open to (FUSE_USE_VERSION < 30) && (FUSE_USE_VERSION > 22) :-) > > Don't you need defined(FUSE_USE_VERSION) also? Or is the fuse rule that > all programs that include fuse.h have to define that anyway?
we define it if its not provided