diff options
Diffstat (limited to 'pfinet/config.h')
-rw-r--r-- | pfinet/config.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/pfinet/config.h b/pfinet/config.h new file mode 100644 index 00000000..ce079620 --- /dev/null +++ b/pfinet/config.h @@ -0,0 +1,36 @@ +#define __KERNEL__ 1 +#undef __SMP__ + +#define _HURD_ 1 +#define ENONET ENETUNREACH + + +#define CONFIG_NET 1 +#define CONFIG_INET 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. */ |