mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 22:56:25 +08:00
Move option defines to corresponding header files
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user