BASIS  r3148
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.

Defines

#define HAVE_LONG_LONG   1
 Whether the long long type is supported by the compiler.
#define HAVE_PTHREAD   1
 Whether the pthread library is available.
#define HAVE_SSTREAM   1
 Whether the ANSI string stream classes are available.
#define HAVE_STRSTREAM   0
 Whether the obsolete string stream classes are available.
#define HAVE_TR1_TUPLE   1
 Whether the tr1/tuple header file is available.
#define LINUX   (defined (linux) || defined (__linux))
 Whether the sources are compiled on a Linux system.
#define MACOS   (defined (__APPLE__) || defined (__OSX__))
 Whether the sources are compiled on a Mac OS system.
#define UNIX   (!WINDOWS)
 Whether the sources are compiled on a Unix-based system.
#define WINDOWS   (defined (_WIN32) || defined (WIN32) || defined (_WINDOWS))
 Whether the sources are compiled on a Windows system.

Detailed Description

System related macro definitions.

Copyright (c) 2011, 2012 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file config.h.