Mercurial > hg > xemacs-beta
comparison src/database.c @ 157:6b37e6ddd302 r20-3b5
Import from CVS: tag r20-3b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:40:41 +0200 |
parents | 59463afc5666 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
156:60baf0b43294 | 157:6b37e6ddd302 |
---|---|
29 | 29 |
30 #ifndef HAVE_DATABASE | 30 #ifndef HAVE_DATABASE |
31 #error database.c being compiled, but HAVE_DATABASE not defined! | 31 #error database.c being compiled, but HAVE_DATABASE not defined! |
32 #endif /* HAVE_DATABASE */ | 32 #endif /* HAVE_DATABASE */ |
33 | 33 |
34 #include <database.h> /* Our include file */ | 34 #include "database.h" /* Our include file */ |
35 | 35 |
36 #ifdef HAVE_BERKELEY_DB | 36 #ifdef HAVE_BERKELEY_DB |
37 /* Work around Berkeley DB's use of int types which are defined | 37 /* Work around Berkeley DB's use of int types which are defined |
38 slightly differently in the not quite yet standard <inttypes.h>. | 38 slightly differently in the not quite yet standard <inttypes.h>. |
39 See db.h for details of why we're resorting to this... */ | 39 See db.h for details of why we're resorting to this... */ |