diff src/config.h.in @ 1259:d9c553868a01

[xemacs-hg @ 2003-02-05 10:07:26 by stephent] fix --srcdir <87y94voxmm.fsf@tleepslib.sk.tsukuba.ac.jp> darwin configure fixes <873cn3qcgh.fsf_-_@tleepslib.sk.tsukuba.ac.jp> restore USE_XFONTSET <877kcfqcnz.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 05 Feb 2003 10:07:33 +0000
parents e22b0213b713
children e61016c452cb
line wrap: on
line diff
--- a/src/config.h.in	Wed Feb 05 08:18:58 2003 +0000
+++ b/src/config.h.in	Wed Feb 05 10:07:33 2003 +0000
@@ -297,6 +297,7 @@
 #undef HAVE_SHL_LOAD
 #undef HAVE_DLD_INIT
 #undef HAVE_SHLIB
+#undef DLSYM_NEEDS_UNDERSCORE
 
 #undef HAVE_LIBINTL
 #undef HAVE_LIBDNET
@@ -594,6 +595,10 @@
    files are read in as binary.  Doesn't apply to Cygwin or MinGW. */
 #undef HAVE_DEFAULT_EOL_DETECTION
 
+/* Support X FontSets.  Evil, yes, but if we're going to make it go away
+   by using faces in the menubar we should do so. */
+#undef USE_XFONTSET
+
 /* Do we want to use X window input methods for use with Mule? (requires X11R5)
    If so, use raw Xlib or higher level Motif interface? */
 #undef HAVE_XIM