MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MIM_ENABLE_CHECKS
 
#define MIM_VER   "0.1"
 
#define MIM_VER_MAJOR   "0"
 
#define MIM_VER_MINOR   "1"
 
#define MIM_VER_PATCH   ""
 
#define MIM_INSTALL_PREFIX   "/usr/local"
 
#define MIM_EXPORT   __attribute__((visibility("default")))
 
#define MIM_IMPORT
 

Macro Definition Documentation

◆ MIM_ENABLE_CHECKS

#define MIM_ENABLE_CHECKS

Definition at line 3 of file config.h.

Referenced by main().

◆ MIM_EXPORT

#define MIM_EXPORT   __attribute__((visibility("default")))

Definition at line 16 of file config.h.

◆ MIM_IMPORT

#define MIM_IMPORT

Definition at line 17 of file config.h.

◆ MIM_INSTALL_PREFIX

#define MIM_INSTALL_PREFIX   "/usr/local"

Definition at line 10 of file config.h.

Referenced by mim::Driver::Driver().

◆ MIM_VER

#define MIM_VER   "0.1"

Definition at line 5 of file config.h.

Referenced by main().

◆ MIM_VER_MAJOR

#define MIM_VER_MAJOR   "0"

Definition at line 6 of file config.h.

◆ MIM_VER_MINOR

#define MIM_VER_MINOR   "1"

Definition at line 7 of file config.h.

◆ MIM_VER_PATCH

#define MIM_VER_PATCH   ""

Definition at line 8 of file config.h.