aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/acconfig.h b/acconfig.h
index 9c54f24..eba7710 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -96,11 +96,6 @@
# define DONT_UPDATE_MTAB /* The mount table is obtained from the kernel (!?) */
#endif
-/* Disable assert macro if DEBUG is not defined */
-#ifndef DEBUG
-# define NDEBUG
-#endif
-
#ifndef HAVE_BOOL
# ifndef bool
# define bool int