Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 4699:0e1461b592ce
Check for gdbm/ndbm.h, too.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Thu, 24 Sep 2009 09:36:49 +0900 |
parents | f863b2ee146f |
children | 19d70297d866 |
comparison
equal
deleted
inserted
replaced
4698:a9493cab536f | 4699:0e1461b592ce |
---|---|
531 This should always be the case except on losing HP-UX systems. */ | 531 This should always be the case except on losing HP-UX systems. */ |
532 #undef HAVE_XMU | 532 #undef HAVE_XMU |
533 | 533 |
534 /* Compile in support for DBM databases? May require libgdbm or libdbm. */ | 534 /* Compile in support for DBM databases? May require libgdbm or libdbm. */ |
535 #undef HAVE_DBM | 535 #undef HAVE_DBM |
536 /* Full #include file path for GDBM's or platforms ndbm.h */ | |
537 #undef NDBM_H_FILE | |
536 | 538 |
537 /* Define to 1 if the system has the type `u_int8_t'. */ | 539 /* Define to 1 if the system has the type `u_int8_t'. */ |
538 #undef HAVE_U_INT8_T | 540 #undef HAVE_U_INT8_T |
539 /* Define to 1 if the system has the type `u_int16_t'. */ | 541 /* Define to 1 if the system has the type `u_int16_t'. */ |
540 #undef HAVE_U_INT16_T | 542 #undef HAVE_U_INT16_T |