#pragma once #ifndef MESSMER_FSPP_FUSE_PARAMS_H_ #define MESSMER_FSPP_FUSE_PARAMS_H_ #define FUSE_USE_VERSION 26 #ifdef __linux__ #include #elif __APPLE__ #include #else #error System not supported #endif #endif