Use unmodified FreeBSD versions for port_*.h

This commit is contained in:
Sebastian Huber
2013-10-21 13:47:22 +02:00
parent cdf6024953
commit 9a3fa151b2
5 changed files with 59 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
/* $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
#define HAVE_TIME_R 1
#endif /* _PORT_AFTER_H_ */

View File

@@ -17,6 +17,6 @@
var = _u.v; \
} while (0)
#define UNUSED(x) (void)(x)
#define UNUSED(x) (x) = (x)
#endif /* _PORT_BEFORE_H_ */