fix leftover protocmp warnings
[unleashed.git] / Sconfig
blobd96a92a85b094b20c8fc0a46bf7cf082744f6d15
1 ((config
2    ; Support for Linux core files
3    LINUX_CORE_SUPPORT
4    (= MACH 'amd64))
6  (config
7    ; should SMB expose CUPS printers?
8    SMB_PRINTING
9    #f)
11  (include "kernel/Sconfig"))
13 ; vim: set syntax=scheme: