/* src/config_couenne.h.in. */ #ifndef __CONFIG_COUENNE_H__ #define __CONFIG_COUENNE_H__ /* whether CouenneInterface is derived from Bonmin's AmplInterface */ #undef COUENNEINTERFACE_FROM_ASL /* Library Visibility Attribute */ #undef COUENNELIB_EXPORT /* Version number of project */ #undef COUENNE_VERSION /* Major Version number of project */ #undef COUENNE_VERSION_MAJOR /* Minor Version number of project */ #undef COUENNE_VERSION_MINOR /* Release Version number of project */ #undef COUENNE_VERSION_RELEASE #endif