rtems-bsd-config.h: IPV6 enabled by default. Make consistent with Makefile

This commit is contained in:
Joel Sherrill 2012-08-24 15:17:35 -05:00
parent 659d7adb7c
commit 9ae87c2c1f

View File

@ -91,7 +91,7 @@
/* Networking */ /* Networking */
#define IPSEC 1 #define IPSEC 1
#define INET 1 #define INET 1
// #define INET6 1 #define INET6 1
#define TCP_SIGNATURE 1 #define TCP_SIGNATURE 1
/* Integer type definitions */ /* Integer type definitions */