define NDBM

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3900 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-11-11 01:34:08 +00:00
parent bd97f41a37
commit 16ed726f81

View File

@@ -158,6 +158,14 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
/* telnet stuff ----------------------------------------------- */
/*
* Define NDBM if you are using the 4.3 ndbm library (which is part of
* libc). If not defined, 4.2 dbm will be assumed.
*/
#if defined(HAVE_DBM_FIRSTKEY)
#define NDBM
#endif
/* define this for OTP support */
#undef OTP