summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/kernconf.tmpl
blob: 981efb7581a8b0c54618401f455cc55663183c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * This file acts as a template for config.c that will be generated in the
 * kernel build directory after config(8) has been successfully run.
 *
 * $FreeBSD$
 */
#include "opt_config.h"
#ifdef INCLUDE_CONFIG_FILE

const char kernconfstring[] __attribute__ ((section("kern_conf"))) =
"%%KERNCONFFILE%%";

#else

const char kernconfstring[] = "\0";

#endif /* INCLUDE_CONFIG_FILE */
OpenPOWER on IntegriCloud