diff 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
line wrap: on
line diff
--- a/src/config.h.in	Wed Sep 23 20:04:51 2009 +0900
+++ b/src/config.h.in	Thu Sep 24 09:36:49 2009 +0900
@@ -533,6 +533,8 @@
 
 /* Compile in support for DBM databases?  May require libgdbm or libdbm. */
 #undef HAVE_DBM
+/* Full #include file path for GDBM's or platforms ndbm.h */
+#undef NDBM_H_FILE
 
 /* Define to 1 if the system has the type `u_int8_t'. */
 #undef HAVE_U_INT8_T