it is now possible to do things like
#if exists("file") #include "file" #else #include "some-other-file" #endif
A very useful conditional include idiom.
Authored by: kifer 2013-12-08
Parent: [r7850]
Child: [r7852]