Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1258:473e76fb6d95 | 1259:d9c553868a01 |
---|---|
295 #undef HAVE_DLERROR | 295 #undef HAVE_DLERROR |
296 #undef HAVE__DLERROR | 296 #undef HAVE__DLERROR |
297 #undef HAVE_SHL_LOAD | 297 #undef HAVE_SHL_LOAD |
298 #undef HAVE_DLD_INIT | 298 #undef HAVE_DLD_INIT |
299 #undef HAVE_SHLIB | 299 #undef HAVE_SHLIB |
300 #undef DLSYM_NEEDS_UNDERSCORE | |
300 | 301 |
301 #undef HAVE_LIBINTL | 302 #undef HAVE_LIBINTL |
302 #undef HAVE_LIBDNET | 303 #undef HAVE_LIBDNET |
303 #undef HAVE_LIBRESOLV | 304 #undef HAVE_LIBRESOLV |
304 | 305 |
592 /* Define this if you want EOL detection of files to be on by default | 593 /* Define this if you want EOL detection of files to be on by default |
593 in a non-Mule Unix; otherwise, defaults will be set so that all | 594 in a non-Mule Unix; otherwise, defaults will be set so that all |
594 files are read in as binary. Doesn't apply to Cygwin or MinGW. */ | 595 files are read in as binary. Doesn't apply to Cygwin or MinGW. */ |
595 #undef HAVE_DEFAULT_EOL_DETECTION | 596 #undef HAVE_DEFAULT_EOL_DETECTION |
596 | 597 |
598 /* Support X FontSets. Evil, yes, but if we're going to make it go away | |
599 by using faces in the menubar we should do so. */ | |
600 #undef USE_XFONTSET | |
601 | |
597 /* Do we want to use X window input methods for use with Mule? (requires X11R5) | 602 /* Do we want to use X window input methods for use with Mule? (requires X11R5) |
598 If so, use raw Xlib or higher level Motif interface? */ | 603 If so, use raw Xlib or higher level Motif interface? */ |
599 #undef HAVE_XIM | 604 #undef HAVE_XIM |
600 #undef XIM_XLIB | 605 #undef XIM_XLIB |
601 #undef XIM_MOTIF | 606 #undef XIM_MOTIF |