Does cling interpreter have any active #defines?

I’m having an issue with include paths and it occured to me that life would be slightly easier if I knew, if any, defines that the cling interpreter has present?

what i want is

#ifndef CLING_INTERPRETER_DEFINED
#include </path/to/include/which/.I/doesntWorkWith.h>
#else
// alternative code
#endif
[cling]$ __CLING__
(int) 1

:slight_smile:

Axel.