Move option defines to corresponding header files

This commit is contained in:
Sebastian Huber 2013-11-06 16:13:07 +01:00
parent e6374731ff
commit ef0c275331
4 changed files with 3 additions and 6 deletions

View File

@ -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>

View File

@ -1 +1,2 @@
#define INET 1
#define TCP_SIGNATURE 1

View File

@ -0,0 +1 @@
#define INET6 1

View File

@ -0,0 +1 @@
#define IPSEC 1