Fix `option INCLUDE_CONFIG_FILE',
commit71bedaf1091768333e81e22942c9faced2aa1a68
authorThomas Nikolajsen <thomas@dragonflybsd.org>
Wed, 9 Jul 2008 23:52:16 +0000 (9 23:52 +0000)
committerThomas Nikolajsen <thomas@dragonflybsd.org>
Wed, 9 Jul 2008 23:52:16 +0000 (9 23:52 +0000)
treefdff211b1292779855df49dd28bfe52ebc7a2180
parentd9b1ce902346f7b9dbcbb2f9cb9292a4ecc6dccb
Fix `option INCLUDE_CONFIG_FILE',
which was broken using gcc4.1.2 (default compiler).

Solution is to drop `static' for variable containing CONFIG.
Name of variable also change from config to config_INCLUDE_CONFIG_FILE,
to minimize chance of name clash, now that it is made public.
Variable isn't used, so gcc optimized it away.
usr.sbin/config/main.c