summaryrefslogtreecommitdiff
path: root/pfinet/config.h
blob: ce079620cb5b4bdf3b6bdab726283446de090cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.  */