xref: /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/cdefs.d (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
1 /**
2  * D header file for OpenBSD
3  *
4  * Authors: Iain Buclaw
5  */
6 module core.sys.openbsd.sys.cdefs;
7 
8 version (OpenBSD):
9 
10 public import core.sys.posix.config;
11 
12 enum __XPG_VISIBLE = 700;
13 enum __POSIX_VISIBLE = 200809;
14 enum __ISO_C_VISIBLE = 1999;
15 enum __BSD_VISIBLE = true;
16