diff options
Diffstat (limited to 'pfinet/config.h')
-rw-r--r-- | pfinet/config.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pfinet/config.h b/pfinet/config.h index 946edbe4..17c41576 100644 --- a/pfinet/config.h +++ b/pfinet/config.h @@ -1,11 +1,28 @@ +#define __KERNEL__ +#define _HURD_ +#define ENONET ENETUNREACH + #define CONFIG_INET #define CONFIG_NET /* #undef CONFIG_INET_RARP */ #define CONFIG_IP_MULTICAST +/* #undef CONFIG_IP_FORWARD */ +/* #undef CONFIG_IP_FIREWALL */ +/* #undef CONFIG_IP_FIREWALL_DEBUG */ +/* #undef CONFIG_IP_FIREWALL_VERBOSE */ +/* #undef DEBUG_CONFIG_IP_FIREWALL */ +/* #undef CONFIG_IP_ACCT */ +/* #undef CONFIG_SKB_CHECK */ /* #undef CONFIG_TCP_NAGLE_OFF */ /* #undef CONFIG_AX25 */ /* #undef CONFIG_IPX */ /* #undef CONFIG_ATALK */ +/* #undef CONFIG_SLAVE_BALANCING */ + +/* #undef CONFIG_INET_PCTCP */ +/* #undef CONFIG_INET_SNARL */ + +/* #undef CONFIG_I_AM_A_BROKEN_BSD_WEENIE */ |