To avoid confusion, even in different scopes, there should not be multiple configurations with the same name.
File 1:
config fly;
...
endconfig
File 2:
config dream;
config fly;
...
endconfig
...
endconfig
File 1:
config fly;
...
endconfig
File 2:
config dream;
config sleep;
...
endconfig
...
endconfig