diff src/config.h.in @ 177:6075d714658b r20-3b15

Import from CVS: tag r20-3b15
author cvs
date Mon, 13 Aug 2007 09:51:16 +0200
parents 2d532a89d707
children 9ad43877534d
line wrap: on
line diff
--- a/src/config.h.in	Mon Aug 13 09:50:16 2007 +0200
+++ b/src/config.h.in	Mon Aug 13 09:51:16 2007 +0200
@@ -66,7 +66,7 @@
 
 
 /* Used to identify the XEmacs version in stack traces. */
-#undef CANONICAL_VERSION
+#undef STACK_TRACE_EYE_CATCHER
 
 /* Allow the configurer to specify (additional) package directories. */
 #undef PACKAGE_PATH
@@ -86,6 +86,9 @@
 /* Use the system malloc? */
 #undef USE_SYSTEM_MALLOC
 
+/* Use a debugging malloc? */
+#undef USE_DEBUG_MALLOC
+
 /* Compile in TTY support? */
 #undef HAVE_TTY
 
@@ -406,6 +409,9 @@
 /* Compile in support for OffiX Drag and Drop?  Requires libdnd. */
 #undef HAVE_OFFIX_DND
 
+/* Compile in support for WindowMaker Application Icons. */
+#undef HAVE_WINDOWMAKER
+
 /* Define this if you want Mule support (multi-byte character support).
    There may be some performance penalty, although it should be small
    if you're working with ASCII files. */
@@ -416,6 +422,7 @@
 #undef HAVE_XIM
 #undef XIM_XLIB
 #undef XIM_MOTIF
+#undef USE_XFONTSET
 
 /* Non-XIM input methods for use with Mule. */
 #undef HAVE_CANNA