diff options
Diffstat (limited to 'src/dir.h')
-rw-r--r-- | src/dir.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ # define BFS_USE_GETDENTS true # elif __linux__ || __FreeBSD__ # define BFS_USE_GETDENTS (BFS_HAS_GETDENTS || BFS_HAS_GETDENTS64 | BFS_HAS_GETDENTS64_SYSCALL) +# else +# define BFS_USE_GETDENTS false # endif #endif |