NOCOMPAT revision 1.4 1 include "arch/amd64/conf/GENERIC"
2
3 #ident "NOCOMPAT-$Revision: 1.4 $"
4
5 no options SYSVMSG # System V-like message queues
6 no options SYSVSEM # System V-like semaphores
7 no options SYSVSHM # System V-like memory sharing
8
9 no options COMPAT_43
10 no options COMPAT_44
11 no options COMPAT_BSDPTY
12
13 # We only need to use ``no options COMPAT_15'' because only COMPAT_15
14 # is explicitly enabled. (The others are pulled in by statements in
15 # sys/conf/files)
16
17 #no options COMPAT_09
18 #no options COMPAT_10
19 #no options COMPAT_11
20 #no options COMPAT_12
21 #no options COMPAT_13
22 #no options COMPAT_14
23 no options COMPAT_15
24 #no options COMPAT_16
25 #no options COMPAT_20
26 #no options COMPAT_30
27 #no options COMPAT_40
28 #no options COMPAT_50
29 #no options COMPAT_60
30 #no options COMPAT_70
31 #no options COMPAT_80
32 #no options COMPAT_90
33
34 no options COMPAT_OSSAUDIO
35 no options COMPAT_NETBSD32
36 no options COMPAT_LINUX
37 no options COMPAT_LINUX32 # requires COMPAT_LINUX and COMPAT_NETBSD32
38 # and COMPAT_50 (or older)
39 no options EXEC_ELF32 # requires COMPAT_NETBSD32
40