1  /*
2   * UAE - The Un*x Amiga Emulator
3   *
4   * See if this OS has mmap or equivalent
5   *
6   * Copyright 1996 Bernd Schmidt
7   */
8 
9 #undef USE_MAPPED_MEMORY
10 #undef CAN_MAP_MEMORY
11 
12 #define OS_WITHOUT_MEMORY_MANAGEMENT
13 
14 #ifndef SAVE_MEMORY
15 #define SAVE_MEMORY
16 #endif
17 
18 /* sam: fmode defined in custom.c conflicts with the done defined */
19 /* in sc:include/stdio.h */
20 #ifdef __SASC
21 #define fmode my_fmode
22 #endif
23