Deleted Added
sdiff udiff text old ( 169507 ) new ( 169604 )
full compact
1/*
2 * This file acts as a template for config.c that will be generated in the
3 * kernel build directory after config(8) has been successfully run.
4 *
5 * $FreeBSD: head/usr.sbin/config/kernconf.tmpl 169507 2007-05-12 19:38:18Z wkoszek $
6 */
7#include "opt_config.h"
8#ifdef INCLUDE_CONFIG_FILE
9
10const char kernconfstring[] __attribute__ ((section("kern_conf"))) =
11"%%KERNCONFFILE%%";
12
13#else
14
15const char kernconfstring[] = "\0";
16
17#endif /* INCLUDE_CONFIG_FILE */