aboutsummaryrefslogtreecommitdiffstats
path: root/spl_config.h.in
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2010-07-01 09:40:29 -0700
committerBrian Behlendorf <[email protected]>2010-07-01 09:40:29 -0700
commitc2688979a4ee3b9c0b1d00e94ce2a37ba71b6af6 (patch)
tree48cf7829b7fa030be681d60d6a8cf03bf93ce734 /spl_config.h.in
parentc950d1480dc2bf72b4ea69f32976be016c66135f (diff)
Remove AC_DEFINE for DEBUG/NDEBUG
Whoops, I momentarilly forgot I had explicitly set these as CC options so dependent packages which need to include spl_config.h would not end up having these defined which can result in accidentally hanging debug enabled at best, or a build failure at worst.
Diffstat (limited to 'spl_config.h.in')
-rw-r--r--spl_config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/spl_config.h.in b/spl_config.h.in
index 540b79392..a22ca7b8b 100644
--- a/spl_config.h.in
+++ b/spl_config.h.in
@@ -3,9 +3,6 @@
/* Atomic types use spinlocks */
#undef ATOMIC_SPINLOCK
-/* Define to 1 to enable debug */
-#undef DEBUG
-
/* Define to 1 to enable basic kmem accounting */
#undef DEBUG_KMEM
@@ -211,9 +208,6 @@
*/
#undef LT_OBJDIR
-/* Define to 1 to enable debug */
-#undef NDEBUG
-
/* get_zone_counts() is needed */
#undef NEED_GET_ZONE_COUNTS