Mercurial > hg > xemacs-beta
comparison src/database.c @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | a86b2b5e0111 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
405:0e08f63c74d2 | 406:b8cc9ab3f761 |
---|---|
51 #ifdef WE_DONT_NEED_QUADS | 51 #ifdef WE_DONT_NEED_QUADS |
52 typedef uint64_t u_int64_t; | 52 typedef uint64_t u_int64_t; |
53 #endif /* WE_DONT_NEED_QUADS */ | 53 #endif /* WE_DONT_NEED_QUADS */ |
54 #endif /* HAVE_INTTYPES_H */ | 54 #endif /* HAVE_INTTYPES_H */ |
55 #endif /* !(defined __GLIBC__ && __GLIBC_MINOR__ >= 1) */ | 55 #endif /* !(defined __GLIBC__ && __GLIBC_MINOR__ >= 1) */ |
56 #include DB_H_PATH /* Berkeley db's header file */ | 56 #include DB_H_FILE /* Berkeley db's header file */ |
57 #ifndef DB_VERSION_MAJOR | 57 #ifndef DB_VERSION_MAJOR |
58 # define DB_VERSION_MAJOR 1 | 58 # define DB_VERSION_MAJOR 1 |
59 #endif /* DB_VERSION_MAJOR */ | 59 #endif /* DB_VERSION_MAJOR */ |
60 Lisp_Object Qberkeley_db; | 60 Lisp_Object Qberkeley_db; |
61 Lisp_Object Qhash, Qbtree, Qrecno, Qunknown; | 61 Lisp_Object Qhash, Qbtree, Qrecno, Qunknown; |