Ipopt  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
config.h
Go to the documentation of this file.
00001 /* src/Common/config.h.  Generated from config.h.in by configure.  */
00002 /* src/Common/config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define to 1 if the inexact linear solver option is included */
00005 /* #undef BUILD_INEXACT */
00006 
00007 /* Define to be the name of C-function for Inf check */
00008 #define COIN_C_FINITE finite
00009 
00010 /* Define to 1 if the ASL package is available */
00011 /* #undef COIN_HAS_ASL */
00012 
00013 /* If defined, the BLAS Library is available. */
00014 #define COIN_HAS_BLAS 1
00015 
00016 /* Define to 1 if the HSL package is available */
00017 /* #undef COIN_HAS_HSL */
00018 
00019 /* If defined, the LAPACK Library is available. */
00020 #define COIN_HAS_LAPACK 1
00021 
00022 /* Define to 1 if the Mumps package is available */
00023 #define COIN_HAS_MUMPS 1
00024 
00025 /* Define to the debug sanity check level (0 is no test) */
00026 #define COIN_IPOPT_CHECKLEVEL 0
00027 
00028 /* Define to the debug verbosity level (0 is no output) */
00029 #define COIN_IPOPT_VERBOSITY 0
00030 
00031 /* Define to dummy `main' function (if any) required to link to the Fortran
00032    libraries. */
00033 /* #undef F77_DUMMY_MAIN */
00034 
00035 /* Define to a macro mangling the given C identifier (in lower and upper
00036    case), which must not contain underscores, for linking with Fortran. */
00037 #define F77_FUNC(name,NAME) name ## _
00038 
00039 /* As F77_FUNC, but for C identifiers containing underscores. */
00040 #define F77_FUNC_(name,NAME) name ## _
00041 
00042 /* Define if F77 and FC dummy `main' functions are identical. */
00043 /* #undef FC_DUMMY_MAIN_EQ_F77 */
00044 
00045 /* Define to the C type corresponding to Fortran INTEGER */
00046 #define FORTRAN_INTEGER_TYPE int
00047 
00048 /* Define to 1 if you have the <assert.h> header file. */
00049 /* #undef HAVE_ASSERT_H */
00050 
00051 /* Define to 1 if you have the <cassert> header file. */
00052 #define HAVE_CASSERT 1
00053 
00054 /* Define to 1 if you have the <cctype> header file. */
00055 #define HAVE_CCTYPE 1
00056 
00057 /* Define to 1 if you have the <cfloat> header file. */
00058 #define HAVE_CFLOAT 1
00059 
00060 /* Define to 1 if you have the <cieeefp> header file. */
00061 /* #undef HAVE_CIEEEFP */
00062 
00063 /* Define to 1 if you have the <cmath> header file. */
00064 #define HAVE_CMATH 1
00065 
00066 /* Define to 1 if you have the <cstdarg> header file. */
00067 #define HAVE_CSTDARG 1
00068 
00069 /* Define to 1 if you have the <cstddef> header file. */
00070 #define HAVE_CSTDDEF 1
00071 
00072 /* Define to 1 if you have the <cstdio> header file. */
00073 #define HAVE_CSTDIO 1
00074 
00075 /* Define to 1 if you have the <cstdlib> header file. */
00076 #define HAVE_CSTDLIB 1
00077 
00078 /* Define to 1 if you have the <cstring> header file. */
00079 #define HAVE_CSTRING 1
00080 
00081 /* Define to 1 if you have the <ctime> header file. */
00082 #define HAVE_CTIME 1
00083 
00084 /* Define to 1 if you have the <ctype.h> header file. */
00085 /* #undef HAVE_CTYPE_H */
00086 
00087 /* Define to 1 if you have the <dlfcn.h> header file. */
00088 #define HAVE_DLFCN_H 1
00089 
00090 /* Define to 1 if function drand48 is available */
00091 #define HAVE_DRAND48 1
00092 
00093 /* Define to 1 if you have the <float.h> header file. */
00094 /* #undef HAVE_FLOAT_H */
00095 
00096 /* Define to 1 if you have the <ieeefp.h> header file. */
00097 /* #undef HAVE_IEEEFP_H */
00098 
00099 /* Define to 1 if you have the <inttypes.h> header file. */
00100 /* #undef HAVE_INTTYPES_H */
00101 
00102 /* Define to 1 if the linear solver loader should be compiled to allow dynamic
00103    loading of shared libraries with linear solvers */
00104 #define HAVE_LINEARSOLVERLOADER 1
00105 
00106 /* Define to 1 if you have the <math.h> header file. */
00107 /* #undef HAVE_MATH_H */
00108 
00109 /* Define to 1 if you have the <memory.h> header file. */
00110 /* #undef HAVE_MEMORY_H */
00111 
00112 /* Define to 1 if you have the `MPI_Initialized' function. */
00113 #define HAVE_MPI_INITIALIZED 1
00114 
00115 /* Define to 1 if Pardiso is available */
00116 /* #undef HAVE_PARDISO */
00117 
00118 /* Define to 1 if you are using Pardiso from MKL */
00119 /* #undef HAVE_PARDISO_MKL */
00120 
00121 /* Define to 1 if you are not using at least a 4.0 version of Pardiso */
00122 /* #undef HAVE_PARDISO_OLDINTERFACE */
00123 
00124 /* Define to 1 if you are using the parallel version of Pardiso */
00125 /* #undef HAVE_PARDISO_PARALLEL */
00126 
00127 /* Define to 1 if function rand is available */
00128 #define HAVE_RAND 1
00129 
00130 /* Define to 1 if you have the `snprintf' function. */
00131 #define HAVE_SNPRINTF 1
00132 
00133 /* Define to 1 if you have the <stdarg.h> header file. */
00134 /* #undef HAVE_STDARG_H */
00135 
00136 /* Define to 1 if you have the <stddef.h> header file. */
00137 /* #undef HAVE_STDDEF_H */
00138 
00139 /* Define to 1 if you have the <stdint.h> header file. */
00140 /* #undef HAVE_STDINT_H */
00141 
00142 /* Define to 1 if you have the <stdio.h> header file. */
00143 /* #undef HAVE_STDIO_H */
00144 
00145 /* Define to 1 if you have the <stdlib.h> header file. */
00146 /* #undef HAVE_STDLIB_H */
00147 
00148 /* Define to 1 if function std::rand is available */
00149 #define HAVE_STD__RAND 1
00150 
00151 /* Define to 1 if you have the <strings.h> header file. */
00152 /* #undef HAVE_STRINGS_H */
00153 
00154 /* Define to 1 if you have the <string.h> header file. */
00155 /* #undef HAVE_STRING_H */
00156 
00157 /* Define to 1 if you have the <sys/stat.h> header file. */
00158 /* #undef HAVE_SYS_STAT_H */
00159 
00160 /* Define to 1 if you have the <sys/types.h> header file. */
00161 /* #undef HAVE_SYS_TYPES_H */
00162 
00163 /* Define to 1 if you have the <time.h> header file. */
00164 /* #undef HAVE_TIME_H */
00165 
00166 /* Define to 1 if you have the <unistd.h> header file. */
00167 /* #undef HAVE_UNISTD_H */
00168 
00169 /* Define to 1 if va_copy is available */
00170 #define HAVE_VA_COPY 1
00171 
00172 /* Define to 1 if you have the `vsnprintf' function. */
00173 #define HAVE_VSNPRINTF 1
00174 
00175 /* Define to 1 if you have the <windows.h> header file. */
00176 /* #undef HAVE_WINDOWS_H */
00177 
00178 /* Define to 1 if WSMP is available */
00179 /* #undef HAVE_WSMP */
00180 
00181 /* Define to 1 if you have the `_snprintf' function. */
00182 /* #undef HAVE__SNPRINTF */
00183 
00184 /* Define to 1 if you have the `_vsnprintf' function. */
00185 /* #undef HAVE__VSNPRINTF */
00186 
00187 /* SVN revision number of project */
00188 /* #undef IPOPT_SVN_REV */
00189 
00190 /* Version number of project */
00191 #define IPOPT_VERSION "trunk"
00192 
00193 /* Major Version number of project */
00194 #define IPOPT_VERSION_MAJOR 9999
00195 
00196 /* Minor Version number of project */
00197 #define IPOPT_VERSION_MINOR 9999
00198 
00199 /* Release Version number of project */
00200 #define IPOPT_VERSION_RELEASE 9999
00201 
00202 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00203    */
00204 /* #undef LT_OBJDIR */
00205 
00206 /* Name of package */
00207 #define PACKAGE "ipopt"
00208 
00209 /* Define to the address where bug reports for this package should be sent. */
00210 #define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket"
00211 
00212 /* Define to the full name of this package. */
00213 #define PACKAGE_NAME "Ipopt"
00214 
00215 /* Define to the full name and version of this package. */
00216 #define PACKAGE_STRING "Ipopt trunk"
00217 
00218 /* Define to the one symbol short name of this package. */
00219 #define PACKAGE_TARNAME "ipopt"
00220 
00221 /* Define to the home page for this package. */
00222 #define PACKAGE_URL ""
00223 
00224 /* Define to the version of this package. */
00225 #define PACKAGE_VERSION "trunk"
00226 
00227 /* Set to extension for shared libraries in quotes. */
00228 #define SHAREDLIBEXT "so"
00229 
00230 /* The size of `int *', as computed by sizeof. */
00231 #define SIZEOF_INT_P 4
00232 
00233 /* Define to 1 if you have the ANSI C header files. */
00234 /* #undef STDC_HEADERS */
00235 
00236 /* Version number of package */
00237 #define VERSION "trunk"
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines