--- BasiliskII/src/AmigaOS/sysdeps.h 1999/10/19 19:28:19 1.4 +++ BasiliskII/src/AmigaOS/sysdeps.h 1999/10/21 22:39:59 1.5 @@ -39,6 +39,9 @@ // Is the Mac ROM write protected? #define ROM_IS_WRITE_PROTECTED 0 +// ExtFS is supported +#define SUPPORTS_EXTFS 1 + // Data types typedef unsigned char uint8; typedef signed char int8;