Mercurial > hg > xemacs-beta
comparison src/database.c @ 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 | bc3b9f61018e |
children | c12b646d84ee e0db3c197671 |
comparison
equal
deleted
inserted
replaced
4698:a9493cab536f | 4699:0e1461b592ce |
---|---|
83 Lisp_Object Qqueue; | 83 Lisp_Object Qqueue; |
84 #endif | 84 #endif |
85 #endif /* HAVE_BERKELEY_DB */ | 85 #endif /* HAVE_BERKELEY_DB */ |
86 | 86 |
87 #ifdef HAVE_DBM | 87 #ifdef HAVE_DBM |
88 #include <ndbm.h> | 88 #include NDBM_H_FILE |
89 Lisp_Object Qdbm; | 89 Lisp_Object Qdbm; |
90 #endif /* HAVE_DBM */ | 90 #endif /* HAVE_DBM */ |
91 | 91 |
92 Lisp_Object Vdatabase_coding_system; | 92 Lisp_Object Vdatabase_coding_system; |
93 | 93 |