mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 17:39:19 +08:00
12 lines
196 B
C
12 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_ */
|