config.h
Go to the documentation of this file.
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if MA27 is available. */
5 /* #undef COINHSL_HAS_MA27 */
6 
7 /* Define to 1 if MA28 is available. */
8 /* #undef COINHSL_HAS_MA28 */
9 
10 /* Define to 1 if MA57 is available. */
11 /* #undef COINHSL_HAS_MA57 */
12 
13 /* Define to 1 if MA77 is available. */
14 /* #undef COINHSL_HAS_MA77 */
15 
16 /* Define to 1 if MC19 is available. */
17 /* #undef COINHSL_HAS_MC19 */
18 
19 /* SVN revision number of project */
20 /* #undef COINHSL_SVN_REV */
21 
22 /* Version number of project */
23 #define COINHSL_VERSION "1.3.2"
24 
25 /* Major Version number of project */
26 #define COINHSL_VERSION_MAJOR 1
27 
28 /* Minor Version number of project */
29 #define COINHSL_VERSION_MINOR 3
30 
31 /* Release Version number of project */
32 #define COINHSL_VERSION_RELEASE 2
33 
34 /* If defined, the BLAS Library is available. */
35 /* #undef COIN_HAS_BLAS */
36 
37 /* Define to 1 if the Metis package is available */
38 /* #undef COIN_HAS_METIS */
39 
40 /* Define to the debug sanity check level (0 is no test) */
41 #define COIN_HSL_CHECKLEVEL 0
42 
43 /* Define to the debug verbosity level (0 is no output) */
44 #define COIN_HSL_VERBOSITY 0
45 
46 /* Define to dummy `main' function (if any) required to link to the Fortran
47  libraries. */
48 /* #undef F77_DUMMY_MAIN */
49 
50 /* Define to a macro mangling the given C identifier (in lower and upper
51  case), which must not contain underscores, for linking with Fortran. */
52 #define F77_FUNC(name,NAME) name ## _
53 
54 /* As F77_FUNC, but for C identifiers containing underscores. */
55 #define F77_FUNC_(name,NAME) name ## _
56 
57 /* Define if F77 and FC dummy `main' functions are identical. */
58 /* #undef FC_DUMMY_MAIN_EQ_F77 */
59 
60 /* Define to 1 if you have the <dlfcn.h> header file. */
61 #define HAVE_DLFCN_H 1
62 
63 /* Define to 1 if you have the <inttypes.h> header file. */
64 #define HAVE_INTTYPES_H 1
65 
66 /* Define to 1 if you have the <memory.h> header file. */
67 #define HAVE_MEMORY_H 1
68 
69 /* Define to 1 if you have the <stdint.h> header file. */
70 #define HAVE_STDINT_H 1
71 
72 /* Define to 1 if you have the <stdlib.h> header file. */
73 #define HAVE_STDLIB_H 1
74 
75 /* Define to 1 if you have the <strings.h> header file. */
76 #define HAVE_STRINGS_H 1
77 
78 /* Define to 1 if you have the <string.h> header file. */
79 #define HAVE_STRING_H 1
80 
81 /* Define to 1 if you have the <sys/stat.h> header file. */
82 #define HAVE_SYS_STAT_H 1
83 
84 /* Define to 1 if you have the <sys/types.h> header file. */
85 #define HAVE_SYS_TYPES_H 1
86 
87 /* Define to 1 if you have the <unistd.h> header file. */
88 #define HAVE_UNISTD_H 1
89 
90 /* Name of package */
91 #define PACKAGE "thirdpartyhsl"
92 
93 /* Define to the address where bug reports for this package should be sent. */
94 #define PACKAGE_BUGREPORT "http://projects.coin-or.org/BuildTools/newticket"
95 
96 /* Define to the full name of this package. */
97 #define PACKAGE_NAME "ThirdPartyHSL"
98 
99 /* Define to the full name and version of this package. */
100 #define PACKAGE_STRING "ThirdPartyHSL 1.3.2"
101 
102 /* Define to the one symbol short name of this package. */
103 #define PACKAGE_TARNAME "thirdpartyhsl"
104 
105 /* Define to the version of this package. */
106 #define PACKAGE_VERSION "1.3.2"
107 
108 /* Define to 1 if you have the ANSI C header files. */
109 #define STDC_HEADERS 1
110 
111 /* Version number of package */
112 #define VERSION "1.3.2"