]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - include/hashed_db.h
ncurses 5.9 - patch 20150509
[ncurses.git] / include / hashed_db.h
index 4dd3933111a88fa45126727876c898c007fc7da1..1ae29b0838530155cda9eeb44b86fb9ae1978c89 100644 (file)
@@ -31,7 +31,7 @@
  ****************************************************************************/
 
 /*
- * $Id: hashed_db.h,v 1.5 2006/08/19 15:58:34 tom Exp $
+ * $Id: hashed_db.h,v 1.6 2014/04/12 22:41:10 tom Exp $
  */
 
 #ifndef HASHED_DB_H
@@ -41,6 +41,8 @@
 
 #if USE_HASHED_DB
 
+#define DB_DBM_HSEARCH 0       /* quiet gcc -Wundef with db6 */
+
 #include <db.h>
 
 #ifndef DBN_SUFFIX