diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 16:32:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 16:32:14 +0000 |
commit | 5f0e012dfa498bd1b67484532712a84d98ab76fd (patch) | |
tree | f730b62aeee4a3ba52a67fd9821fbecaa63d1ad6 | |
parent | f03016f4b3e10b157b57ed9fe48aae283de3c5a0 (diff) |
Formerly config.h.~2~
-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 */ |