File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / tests / spdir / spa.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:49:17 2021 UTC (3 years, 3 months ago) by misho
Branches: confuse, MAIN
CVS tags: v3_3, HEAD
confuse 3.3

/*
  when unwrapped, this file looks like

  sec acfg { val = 5 }
  sec bcfg { val = 6 }
  sec ccfg { val = 7 }
*/

sec "acfg"
{
    val = 5
}

include(spb.conf)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>