#pragma once #ifdef __linux__ #include #ifdef SYS_getdents64 #define MERGERFS_SUPPORTED_GETDENTS64 #endif #endif