Macros
config.h File Reference

System related macro definitions. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _BASIS_CONFIG_H
 
#define HAVE_LONG_LONG   1
 Whether the long long type is supported by the compiler. More...
 
#define HAVE_PTHREAD   1
 Whether the pthread library is available. More...
 
#define HAVE_SSTREAM   1
 Whether the ANSI string stream classes are available. More...
 
#define HAVE_STRSTREAM   0
 Whether the obsolete string stream classes are available. More...
 
#define HAVE_TR1_TUPLE   0
 Whether the tr1/tuple header file is available. More...
 
#define LINUX   0
 Whether the sources are compiled on a Linux system. More...
 
#define MACOS   0
 Whether the sources are compiled on a Mac OS system. More...
 
#define UNIX   1
 Whether the sources are compiled on a Unix-based system. More...
 
#define WINDOWS   0
 Whether the sources are compiled on a Windows system. More...
 

Detailed Description

System related macro definitions.

Definition in file config.h.

Macro Definition Documentation

§ _BASIS_CONFIG_H

#define _BASIS_CONFIG_H

Definition at line 17 of file config.h.