config.hh File Reference

Go to the source code of this file.

Macros

#define TSID_VERSION_UNKNOWN_TAG   0
 
#define TSID_VERSION   "1.4.2"
 
#define TSID_MAJOR_VERSION   1
 
#define TSID_MINOR_VERSION   4
 
#define TSID_PATCH_VERSION   2
 
#define TSID_VERSION_AT_LEAST(major, minor, patch)
 
#define TSID_VERSION_AT_MOST(major, minor, patch)
 
#define TSID_DLLIMPORT
 
#define TSID_DLLEXPORT
 
#define TSID_DLLLOCAL
 
#define TSID_DLLAPI   TSID_DLLIMPORT
 
#define TSID_LOCAL   TSID_DLLLOCAL
 

Macro Definition Documentation

◆ TSID_DLLAPI

#define TSID_DLLAPI   TSID_DLLIMPORT

◆ TSID_DLLEXPORT

#define TSID_DLLEXPORT

◆ TSID_DLLIMPORT

#define TSID_DLLIMPORT

◆ TSID_DLLLOCAL

#define TSID_DLLLOCAL

◆ TSID_LOCAL

#define TSID_LOCAL   TSID_DLLLOCAL

◆ TSID_MAJOR_VERSION

#define TSID_MAJOR_VERSION   1

◆ TSID_MINOR_VERSION

#define TSID_MINOR_VERSION   4

◆ TSID_PATCH_VERSION

#define TSID_PATCH_VERSION   2

◆ TSID_VERSION

#define TSID_VERSION   "1.4.2"

◆ TSID_VERSION_AT_LEAST

#define TSID_VERSION_AT_LEAST (   major,
  minor,
  patch 
)
Value:
(TSID_MAJOR_VERSION>major || (TSID_MAJOR_VERSION>=major && \
(TSID_MINOR_VERSION>minor || (TSID_MINOR_VERSION>=minor && \
TSID_PATCH_VERSION>=patch))))
#define TSID_MAJOR_VERSION
Definition: config.hh:12
#define TSID_MINOR_VERSION
Definition: config.hh:13

◆ TSID_VERSION_AT_MOST

#define TSID_VERSION_AT_MOST (   major,
  minor,
  patch 
)
Value:
(TSID_MAJOR_VERSION<major || (TSID_MAJOR_VERSION<=major && \
(TSID_MINOR_VERSION<minor || (TSID_MINOR_VERSION<=minor && \
TSID_PATCH_VERSION<=patch))))
#define TSID_MAJOR_VERSION
Definition: config.hh:12
#define TSID_MINOR_VERSION
Definition: config.hh:13

◆ TSID_VERSION_UNKNOWN_TAG

#define TSID_VERSION_UNKNOWN_TAG   0