Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Sep 1995 12:03:23 +0800 (CST)
From:      Brian Tao <taob@gate.sinica.edu.tw>
To:        Andrew Herdman <apollo@io.org>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: Finding out all the kernal compile options
Message-ID:  <Pine.BSI.3.91.950902115615.25712F-100000@aries>
In-Reply-To: <Pine.BSI.3.91.950829123929.10392E-100000@trepan.io.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 29 Aug 1995, Andrew Herdman wrote:
> 
> Is there a place I can look for all these extra items that are not in LINT?

    find /sys -name "*.[ch]" -print | xargs fgrep -h #ifdef | sort -u

:)  You'll find such gems as:

#ifdef COMPAT_SUNOS
#ifdef NOISE_WHEN_TGT_NO_CDB
#ifdef NOT_AT_THE_MOMENT
#ifdef NOT_YET
#ifdef NO_NO
#ifdef PECULIAR_486
#ifdef SILLYSEPARATE
#ifdef THISDONTDONOTHING
#ifdef THREEWAYSHAKE
#ifdef TUBA
#ifdef WHEN_QUADS_WORK
#ifdef ancient_history
#ifdef doesnt_work
#ifdef probably_never

    And my favourite:

#ifdef GOTTABEJOKING

:)
-- 
Brian ("Though this be madness, yet there is method in't") Tao
taob@gate.sinica.edu.tw <-- work ........ play --> taob@io.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.91.950902115615.25712F-100000>