xref: /netbsd-src/tools/compat/ndbm.h (revision 8ecbf5f02b752fcb7debe1a8fab1dc82602bc760)
1 /*	$NetBSD: ndbm.h,v 1.1 2010/02/03 15:34:44 roy Exp $	*/
2 
3 #include "nbtool_config.h"
4 #ifndef DBM_SUFFIX
5 #define DBM_SUFFIX ".db"
6 #endif
7 #include "../../include/ndbm.h"
8