diff src/config.h.in @ 3092:141c2920ea48

[xemacs-hg @ 2005-11-25 01:41:31 by crestani] Incremental Garbage Collector
author crestani
date Fri, 25 Nov 2005 01:42:08 +0000
parents beef0f850624
children ad2f4ae9895b
line wrap: on
line diff
--- a/src/config.h.in	Thu Nov 24 22:51:25 2005 +0000
+++ b/src/config.h.in	Fri Nov 25 01:42:08 2005 +0000
@@ -414,6 +414,14 @@
 #undef HAVE_WCSCMP
 #undef HAVE_WCSLEN
 
+/* Functions and structs checked for vdb. */
+#undef HAVE_MPROTECT
+#undef HAVE_SIGACTION
+#undef HAVE_STRUCT_SIGINFO_SI_ADDR
+#undef HAVE_SIGINFO_T_SI_ADDR
+#undef HAVE_SIGNAL
+#undef HAVE_STRUCT_SIGCONTEXT_CR2
+
 #undef HAVE_UTIME
 #undef HAVE_UTIMES
 #undef HAVE_SIGSETJMP
@@ -681,6 +689,15 @@
 /* If defined, use experimental allocator. */
 #undef MC_ALLOC
 
+/* If defined, use experimental incremental garbage collector. */
+#undef NEW_GC
+
+/* Virtual dirty bit implementation for incremental gc. */
+#undef VDB_POSIX
+#undef VDB_MACH
+#undef VDB_WIN32
+#undef VDB_FAKE
+
 /* Enable special GNU Make features in the Makefiles. */
 #undef USE_GNU_MAKE