summaryrefslogtreecommitdiff
path: root/pfinet/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet/config.h')
-rw-r--r--pfinet/config.h50
1 files changed, 29 insertions, 21 deletions
diff --git a/pfinet/config.h b/pfinet/config.h
index eb8314ef..ce079620 100644
--- a/pfinet/config.h
+++ b/pfinet/config.h
@@ -1,28 +1,36 @@
-#define __KERNEL__
-#define _HURD_
+#define __KERNEL__ 1
+#undef __SMP__
+
+#define _HURD_ 1
#define ENONET ENETUNREACH
-#define CONFIG_INET
-#define CONFIG_NET
-/* #undef CONFIG_INET_RARP */
-/* #undef 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 */
+#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_SKB_CHECK */
+#undef CONFIG_SYN_COOKIES
-/* #undef CONFIG_TCP_NAGLE_OFF */
-/* #undef CONFIG_AX25 */
-/* #undef CONFIG_IPX */
-/* #undef CONFIG_ATALK */
-/* #undef CONFIG_SLAVE_BALANCING */
+#undef CONFIG_INET_RARP
-/* #undef CONFIG_INET_PCTCP */
-/* #undef CONFIG_INET_SNARL */
+#define CONFIG_SKB_LARGE 1
-/* #undef CONFIG_I_AM_A_BROKEN_BSD_WEENIE */
+#define CONFIG_IP_NOSIOCRT 1 /* How convenient. */