source:
rtems-libbsd/freebsd/lib/libc/include/port_after.h
@
f41a394
Last change on this file since f41a394 was 9a3fa15, checked in by Sebastian Huber <sebastian.huber@…>, on Oct 21, 2013 at 11:47:22 AM | |
---|---|
|
|
File size: 196 bytes |
Line | |
---|---|
1 | /* $FreeBSD$ */ |
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_ */ |
Note: See TracBrowser
for help on using the repository browser.