mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-31 19:03:21 +08:00
Move option defines to corresponding header files
This commit is contained in:
parent
e6374731ff
commit
ef0c275331
@ -46,12 +46,6 @@
|
||||
/* General define to activate BSD kernel parts */
|
||||
#define _KERNEL 1
|
||||
|
||||
/* Networking */
|
||||
#define IPSEC 1
|
||||
#define INET 1
|
||||
#define INET6 1
|
||||
#define TCP_SIGNATURE 1
|
||||
|
||||
/* Symbol rename */
|
||||
|
||||
#include <machine/rtems-bsd-symbols.h>
|
||||
|
@ -1 +1,2 @@
|
||||
#define INET 1
|
||||
#define TCP_SIGNATURE 1
|
||||
|
@ -0,0 +1 @@
|
||||
#define INET6 1
|
@ -0,0 +1 @@
|
||||
#define IPSEC 1
|
Loading…
x
Reference in New Issue
Block a user