libc man2: add MLINKS
[unleashed.git] / config / intel
blobf5083bdf0384a3b6072b5cb24c8f95a6f7290f1e
1 ((const
2    MACH
3    'i386)
5  (const
6    MACH32
7    'i86)
9  (const
10    MACH64
11    'amd64)
13  (const
14    ; Build 32-bit kernel modules
15    BUILD_KMOD_32
16    #t)
18  (const
19    ; Build 64-bit kernel modules
20    BUILD_KMOD_64
21    #t)
23  (include "common"))
25 ; vim: set syntax=scheme: