glucat  0.8.4
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 1 if you have the <inttypes.h> header file. */
9 #ifndef GLUCAT_HAVE_INTTYPES_H
10 #define GLUCAT_HAVE_INTTYPES_H 1
11 #endif
12 
13 /* Define to 1 if you have the `imf' library (-limf). */
14 /* #undef HAVE_LIBIMF */
15 
16 /* Define to 1 if you have the <memory.h> header file. */
17 #ifndef GLUCAT_HAVE_MEMORY_H
18 #define GLUCAT_HAVE_MEMORY_H 1
19 #endif
20 
21 /* Define to 1 if you have the <stdint.h> header file. */
22 #ifndef GLUCAT_HAVE_STDINT_H
23 #define GLUCAT_HAVE_STDINT_H 1
24 #endif
25 
26 /* Define to 1 if you have the <stdlib.h> header file. */
27 #ifndef GLUCAT_HAVE_STDLIB_H
28 #define GLUCAT_HAVE_STDLIB_H 1
29 #endif
30 
31 /* Define to 1 if you have the <strings.h> header file. */
32 #ifndef GLUCAT_HAVE_STRINGS_H
33 #define GLUCAT_HAVE_STRINGS_H 1
34 #endif
35 
36 /* Define to 1 if you have the <string.h> header file. */
37 #ifndef GLUCAT_HAVE_STRING_H
38 #define GLUCAT_HAVE_STRING_H 1
39 #endif
40 
41 /* Define to 1 if you have the <sys/stat.h> header file. */
42 #ifndef GLUCAT_HAVE_SYS_STAT_H
43 #define GLUCAT_HAVE_SYS_STAT_H 1
44 #endif
45 
46 /* Define to 1 if you have the <sys/types.h> header file. */
47 #ifndef GLUCAT_HAVE_SYS_TYPES_H
48 #define GLUCAT_HAVE_SYS_TYPES_H 1
49 #endif
50 
51 /* Define to 1 if you have the <unistd.h> header file. */
52 #ifndef GLUCAT_HAVE_UNISTD_H
53 #define GLUCAT_HAVE_UNISTD_H 1
54 #endif
55 
56 /* Name of package */
57 #ifndef GLUCAT_PACKAGE
58 #define GLUCAT_PACKAGE "glucat"
59 #endif
60 
61 /* Define to the address where bug reports for this package should be sent. */
62 #ifndef GLUCAT_PACKAGE_BUGREPORT
63 #define GLUCAT_PACKAGE_BUGREPORT ""
64 #endif
65 
66 /* Define to the full name of this package. */
67 #ifndef GLUCAT_PACKAGE_NAME
68 #define GLUCAT_PACKAGE_NAME "glucat"
69 #endif
70 
71 /* Define to the full name and version of this package. */
72 #ifndef GLUCAT_PACKAGE_STRING
73 #define GLUCAT_PACKAGE_STRING "glucat 0.8.4"
74 #endif
75 
76 /* Define to the one symbol short name of this package. */
77 #ifndef GLUCAT_PACKAGE_TARNAME
78 #define GLUCAT_PACKAGE_TARNAME "glucat"
79 #endif
80 
81 /* Define to the home page for this package. */
82 #ifndef GLUCAT_PACKAGE_URL
83 #define GLUCAT_PACKAGE_URL ""
84 #endif
85 
86 /* Define to the version of this package. */
87 #ifndef GLUCAT_PACKAGE_VERSION
88 #define GLUCAT_PACKAGE_VERSION "0.8.4"
89 #endif
90 
91 /* Define to 1 if you have the ANSI C header files. */
92 #ifndef GLUCAT_STDC_HEADERS
93 #define GLUCAT_STDC_HEADERS 1
94 #endif
95 
96 /* Version number of package */
97 #ifndef GLUCAT_VERSION
98 #define GLUCAT_VERSION "0.8.4"
99 #endif
100 
101 /* once: _GLUCAT_GLUCAT_CONFIG_H */
102 #endif