xref: /dragonfly/lib/libc/include/port_after.h (revision 6ca88057)
1 /* $FreeBSD: src/lib/libc/include/port_after.h,v 1.2 2006/03/21 18:31:24 ume Exp $ */
2 
3 #ifndef _PORT_AFTER_H_
4 #define _PORT_AFTER_H_
5 
6 #define HAVE_SA_LEN		1
7 #define HAS_INET6_STRUCTS	1
8 #define HAVE_SIN6_SCOPE_ID	1
9 #define HAVE_TIME_R		1
10 
11 #endif /* _PORT_AFTER_H_ */
12