off-by-one fix
[cacao.git] / acconfig.h
index 090fd9a815744cc2422765e4a9cff0b46dd73015..eae526ab722637a62b58fd3b4360258640665779 100644 (file)
@@ -4,6 +4,8 @@
 /* Define if mman.h defines MAP_ANONYMOUS  */
 #undef HAVE_MAP_ANONYMOUS
 
+#undef TRACE_ARGS_NUM
+
 /* Define to include thread support */
 #undef USE_THREADS
 #undef EXTERNAL_OVERFLOW
@@ -17,3 +19,6 @@
 #undef SYSDEP_DIR
 
 #undef OLD_COMPILER
+#undef USE_CODEMMAP
+
+#undef USE_BOEHM