mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-06 12:40:13 -04:00
8 lines
169 B
C
8 lines
169 B
C
/* $NetBSD: ndbm.h,v 1.1 2010/02/03 15:34:44 roy Exp $ */
|
|
|
|
#include "nbtool_config.h"
|
|
#ifndef DBM_SUFFIX
|
|
#define DBM_SUFFIX ".db"
|
|
#endif
|
|
#include "../../include/ndbm.h"
|