Change how `options INCLUDE_CONFIG_FILE' is fixed:
authorThomas Nikolajsen <thomas@dragonflybsd.org>
Fri, 11 Jul 2008 09:28:20 +0000 (09:28 +0000)
committerThomas Nikolajsen <thomas@dragonflybsd.org>
Fri, 11 Jul 2008 09:28:20 +0000 (09:28 +0000)
commitaf7f5f8a6d485fc6f15c410c73094b228458e5df
treeb2d67cd5b3b279b5c9223d5fb8624d4dd6f0e4f8
parent932915322ed75b469e2d4756eae942ec3b987be6
Change how `options INCLUDE_CONFIG_FILE' is fixed:
use gcc'ism, __used attribute,
instead of relying on compiler not doing global optimization.
This also doesn't introduce name space pollution.
Also add comment.

Suggested-by: corecode
usr.sbin/config/main.c