00001 /* src/Interfaces/config.h. Generated by configure. */ 00002 /* src/Interfaces/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* SVN revision number of project */ 00005 /* #undef BONMIN_SVN_REV */ 00006 00007 /* Version number of project */ 00008 #define BONMIN_VERSION "1.8.3" 00009 00010 /* Major Version number of project */ 00011 #define BONMIN_VERSION_MAJOR 1 00012 00013 /* Minor Version number of project */ 00014 #define BONMIN_VERSION_MINOR 8 00015 00016 /* Release Version number of project */ 00017 #define BONMIN_VERSION_RELEASE 3 00018 00019 /* Define to the debug sanity check level (0 is no test) */ 00020 #define COIN_BONMIN_CHECKLEVEL 0 00021 00022 /* Define to the debug verbosity level (0 is no output) */ 00023 #define COIN_BONMIN_VERBOSITY 0 00024 00025 /* Define to 1 if the ASL package is available */ 00026 /* #undef COIN_HAS_ASL */ 00027 00028 /* Define to 1 if the CoinDepend package is available */ 00029 #define COIN_HAS_COINDEPEND 1 00030 00031 /* Define to 1 if the Cplex package is available */ 00032 /* #undef COIN_HAS_CPX */ 00033 00034 /* Define to 1 if the FilterSQP package is available */ 00035 /* #undef COIN_HAS_FILTERSQP */ 00036 00037 /* Define to 1 if the OsiCpx package is available */ 00038 /* #undef COIN_HAS_OSICPX */ 00039 00040 /* Define to dummy `main' function (if any) required to link to the Fortran 00041 libraries. */ 00042 /* #undef F77_DUMMY_MAIN */ 00043 00044 /* Define to a macro mangling the given C identifier (in lower and upper 00045 case), which must not contain underscores, for linking with Fortran. */ 00046 /* #undef F77_FUNC */ 00047 00048 /* As F77_FUNC, but for C identifiers containing underscores. */ 00049 /* #undef F77_FUNC_ */ 00050 00051 /* Define if F77 and FC dummy `main' functions are identical. */ 00052 /* #undef FC_DUMMY_MAIN_EQ_F77 */ 00053 00054 /* Define to 1 if you have the <dlfcn.h> header file. */ 00055 #define HAVE_DLFCN_H 1 00056 00057 /* Define to 1 if you have the <inttypes.h> header file. */ 00058 #define HAVE_INTTYPES_H 1 00059 00060 /* Define to 1 if you have the <memory.h> header file. */ 00061 #define HAVE_MEMORY_H 1 00062 00063 /* Define to 1 if you have the <stdint.h> header file. */ 00064 #define HAVE_STDINT_H 1 00065 00066 /* Define to 1 if you have the <stdlib.h> header file. */ 00067 #define HAVE_STDLIB_H 1 00068 00069 /* Define to 1 if you have the <strings.h> header file. */ 00070 #define HAVE_STRINGS_H 1 00071 00072 /* Define to 1 if you have the <string.h> header file. */ 00073 #define HAVE_STRING_H 1 00074 00075 /* Define to 1 if you have the <sys/stat.h> header file. */ 00076 #define HAVE_SYS_STAT_H 1 00077 00078 /* Define to 1 if you have the <sys/types.h> header file. */ 00079 #define HAVE_SYS_TYPES_H 1 00080 00081 /* Define to 1 if you have the <unistd.h> header file. */ 00082 #define HAVE_UNISTD_H 1 00083 00084 /* Name of package */ 00085 #define PACKAGE "bonmin" 00086 00087 /* Define to the address where bug reports for this package should be sent. */ 00088 #define PACKAGE_BUGREPORT "bonmin@list.coin-or.org" 00089 00090 /* Define to the full name of this package. */ 00091 #define PACKAGE_NAME "Bonmin" 00092 00093 /* Define to the full name and version of this package. */ 00094 #define PACKAGE_STRING "Bonmin 1.8.3" 00095 00096 /* Define to the one symbol short name of this package. */ 00097 #define PACKAGE_TARNAME "bonmin" 00098 00099 /* Define to the version of this package. */ 00100 #define PACKAGE_VERSION "1.8.3" 00101 00102 /* Define to 1 if you have the ANSI C header files. */ 00103 #define STDC_HEADERS 1 00104 00105 /* Version number of package */ 00106 #define VERSION "1.8.3"