- Timestamp:
- Mar 9, 2009 3:18:17 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43984
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r17407 r17548 394 394 # Enable SMP support in guests 395 395 ##VBOX_WITH_SMP_GUESTS = 1 396 # Allow more than 4G in guests397 ##VBOX_WITH_MORE_THAN_4GB = 1398 396 # Enable the host/guest information service (aka guest properties). 399 397 VBOX_WITH_GUEST_PROPS = 1 … … 1074 1072 ifdef VBOX_WITH_SMP_GUESTS 1075 1073 DEFS += VBOX_WITH_SMP_GUESTS 1076 endif1077 ifdef VBOX_WITH_MORE_THAN_4GB1078 DEFS += VBOX_WITH_MORE_THAN_4GB1079 1074 endif 1080 1075 ifdef VBOX_WITH_HARDENING
Note:
See TracChangeset
for help on using the changeset viewer.