Mercurial > hg > xemacs-beta
comparison src/database.c @ 4837:493e2aa349fd
imported patch cygwin-headers-cosmetic-1-11-10
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 01:42:20 -0600 |
parents | c12b646d84ee |
children | a98ca4640147 |
comparison
equal
deleted
inserted
replaced
4836:5ba666b52ff3 | 4837:493e2aa349fd |
---|---|
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 #if defined (CYGWIN) || defined (MINGW) | 88 #ifdef CYGWIN_HEADERS |
89 | 89 |
90 #if defined(__cplusplus) || defined(c_plusplus) | 90 #if defined(__cplusplus) || defined(c_plusplus) |
91 extern "C" { | 91 extern "C" { |
92 #endif | 92 #endif |
93 | 93 |