xref: /netbsd/sys/rump/include/opt/opt_rumpkernel.h (revision f84041aa)
1 /*	$NetBSD: opt_rumpkernel.h,v 1.8 2022/03/31 01:36:47 yamaguchi Exp $	*/
2 
3 #ifndef __NetBSD__
4 #define __NetBSD__
5 #endif
6 
7 #define _KERNEL 1
8 #define _MODULE 1
9 
10 #define MODULAR 1
11 #define MULTIPROCESSOR 1
12 #define MAXUSERS 32
13 
14 #define DEBUGPRINT
15 
16 #define DEFCORENAME "rumpdump"
17 #define DUMP_ON_PANIC 0
18 
19 #define INET	1
20 #define INET6	1
21 #define GATEWAY	1
22 
23 #define MPLS	1
24 
25 #define CAN	1
26 
27 #define SOSEND_NO_LOAN
28 
29 #undef PIPE_SOCKETPAIR /* would need uipc_usrreq.c */
30 #define PIPE_NODIRECT
31 
32 #define WSEMUL_NO_DUMB
33 #define WSEMUL_VT100
34 
35 #define PPPOE_SERVER
36 
37 #define ALTQ
38 #define ALTQ_CBQ
39 
40 #define LACP_NOFDX
41