1*0Sstevel@tonic-gate /* 2*0Sstevel@tonic-gate * Copyright 2003 Sun Microsystems, Inc. All rights reserved. 3*0Sstevel@tonic-gate * Use is subject to license terms. 4*0Sstevel@tonic-gate */ 5*0Sstevel@tonic-gate 6*0Sstevel@tonic-gate #ifndef _KRB5_NDBM_H_ 7*0Sstevel@tonic-gate #define _KRB5_NDBM_H_ 8*0Sstevel@tonic-gate 9*0Sstevel@tonic-gate #pragma ident "%Z%%M% %I% %E% SMI" 10*0Sstevel@tonic-gate 11*0Sstevel@tonic-gate #ifdef __cplusplus 12*0Sstevel@tonic-gate extern "C" { 13*0Sstevel@tonic-gate #endif 14*0Sstevel@tonic-gate 15*0Sstevel@tonic-gate #include <ndbm.h> 16*0Sstevel@tonic-gate #include "db.h" 17*0Sstevel@tonic-gate 18*0Sstevel@tonic-gate #ifdef __cplusplus 19*0Sstevel@tonic-gate } 20*0Sstevel@tonic-gate #endif 21*0Sstevel@tonic-gate 22*0Sstevel@tonic-gate #endif /* _KRB5_NDBM_H_ */ 23