Return to spa.conf CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / tests / spdir |
1.1 misho 1: /* 2: when unwrapped, this file looks like 3: 4: sec acfg { val = 5 } 5: sec bcfg { val = 6 } 6: sec ccfg { val = 7 } 7: */ 8: 9: sec "acfg" 10: { 11: val = 5 12: } 13: 14: include(spb.conf)