I want to make a check in the preprocessor if the file system is case-insensitive.
Till now I was assuming macOS always has case-insensitive paths, but recently I read that it depends on file system.
I just needed a way to make this check in #if, so I can set my array size accordingly.