]> arthur.barton.de Git - netatalk.git/blob - sys/generic/sys/cdefs.h
Remove bdb env on exit
[netatalk.git] / sys / generic / sys / cdefs.h
1 /*
2  * $Id: cdefs.h,v 1.4 2001-08-15 15:29:14 srittau Exp $
3  */
4
5 #ifndef _SYS_CDEFS_H
6 #define _SYS_CDEFS_H 1
7
8 #if defined(__STDC__) || defined(__DECC)
9 /* Note that there must be exactly one space between __P(args) and args,
10  * otherwise DEC C chokes.
11  */
12 #define __P(args) args
13 #else /* __STDC__ */
14 #define __P(args)    ()
15 #endif /* __STDC__ */
16
17 #endif /* sys/cdefs.h */