You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
230 B

#ifndef _DB_H_
#ifdef USE_LIBDB1
# include <db/db.h>
#else
# include <db2/db.h>
/* Internal interface for NSS. */
extern int __nss_db_open (const char *,
DBTYPE, u_int32_t, int, DB_ENV *, DB_INFO *, DB **);
#endif
#endif