// This file will be processed by SCons and output as config.h. // Don't edit this file unless it's named 'config.h.in' unless // it doesn't bother you that your changes will be IGNORED! #ifndef ASCXX_CONFIG_H #define ASCXX_CONFIG_H #define DEFAULT_ASCENDLIBRARY "@DEFAULT_ASCENDLIBRARY@" #if @ASCXX_USE_PYTHON@ # define ASCXX_USE_PYTHON #endif #define ASC_BUILDING_INTERFACE #endif