xref: /netbsd-src/tools/compat/ndbm.h (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
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