mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2025-02-18 03:26:19 +01:00
15 lines
294 B
C
15 lines
294 B
C
/*
|
|
* UAE - The Un*x Amiga Emulator
|
|
*
|
|
* See if this OS has mmap or equivalent
|
|
*
|
|
* Copyright 1996 Bernd Schmidt
|
|
*/
|
|
|
|
#undef USE_MAPPED_MEMORY
|
|
#undef CAN_MAP_MEMORY
|
|
|
|
/* Don't need to set execute permission on the
|
|
* compiler cache for BeOS. */
|
|
#define COMPILER_CACHE_NEEDS_NO_MPROTECT
|