00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if MA27 is available. */ 00005 /* #undef COINHSL_HAS_MA27 */ 00006 00007 /* Define to 1 if MA28 is available. */ 00008 /* #undef COINHSL_HAS_MA28 */ 00009 00010 /* Define to 1 if MA57 is available. */ 00011 /* #undef COINHSL_HAS_MA57 */ 00012 00013 /* Define to 1 if MA77 is available. */ 00014 /* #undef COINHSL_HAS_MA77 */ 00015 00016 /* Define to 1 if MC19 is available. */ 00017 /* #undef COINHSL_HAS_MC19 */ 00018 00019 /* SVN revision number of project */ 00020 /* #undef COINHSL_SVN_REV */ 00021 00022 /* Version number of project */ 00023 #define COINHSL_VERSION "1.3.1" 00024 00025 /* Major Version number of project */ 00026 #define COINHSL_VERSION_MAJOR 1 00027 00028 /* Minor Version number of project */ 00029 #define COINHSL_VERSION_MINOR 3 00030 00031 /* Release Version number of project */ 00032 #define COINHSL_VERSION_RELEASE 1 00033 00034 /* If defined, the BLAS Library is available. */ 00035 /* #undef COIN_HAS_BLAS */ 00036 00037 /* Define to 1 if the Metis package is available */ 00038 /* #undef COIN_HAS_METIS */ 00039 00040 /* Define to the debug sanity check level (0 is no test) */ 00041 #define COIN_HSL_CHECKLEVEL 0 00042 00043 /* Define to the debug verbosity level (0 is no output) */ 00044 #define COIN_HSL_VERBOSITY 0 00045 00046 /* Define to dummy `main' function (if any) required to link to the Fortran 00047 libraries. */ 00048 /* #undef F77_DUMMY_MAIN */ 00049 00050 /* Define to a macro mangling the given C identifier (in lower and upper 00051 case), which must not contain underscores, for linking with Fortran. */ 00052 #define F77_FUNC(name,NAME) name ## _ 00053 00054 /* As F77_FUNC, but for C identifiers containing underscores. */ 00055 #define F77_FUNC_(name,NAME) name ## _ 00056 00057 /* Define if F77 and FC dummy `main' functions are identical. */ 00058 /* #undef FC_DUMMY_MAIN_EQ_F77 */ 00059 00060 /* Define to 1 if you have the <dlfcn.h> header file. */ 00061 #define HAVE_DLFCN_H 1 00062 00063 /* Define to 1 if you have the <inttypes.h> header file. */ 00064 #define HAVE_INTTYPES_H 1 00065 00066 /* Define to 1 if you have the <memory.h> header file. */ 00067 #define HAVE_MEMORY_H 1 00068 00069 /* Define to 1 if you have the <stdint.h> header file. */ 00070 #define HAVE_STDINT_H 1 00071 00072 /* Define to 1 if you have the <stdlib.h> header file. */ 00073 #define HAVE_STDLIB_H 1 00074 00075 /* Define to 1 if you have the <strings.h> header file. */ 00076 #define HAVE_STRINGS_H 1 00077 00078 /* Define to 1 if you have the <string.h> header file. */ 00079 #define HAVE_STRING_H 1 00080 00081 /* Define to 1 if you have the <sys/stat.h> header file. */ 00082 #define HAVE_SYS_STAT_H 1 00083 00084 /* Define to 1 if you have the <sys/types.h> header file. */ 00085 #define HAVE_SYS_TYPES_H 1 00086 00087 /* Define to 1 if you have the <unistd.h> header file. */ 00088 #define HAVE_UNISTD_H 1 00089 00090 /* Name of package */ 00091 #define PACKAGE "thirdpartyhsl" 00092 00093 /* Define to the address where bug reports for this package should be sent. */ 00094 #define PACKAGE_BUGREPORT "http://projects.coin-or.org/BuildTools/newticket" 00095 00096 /* Define to the full name of this package. */ 00097 #define PACKAGE_NAME "ThirdPartyHSL" 00098 00099 /* Define to the full name and version of this package. */ 00100 #define PACKAGE_STRING "ThirdPartyHSL 1.3.1" 00101 00102 /* Define to the one symbol short name of this package. */ 00103 #define PACKAGE_TARNAME "thirdpartyhsl" 00104 00105 /* Define to the version of this package. */ 00106 #define PACKAGE_VERSION "1.3.1" 00107 00108 /* Define to 1 if you have the ANSI C header files. */ 00109 #define STDC_HEADERS 1 00110 00111 /* Version number of package */ 00112 #define VERSION "1.3.1"