diff options
author | root <root@(null).(none)> | 2009-05-03 17:20:00 +0200 |
---|---|---|
committer | root <root@(null).(none)> | 2009-05-03 17:20:00 +0200 |
commit | e0faf22f31c48fb27b43c1825897d26e58feafc4 (patch) | |
tree | 65a09372b31e08a3a865bd0a88cd2718bafcd643 /pfinet.old/config.h |
This is my initial working version.
There is a bug in boot in this version: subhurd sometimes cannot boot.
Diffstat (limited to 'pfinet.old/config.h')
-rw-r--r-- | pfinet.old/config.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/pfinet.old/config.h b/pfinet.old/config.h new file mode 100644 index 00000000..95ac0f43 --- /dev/null +++ b/pfinet.old/config.h @@ -0,0 +1,40 @@ +#define __KERNEL__ 1 +#undef __SMP__ + +#define _HURD_ 1 +#define ENONET ENETUNREACH + + +#define CONFIG_NET 1 +#define CONFIG_INET 1 +#define CONFIG_IPV6 1 + +#undef CONFIG_IPX +#undef CONFIG_ATALK +#undef CONFIG_PACKET +#undef CONFIG_UNIX +#undef CONFIG_NETLINK +#undef CONFIG_RTNETLINK + +#undef CONFIG_FIREWALL +#undef CONFIG_FILTER + +#undef CONFIG_IP_MULTICAST +#undef CONFIG_IP_ROUTER +#undef CONFIG_IP_ADVANCED_ROUTER +#undef CONFIG_IP_PNP +#undef CONFIG_IP_ALIAS + +#undef CONFIG_NET_IPIP +#undef CONFIG_NET_IPGRE + +#undef CONFIG_SYN_COOKIES + +#undef CONFIG_INET_RARP + +#define CONFIG_SKB_LARGE 1 + +#define CONFIG_IP_NOSIOCRT 1 /* How convenient. */ + +#define CONFIG_IPV6_EUI64 1 +#undef CONFIG_IPV6_NO_PB |