/* src/Common/config_ipopt.h.in. */
#ifndef __CONFIG_IPOPT_H__
#define __CONFIG_IPOPT_H__
/* Version number of project */
#undef IPOPT_VERSION
/* Major Version number of project */
#undef IPOPT_VERSION_MAJOR
/* Minor Version number of project */
#undef IPOPT_VERSION_MINOR
/* Release Version number of project */
#undef IPOPT_VERSION_RELEASE
/* Define to the debug sanity check level (0 is no test) */
#undef IPOPT_CHECKLEVEL
/* Define to the debug verbosity level (0 is no output) */
#undef IPOPT_VERBOSITY
/* Define to 1 if using single precision floating point */
#undef IPOPT_SINGLE
/* Define to 1 if Ipopt index type is int64_t */
#undef IPOPT_INT64
/* Library Visibility Attribute */
#undef IPOPTAMPLINTERFACELIB_EXPORT
/* Library Visibility Attribute */
#undef IPOPTLIB_EXPORT
/* Library Visibility Attribute */
#undef SIPOPTLIB_EXPORT
/** type corresponding to integers in Fortran
* @deprecated Use ipindex instead.
*/
#define IPOPT_FORTRAN_INTEGER_TYPE ipindex
#endif