1 /* 2 * Copyright 2003 Sun Microsystems, Inc. All rights reserved. 3 * Use is subject to license terms. 4 */ 5 6 #ifndef _KRB5_NDBM_H_ 7 #define _KRB5_NDBM_H_ 8 9 #ifdef __cplusplus 10 extern "C" { 11 #endif 12 13 #include <ndbm.h> 14 #include "db.h" 15 16 #ifdef __cplusplus 17 } 18 #endif 19 20 #endif /* _KRB5_NDBM_H_ */ 21