diff options
Diffstat (limited to 'lib/libc/include/port_after.h')
| -rw-r--r-- | lib/libc/include/port_after.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libc/include/port_after.h b/lib/libc/include/port_after.h new file mode 100644 index 000000000000..762795f5d63d --- /dev/null +++ b/lib/libc/include/port_after.h @@ -0,0 +1,10 @@ +/* $FreeBSD$ */ + +#ifndef _PORT_AFTER_H_ +#define _PORT_AFTER_H_ + +#define HAVE_SA_LEN 1 +#define HAS_INET6_STRUCTS 1 +#define HAVE_SIN6_SCOPE_ID 1 + +#endif /* _PORT_AFTER_H_ */ |
