mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
11 lines
196 B
C
11 lines
196 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
|
|
#define HAVE_TIME_R 1
|
|
|
|
#endif /* _PORT_AFTER_H_ */
|