1 // Configuration of values that will be baked into the executable:
4 #define GIT_VERSION "???"
7 extern const char *TOMO_PATH;
8 extern const char *TOMO_VERSION;
10 #ifndef DEFAULT_C_COMPILER
11 #define DEFAULT_C_COMPILER "cc"
15 #if defined(__OpenBSD__)