From owner-freebsd-hackers Sun Nov 5 00:50:02 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA23925 for hackers-outgoing; Sun, 5 Nov 1995 00:50:02 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA23906 for ; Sun, 5 Nov 1995 00:49:58 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA16326 for ; Sun, 5 Nov 1995 09:49:53 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA11123 for freebsd-hackers@freebsd.org; Sun, 5 Nov 1995 09:49:52 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id JAA07912 for freebsd-hackers@freebsd.org; Sun, 5 Nov 1995 09:46:50 +0100 From: J Wunsch Message-Id: <199511050846.JAA07912@uriah.heep.sax.de> Subject: Re: More nits To: freebsd-hackers@freebsd.org (FreeBSD hackers) Date: Sun, 5 Nov 1995 09:46:49 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199511050449.PAA27321@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Nov 5, 95 03:19:48 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 669 Sender: owner-hackers@freebsd.org Precedence: bulk As Michael Smith wrote: > > Just to point out that detaching userconfig() would be _very_ simple; if > anyone wants diffs to add a NOUSERCONFIG option I'll happily produce them. Nope, make it the other way round: options USERCONFIG, but we include the keyword into the default kernel config files. This is IMHO more consisten with current schemes. There's currently only one option that breaks this (NO_SCSI_SENSE). Coding like "#if !(!defined(NO_FOO) && defined(NO_BAR))" is harder to understand. ;-) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)