Let user override FUSE_USE_VERSION.

This might help in getting around problems with FUSE snapshots
  when the API is in motion.
  Based on report by Pter Szilgyi
This commit is contained in:
dzsekijo 2006-07-20 07:36:18 +00:00
parent 78c874dbed
commit 2ec159d7da
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-07-20 Csaba Henk <csaba.henk@creo.hu>
* Let user override FUSE_USE_VERSION.
This might help in getting around problems with FUSE snapshots
when the API is in motion.
Based on report by Péter Szilágyi
2006-07-17 Csaba Henk <csaba.henk@creo.hu>
* Resolve some Python 2.3 compatibility problems.
Issues reported by Tienshiao Ma.

View file

@ -18,7 +18,9 @@
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)
#endif
#ifndef FUSE_USE_VERSION
#define FUSE_USE_VERSION 26
#endif
#include <sys/types.h>
#include <sys/param.h>