RepositoryRules: RepositoryConfig does not need/use URL now.
[haiku.git] / build / config_headers / paranoia_config.h
blobc581bfcc66ee74e60b80bba087bd4dee64ab8d8f
1 #ifndef DEBUG_PARANOIA_CONFIG_H
2 #define DEBUG_PARANOIA_CONFIG_H
5 // enable paranoia checks (0/1)
6 #ifndef ENABLE_PARANOIA_CHECKS
7 # define ENABLE_PARANOIA_CHECKS 0
8 #endif
10 // number of check slots (should depend on the components for which checks
11 // are enabled)
12 #define PARANOIA_SLOT_COUNT (32 * 1024)
15 // macros that set the paranoia check level for individual components
16 // levels:
17 // * PARANOIA_NAIVE (checks disabled)
18 // * PARANOIA_SUSPICIOUS
19 // * PARANOIA_OBSESSIVE
20 // * PARANOIA_INSANE
22 #define NET_BUFFER_PARANOIA PARANOIA_NAIVE
23 #define OBJECT_CACHE_PARANOIA PARANOIA_NAIVE
26 #endif // DEBUG_PARANOIA_CONFIG_H