X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fhashed_db.h;h=584fd968c228a97cff68d9d062081f04939e233e;hp=4dd3933111a88fa45126727876c898c007fc7da1;hb=3b3a6d094f484e799b1430782f1130a9af71a94e;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/include/hashed_db.h b/include/hashed_db.h index 4dd39331..584fd968 100644 --- a/include/hashed_db.h +++ b/include/hashed_db.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2006 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 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,19 +32,23 @@ ****************************************************************************/ /* - * $Id: hashed_db.h,v 1.5 2006/08/19 15:58:34 tom Exp $ + * $Id: hashed_db.h,v 1.9 2020/02/02 23:34:34 tom Exp $ */ #ifndef HASHED_DB_H #define HASHED_DB_H 1 +#include + #include #if USE_HASHED_DB +#define DB_DBM_HSEARCH 0 /* quiet gcc -Wundef with db6 */ + #include -#ifndef DBN_SUFFIX +#ifndef DBM_SUFFIX #define DBM_SUFFIX ".db" #endif