/build/buildd/coinor-ipopt-3.10.1/Ipopt/src/Common/config_ipopt.h
Go to the documentation of this file.
00001 /* src/Common/config_ipopt.h.  Generated by configure.  */
00002 /* src/Common/config_ipopt.h.in. */
00003 
00004 #ifndef __CONFIG_IPOPT_H__
00005 #define __CONFIG_IPOPT_H__
00006 
00007 /* Version number of project */
00008 #define IPOPT_VERSION "3.10.1"
00009 
00010 /* Major Version number of project */
00011 #define IPOPT_VERSION_MAJOR 3
00012 
00013 /* Minor Version number of project */
00014 #define IPOPT_VERSION_MINOR 10
00015 
00016 /* Release Version number of project */
00017 #define IPOPT_VERSION_RELEASE 1
00018 
00019 /* Define to the C type corresponding to Fortran INTEGER */
00020 #define FORTRAN_INTEGER_TYPE int
00021 
00022 #endif