comparison src/ChangeLog @ 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 a9493cab536f
children ef70ee47d287
comparison
equal deleted inserted replaced
4698:a9493cab536f 4699:0e1461b592ce
308 * lisp.h: 308 * lisp.h:
309 Update Fthrow's declaration. Make throw_or_bomb_out available to 309 Update Fthrow's declaration. Make throw_or_bomb_out available to
310 all files. 310 all files.
311 * lrecord.h (enum lrecord_type): 311 * lrecord.h (enum lrecord_type):
312 Add the multiple_value type here. 312 Add the multiple_value type here.
313
314 2009-07-31 Stephen Turnbull <stephen@xemacs.org>
315
316 * config.h.in (HAVE_DBM):
317 * database.c (HAVE_DBM):
318 Use gdbm/ndbm.h if needed (via NDBM_H_FILE).
319 Thanks to Karl Kleinpaste for the report.
313 320
314 2009-07-28 Stephen Turnbull <stephen@xemacs.org> 321 2009-07-28 Stephen Turnbull <stephen@xemacs.org>
315 322
316 * faces.c (ensure_face_cachel_contains_charset): 323 * faces.c (ensure_face_cachel_contains_charset):
317 (add_face_cachel): 324 (add_face_cachel):