ab96eeabe8
- Exclude unnecessary functions for us.
11 lines
173 B
C
11 lines
173 B
C
/* $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_ */
|