Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 4769:5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
<870180fe0912091102j6fde7336hdc187608be0ef97@mail.gmail.com> in xemacs-patches.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 10 Dec 2009 12:42:09 -0700 |
parents | aa5ed11f473b |
children | bc4f2511bbea |
comparison
equal
deleted
inserted
replaced
4768:0f5bee973a7b | 4769:5460287a3327 |
---|---|
526 #undef HAVE_PNG | 526 #undef HAVE_PNG |
527 | 527 |
528 /* Compile in support for GZIP compression */ | 528 /* Compile in support for GZIP compression */ |
529 #undef HAVE_ZLIB | 529 #undef HAVE_ZLIB |
530 | 530 |
531 /* Do you have the Xmu library? | |
532 This should always be the case except on losing HP-UX systems. */ | |
533 #undef HAVE_XMU | |
534 | |
535 /* Compile in support for DBM databases? May require libgdbm or libdbm. */ | 531 /* Compile in support for DBM databases? May require libgdbm or libdbm. */ |
536 #undef HAVE_DBM | 532 #undef HAVE_DBM |
537 /* Full #include file path for GDBM's or platforms ndbm.h */ | 533 /* Full #include file path for GDBM's or platforms ndbm.h */ |
538 #undef NDBM_H_FILE | 534 #undef NDBM_H_FILE |
539 | 535 |