10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
key = value_orig;
|
|
|
|
# test glob
|
|
.include(glob=true,something="test") "${CURDIR}/include_dir/test*.conf"
|
|
|
|
.include(priority=1) "${CURDIR}/include_dir/pri1.conf"
|
|
.include(priority=2) "${CURDIR}/include_dir/pri2.conf"
|
|
|
|
.include(try=true) "${CURDIR}/include_dir/invalid.conf"
|