diff src/ChangeLog @ 4994:76af7fc13e81

Automatic merge
author Ben Wing <ben@xemacs.org>
date Sat, 06 Feb 2010 04:27:47 -0600
parents c0934cef10c6 ef3b2f38dd7c
children b46c89ccbed3 44d7bde26046
line wrap: on
line diff
--- a/src/ChangeLog	Sat Feb 06 04:26:09 2010 -0600
+++ b/src/ChangeLog	Sat Feb 06 04:27:47 2010 -0600
@@ -3,6 +3,16 @@
 	* mule-wnnfns.c:
 	Convert file to utf-8.
 
+2010-02-06  Ben Wing  <ben@xemacs.org>
+
+	* config.h.in: Add undef for TRUST_NDBM_H_PROTOTYPES.
+	* database.c:
+	* database.c (struct):
+	Use TRUST_NDBM_H_PROTOTYPES to determine whether to include ndbm.h
+	or to specify our own prototypes, in place of CYGWIN_HEADERS (or
+	more generally, any random list of systems).
+	* depend: Regenerate.
+
 2010-02-05  Ben Wing  <ben@xemacs.org>
 
 	* syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR):