/** Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.* Distributed under the terms of the MIT License.*/#ifndef USERLAND_FS_FUSE_FUSE_API_H#define USERLAND_FS_FUSE_FUSE_API_H#define FUSE_USE_VERSION FUSE_VERSION#define HAS_FUSE_HAIKU_EXTENSIONS#include <fuse.h>#include <fuse_lowlevel.h>#include <fuse_opt.h>#endif // USERLAND_FS_FUSE_FUSE_API_H