Chemical Data Processing Library C++ API - Version 1.1.1
Macros
Config.hpp File Reference

Provides CDPKit build configuration information. More...

Go to the source code of this file.

Macros

#define HAVE_CAIRO
 Defined if the Cairo 2D Graphics Library is available. More...
 
#define HAVE_CAIRO_PNG_SUPPORT
 Defined if Cairo PNG image output is available. More...
 
#define HAVE_CAIRO_PS_SUPPORT
 Defined if Cairo PostScript surfaces are available. More...
 
#define HAVE_CAIRO_PDF_SUPPORT
 Defined if Cairo PDF surfaces are available. More...
 
#define HAVE_CAIRO_SVG_SUPPORT
 Defined if Cairo SVG surfaces are available. More...
 
#define HAVE_QT
 Defined if the Qt libraries are available. More...
 
#define HAVE_NUMPY
 Defined if the NumPy python module is available. More...
 

Detailed Description

Provides CDPKit build configuration information.

Macro Definition Documentation

◆ HAVE_CAIRO

#define HAVE_CAIRO

Defined if the Cairo 2D Graphics Library is available.

◆ HAVE_CAIRO_PNG_SUPPORT

#define HAVE_CAIRO_PNG_SUPPORT

Defined if Cairo PNG image output is available.

◆ HAVE_CAIRO_PS_SUPPORT

#define HAVE_CAIRO_PS_SUPPORT

Defined if Cairo PostScript surfaces are available.

◆ HAVE_CAIRO_PDF_SUPPORT

#define HAVE_CAIRO_PDF_SUPPORT

Defined if Cairo PDF surfaces are available.

◆ HAVE_CAIRO_SVG_SUPPORT

#define HAVE_CAIRO_SVG_SUPPORT

Defined if Cairo SVG surfaces are available.

◆ HAVE_QT

#define HAVE_QT

Defined if the Qt libraries are available.

◆ HAVE_NUMPY

#define HAVE_NUMPY

Defined if the NumPy python module is available.