File: magics_config.h.in

package info (click to toggle)
magics%2B%2B 4.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 94,096 kB
  • sloc: cpp: 164,444; xml: 27,055; perl: 6,352; ansic: 4,097; python: 3,761; sh: 739; javascript: 703; f90: 278; makefile: 90
file content (189 lines) | stat: -rw-r--r-- 4,605 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
#ifndef magics_config_h
#define magics_config_h

/*#include "eckit_config.h"*/

/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H

/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H

/* Define to 1 if you have the `expat' library (-lexpat). */
#cmakedefine HAVE_LIBEXPAT

/* Define to 1 if you have the `gd' library (-lgd). */
#cmakedefine HAVE_LIBGD

/* Define to 1 if you have the `grib_api' library (-lgrib_api). */
#cmakedefine HAVE_LIBGRIB_API

/* Define to 1 if you have the `proj' library (-lproj). */
#cmakedefine HAVE_LIBPROJ

/* Define to 1 if you have the `pthread' library (-lpthread). */
#cmakedefine HAVE_LIBPTHREAD

/* Define to 1 if you have the `spot_database' library (-lspot_database). */
#cmakedefine HAVE_LIBSPOT_DATABASE

/* Define to 1 if you have the `z' library (-lz). */
#cmakedefine HAVE_LIBZ

/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H

/* If available, contains the Python version number currently in use. */
#cmakedefine HAVE_PYTHON

/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#cmakedefine HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#cmakedefine HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H

/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#cmakedefine LT_OBJDIR

/* Turn on 32 bit addressing */
#cmakedefine MAGICS_32BIT

/* Install all header files. */
#cmakedefine MAGICS_ALLHEADERS

/* Turn off the BUFR support */
#cmakedefine HAVE_BUFR

/* Turn on the Cairo output support */
#cmakedefine HAVE_CAIRO

/* Period of Copyright. */
#cmakedefine MAGICS_COPYRIGHT_PERIOD

/* Turn on the GeoTIFF output support */
#ifndef HAVE_GEOTIFF
#cmakedefine HAVE_GEOTIFF
#endif

/* Defines GIF output is supported. */
#cmakedefine MAGICS_GIF

/* Defines animated GIF output is supported. */
#cmakedefine MAGICS_GIF_ANIMATED

/* Turn off the GRIB 1/2 support */
#cmakedefine HAVE_GRIB

/* Install path. */
#define MAGICS_INSTALL_PATH "@CMAKE_INSTALL_PREFIX@"

/* Turn on the JSON support */
#cmakedefine MAGICS_JSON

/* LIB_AGE of Magics. */
#cmakedefine MAGICS_LIBRARY_AGE

/* LIB_CURRENT of Magics. */
#cmakedefine MAGICS_LIBRARY_CURRENT

/* LIB_REVISION of Magics. */
#cmakedefine MAGICS_LIBRARY_REVISION

/* Indicate if Mac is used. */
#cmakedefine MAGICS_MAC

/* Turn on metgram script support */
#cmakedefine MAGICS_METGRAM

/* Installation used by metview */
#cmakedefine HAVE_METVIEW

/* Name of this package. */
#define MAGICS_NAME "@MAGICS_NAME@"

/* Turn off the netCDF support */
#cmakedefine HAVE_NETCDF

/* Turn off the ODB support */
#cmakedefine HAVE_ODB

/* Gives the list of output formats */
#cmakedefine MAGICS_OUTPUTS

/* Enable Python interface (based on SWIG). */
#cmakedefine HAVE_PYTHON

/* Turn on Qt related modules. */
#cmakedefine MAGICS_QT

/* Turn on raster file format support (GIF&PNG) */
#cmakedefine MAGICS_RASTER

/* Release date of this version. */
#cmakedefine MAGICS_RELEASE_DATE

/* Name of installation site. */
#define MAGICS_SITE "@MAGICS_SITE@"

/* Turn off the SPOT support */
#cmakedefine HAVE_SPOT

/* Turn on/off thread support. */
#cmakedefine MAGICS_THREADS

/* Turn on TIFF file format support */
#cmakedefine MAGICS_TIFF

/* Turn on the TTF support */
#cmakedefine MAGICS_TTF

/* Path to TTF font files. */
#cmakedefine MAGICS_TTF_PATH

/* Version of Magics. */
#define MAGICS_VERSION "@magics_VERSION@"

/* Full Version Name of Magics. */
#define MAGICS_VERSION_STR "@magics_VERSION_STR@"

/* Sets visibility flags. */
#cmakedefine MAGICS_VISIBILITY

/* Define to the address where bug reports for this package should be sent. */
#cmakedefine PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#cmakedefine PACKAGE_NAME

/* Define to the full name and version of this package. */
#cmakedefine PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#cmakedefine PACKAGE_TARNAME

/* Define to the home page for this package. */
#cmakedefine PACKAGE_URL

/* Define to the version of this package. */
#cmakedefine PACKAGE_VERSION

/* Paths to PS fonts. */
#cmakedefine POSTSCRIPT_FONT_PATH

#endif