Skip to content

Commit

Permalink
lib/auth_krb.c: there is no HAVE_BDB
Browse files Browse the repository at this point in the history
since 808c316.
  • Loading branch information
dilyanpalauzov committed Aug 13, 2023
1 parent ac50025 commit 9436d67
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/auth_krb.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,7 @@
#include <sys/types.h>

#include <krb.h>
#ifdef HAVE_BDB
#ifdef HAVE_DB_185_H
#include <db_185.h>
#else
#include <db.h>
#endif
#else
#include <ndbm.h>
#endif
#include <krb.h>

#ifndef KRB_MAPNAME
#define KRB_MAPNAME (SYSCONF_DIR "/krb.equiv")
Expand Down

0 comments on commit 9436d67

Please sign in to comment.