haiku/build/config_headers
2011-12-04 14:51:47 +01:00
..
apps_debugger_config.h
kernel_debug_config.h Allow replacing the object cache with the guarded heap. 2011-12-04 13:52:06 +01:00
kernel_debugger_config.h
paranoia_config.h
ReadMe Replaced mention of "SVN" with "version control system". 2011-12-04 14:51:47 +01:00
support_kit_config.h
tracing_config.h Add heap with guard pages to detect out of bound reads/writes. 2011-12-03 20:09:13 +01:00

To customize the settings defined in these headers, create a folder "user_config_headers" in the "build" folder and copy the headers you want to modify into that folder. Your custom headers will be ignored by the version control system and the build system will automatically use them instead of the original ones. But be aware that when changes are commited to the files in "config_headers", you will have to apply them to your custom headers manually.