Moved ENABLE_SWAP_SUPPORT definition to vm_types.h

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26640 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-07-26 14:36:24 +00:00
parent 6271a53c25
commit c53e844a89
2 changed files with 3 additions and 4 deletions

View File

@ -30,6 +30,9 @@
// Enables a global list of all vm_cache structures.
//#define DEBUG_CACHE_LIST 1
// uncomment to build in swap support
//#define ENABLE_SWAP_SUPPORT 1
#ifdef __cplusplus
#include <util/SplayTree.h>

View File

@ -12,12 +12,8 @@
#include <vm_types.h>
// uncomment to build in swap support
//#define ENABLE_SWAP_SUPPORT 1
#if ENABLE_SWAP_SUPPORT
typedef page_num_t swap_addr_t;
struct swap_block;