diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 15:36:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 15:36:42 +0000 |
commit | 42109ab3c2bb6e5787ad2beecbf5cfa7fdd79e48 (patch) | |
tree | 7f2f1fce5bd4e7d9463362471b74cfe6dfa20b36 /pfinet | |
parent | ba35fbea2c5c9e058b535ceb1c65c83718e66d68 (diff) |
Initial revision
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pfinet/config.h b/pfinet/config.h new file mode 100644 index 00000000..946edbe4 --- /dev/null +++ b/pfinet/config.h @@ -0,0 +1,11 @@ +#define CONFIG_INET +#define CONFIG_NET + +/* #undef CONFIG_INET_RARP */ +#define CONFIG_IP_MULTICAST + + +/* #undef CONFIG_TCP_NAGLE_OFF */ +/* #undef CONFIG_AX25 */ +/* #undef CONFIG_IPX */ +/* #undef CONFIG_ATALK */ |