view Sconfig @ 18813:275f2ccf7d09

ficl-sys is not wsdiff clean illumos issue #9119
author Toomas Soome <tsoome@me.com>
date Sun, 16 Jul 2017 13:15:24 +0300
parents a6750e5a91e4
children
line wrap: on
line source

((config
   ; Support for Linux core files
   LINUX_CORE_SUPPORT
   (= MACH 'i386))

 (config
   ; should SMB expose CUPS printers?
   SMB_PRINTING
   #f)

 (include "kernel/Sconfig"))

; vim: set syntax=scheme: