xref: /netbsd-src/crypto/dist/ipsec-tools/src/include-glibc/glibc-bugs.h (revision 5b84b3983f71fd20a534cfa5d1556623a8aaa717)
1 /*	$NetBSD: glibc-bugs.h,v 1.2 2005/08/20 00:57:06 manu Exp $	*/
2 
3 #ifndef __GLIBC_BUGS_H__
4 #define __GLIBC_BUGS_H__ 1
5 
6 #define _XOPEN_SOURCE 500
7 #define _BSD_SOURCE
8 
9 #include <features.h>
10 #include <sys/types.h>
11 
12 #endif
13