rcolyer.net
RC Lib  Version 202403231100
Macros
RCconfig.h File Reference

The version information and configuration settings for RC Lib. More...

Go to the source code of this file.

Macros

#define RC_VERSION   202403231100ul
 The date-time stamped version number for this release.
 
#define CPP11
 Defined if C++11 features are available.
 
#define CPP14
 Defined if C++14 features are available.
 
#define RC_HAVE_QT
 Define this if Qt is available in this compile. (Default off)
 
#define RC_HAVE_BOOST
 Define this if Boost is available. (Default off)
 
#define RC_NO_STACKTRACE
 Define this to disable stacktracing. (Default off) Note that for linux g++ stacktraces, one should use the compiler option -rdynamic.
 
#define RC_HAVE_URAND
 If defined, a /dev/urandom file is available on the platform.
 
#define RC_DEV_URANDOM   "/dev/urandom"
 Set to the full pathname of the /dev/urandom file to use.
 
#define RC_DEBOUT_STREAM   std::cerr
 The output stream to which RC_DEBOUT debugging messages should be sent.
 

Detailed Description

The version information and configuration settings for RC Lib.

email address
— (c) 2015