Bonmin  trunk
config.h
Go to the documentation of this file.
00001 /* src/Interfaces/config.h.  Generated from config.h.in 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 "trunk"
00009 
00010 /* Major Version number of project */
00011 #define BONMIN_VERSION_MAJOR 9999
00012 
00013 /* Minor Version number of project */
00014 #define BONMIN_VERSION_MINOR 9999
00015 
00016 /* Release Version number of project */
00017 #define BONMIN_VERSION_RELEASE 9999
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 FilterSQP package is available */
00032 /* #undef COIN_HAS_FILTERSQP */
00033 
00034 /* Define to dummy `main' function (if any) required to link to the Fortran
00035    libraries. */
00036 /* #undef F77_DUMMY_MAIN */
00037 
00038 /* Define to a macro mangling the given C identifier (in lower and upper
00039    case), which must not contain underscores, for linking with Fortran. */
00040 /* #undef F77_FUNC */
00041 
00042 /* As F77_FUNC, but for C identifiers containing underscores. */
00043 /* #undef F77_FUNC_ */
00044 
00045 /* Define if F77 and FC dummy `main' functions are identical. */
00046 /* #undef FC_DUMMY_MAIN_EQ_F77 */
00047 
00048 /* Define to 1 if you have the <dlfcn.h> header file. */
00049 /* #undef HAVE_DLFCN_H */
00050 
00051 /* Define to 1 if you have the <inttypes.h> header file. */
00052 /* #undef HAVE_INTTYPES_H */
00053 
00054 /* Define to 1 if you have the <memory.h> header file. */
00055 /* #undef HAVE_MEMORY_H */
00056 
00057 /* Define to 1 if you have the <stdint.h> header file. */
00058 /* #undef HAVE_STDINT_H */
00059 
00060 /* Define to 1 if you have the <stdlib.h> header file. */
00061 /* #undef HAVE_STDLIB_H */
00062 
00063 /* Define to 1 if you have the <strings.h> header file. */
00064 /* #undef HAVE_STRINGS_H */
00065 
00066 /* Define to 1 if you have the <string.h> header file. */
00067 /* #undef HAVE_STRING_H */
00068 
00069 /* Define to 1 if you have the <sys/stat.h> header file. */
00070 /* #undef HAVE_SYS_STAT_H */
00071 
00072 /* Define to 1 if you have the <sys/types.h> header file. */
00073 /* #undef HAVE_SYS_TYPES_H */
00074 
00075 /* Define to 1 if you have the <unistd.h> header file. */
00076 /* #undef HAVE_UNISTD_H */
00077 
00078 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00079    */
00080 /* #undef LT_OBJDIR */
00081 
00082 /* Name of package */
00083 #define PACKAGE "bonmin"
00084 
00085 /* Define to the address where bug reports for this package should be sent. */
00086 #define PACKAGE_BUGREPORT "bonmin@list.coin-or.org"
00087 
00088 /* Define to the full name of this package. */
00089 #define PACKAGE_NAME "Bonmin"
00090 
00091 /* Define to the full name and version of this package. */
00092 #define PACKAGE_STRING "Bonmin trunk"
00093 
00094 /* Define to the one symbol short name of this package. */
00095 #define PACKAGE_TARNAME "bonmin"
00096 
00097 /* Define to the home page for this package. */
00098 #define PACKAGE_URL ""
00099 
00100 /* Define to the version of this package. */
00101 #define PACKAGE_VERSION "trunk"
00102 
00103 /* Define to 1 if you have the ANSI C header files. */
00104 /* #undef STDC_HEADERS */
00105 
00106 /* Version number of package */
00107 #define VERSION "trunk"