glucat 0.13.0
glucat_config.h
Go to the documentation of this file.
1#ifndef _GLUCAT_GLUCAT_CONFIG_H
2#define _GLUCAT_GLUCAT_CONFIG_H 1
3
4/* glucat/glucat_config.h. Generated automatically at end of configure. */
5/* config.h. Generated from config.h.in by configure. */
6/* config.h.in. Generated from configure.ac by autoheader. */
7
8/* Define to dummy 'main' function (if any) required to link to the Fortran
9 libraries. */
10/* #undef F77_DUMMY_MAIN */
11
12/* Define if F77 and FC dummy 'main' functions are identical. */
13/* #undef FC_DUMMY_MAIN_EQ_F77 */
14
15/* Define if you have a BLAS library. */
16/* #undef HAVE_BLAS */
17
18/* define if the compiler supports basic C++11 syntax */
19#ifndef GLUCAT_HAVE_CXX11
20#define GLUCAT_HAVE_CXX11 1
21#endif
22
23/* define if the compiler supports basic C++14 syntax */
24/* #undef HAVE_CXX14 */
25
26/* Define to 1 if you have the <inttypes.h> header file. */
27#ifndef GLUCAT_HAVE_INTTYPES_H
28#define GLUCAT_HAVE_INTTYPES_H 1
29#endif
30
31/* Define if you have LAPACK library. */
32/* #undef HAVE_LAPACK */
33
34/* Define to 1 if you have the 'imf' library (-limf). */
35/* #undef HAVE_LIBIMF */
36
37/* Define to 1 if you have the <stdint.h> header file. */
38#ifndef GLUCAT_HAVE_STDINT_H
39#define GLUCAT_HAVE_STDINT_H 1
40#endif
41
42/* Define to 1 if you have the <stdio.h> header file. */
43#ifndef GLUCAT_HAVE_STDIO_H
44#define GLUCAT_HAVE_STDIO_H 1
45#endif
46
47/* Define to 1 if you have the <stdlib.h> header file. */
48#ifndef GLUCAT_HAVE_STDLIB_H
49#define GLUCAT_HAVE_STDLIB_H 1
50#endif
51
52/* Define to 1 if you have the <strings.h> header file. */
53#ifndef GLUCAT_HAVE_STRINGS_H
54#define GLUCAT_HAVE_STRINGS_H 1
55#endif
56
57/* Define to 1 if you have the <string.h> header file. */
58#ifndef GLUCAT_HAVE_STRING_H
59#define GLUCAT_HAVE_STRING_H 1
60#endif
61
62/* Define to 1 if you have the <sys/stat.h> header file. */
63#ifndef GLUCAT_HAVE_SYS_STAT_H
64#define GLUCAT_HAVE_SYS_STAT_H 1
65#endif
66
67/* Define to 1 if you have the <sys/types.h> header file. */
68#ifndef GLUCAT_HAVE_SYS_TYPES_H
69#define GLUCAT_HAVE_SYS_TYPES_H 1
70#endif
71
72/* Define to 1 if you have the <unistd.h> header file. */
73#ifndef GLUCAT_HAVE_UNISTD_H
74#define GLUCAT_HAVE_UNISTD_H 1
75#endif
76
77/* Name of package */
78#ifndef GLUCAT_PACKAGE
79#define GLUCAT_PACKAGE "glucat"
80#endif
81
82/* Define to the address where bug reports for this package should be sent. */
83#ifndef GLUCAT_PACKAGE_BUGREPORT
84#define GLUCAT_PACKAGE_BUGREPORT ""
85#endif
86
87/* Define to the full name of this package. */
88#ifndef GLUCAT_PACKAGE_NAME
89#define GLUCAT_PACKAGE_NAME "glucat"
90#endif
91
92/* Define to the full name and version of this package. */
93#ifndef GLUCAT_PACKAGE_STRING
94#define GLUCAT_PACKAGE_STRING "glucat 0.13.0"
95#endif
96
97/* Define to the one symbol short name of this package. */
98#ifndef GLUCAT_PACKAGE_TARNAME
99#define GLUCAT_PACKAGE_TARNAME "glucat"
100#endif
101
102/* Define to the home page for this package. */
103#ifndef GLUCAT_PACKAGE_URL
104#define GLUCAT_PACKAGE_URL ""
105#endif
106
107/* Define to the version of this package. */
108#ifndef GLUCAT_PACKAGE_VERSION
109#define GLUCAT_PACKAGE_VERSION "0.13.0"
110#endif
111
112/* Define to 1 if all of the C89 standard headers exist (not just the ones
113 required in a freestanding environment). This macro is provided for
114 backward compatibility; new code need not use it. */
115#ifndef GLUCAT_STDC_HEADERS
116#define GLUCAT_STDC_HEADERS 1
117#endif
118
119/* Version number of package */
120#ifndef GLUCAT_VERSION
121#define GLUCAT_VERSION "0.13.0"
122#endif
123
124/* once: _GLUCAT_GLUCAT_CONFIG_H */
125#endif