do not define ndbm functions in terms of dbm functions if we're using

db


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8782 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-22 20:03:57 +00:00
parent cca83491c9
commit 7b2a35a311

View File

@@ -60,7 +60,7 @@
* Instead, all routines call "dbm_next" instead.
*/
#ifndef NDBM
#if !defined(NDBM) && !defined(HAVE_DB_H)
typedef char DBM;
#define dbm_open(file, flags, mode) ((dbminit(file) == 0)?"":((char *)0))