aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-03-12 13:13:51 +0000
committerFritz Elfert <felfert@to.com>2002-03-12 13:13:51 +0000
commite80f6230aea18d8a7d79bfe7f87d87adb160ff61 (patch)
tree8df07775a76394e48ad04300c330d667f50f82f2 /acconfig.h
parent0dd84267e740fd10f46103a5affee01611fcd224 (diff)
downloadplptools-e80f6230aea18d8a7d79bfe7f87d87adb160ff61.tar.gz
plptools-e80f6230aea18d8a7d79bfe7f87d87adb160ff61.tar.bz2
plptools-e80f6230aea18d8a7d79bfe7f87d87adb160ff61.zip
Adaptions to SuSE's autoconf.
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