]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - include/hashed_db.h
ncurses 6.0 - patch 20170617
[ncurses.git] / include / hashed_db.h
index 1ae29b0838530155cda9eeb44b86fb9ae1978c89..fc6f53666a97ef1796ab62afbb97df723d2f7eed 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 2006 Free Software Foundation, Inc.                        *
+ * Copyright (c) 2006-2014,2017 Free Software Foundation, Inc.              *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -31,7 +31,7 @@
  ****************************************************************************/
 
 /*
- * $Id: hashed_db.h,v 1.6 2014/04/12 22:41:10 tom Exp $
+ * $Id: hashed_db.h,v 1.7 2017/02/26 22:59:23 Andre.Sa Exp $
  */
 
 #ifndef HASHED_DB_H
@@ -45,7 +45,7 @@
 
 #include <db.h>
 
-#ifndef DBN_SUFFIX
+#ifndef DBM_SUFFIX
 #define DBM_SUFFIX ".db"
 #endif