diff --git a/lib/roken/getcap.c b/lib/roken/getcap.c index 016a48530..c9938b54b 100644 --- a/lib/roken/getcap.c +++ b/lib/roken/getcap.c @@ -69,9 +69,14 @@ static size_t topreclen; /* toprec length */ static char *toprec; /* Additional record specified by cgetset() */ static int gottoprec; /* Flag indicating retrieval of toprecord */ +#if 0 /* + * Don't use db support unless its build into libc but we dont + * check for that now, so just disable the code. + */ #if defined(HAVE_DBOPEN) && defined(HAVE_DB_H) #define USE_DB #endif +#endif #ifdef USE_DB static int cdbget (DB *, char **, const char *);