mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 20:21:19 +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 */
|
/* General define to activate BSD kernel parts */
|
||||||
#define _KERNEL 1
|
#define _KERNEL 1
|
||||||
|
|
||||||
/* Networking */
|
|
||||||
#define IPSEC 1
|
|
||||||
#define INET 1
|
|
||||||
#define INET6 1
|
|
||||||
#define TCP_SIGNATURE 1
|
|
||||||
|
|
||||||
/* Symbol rename */
|
/* Symbol rename */
|
||||||
|
|
||||||
#include <machine/rtems-bsd-symbols.h>
|
#include <machine/rtems-bsd-symbols.h>
|
||||||
|
@@ -1 +1,2 @@
|
|||||||
#define INET 1
|
#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