MISR Toolkit  1.5.1
h4config.h
Go to the documentation of this file.
1 /* hdf/src/h4config.h. Generated by configure. */
2 /* hdf/src/h4config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to dummy `main' function (if any) required to link to the Fortran
5  libraries. */
6 /* #undef H4_F77_DUMMY_MAIN */
7 
8 /* Define to a macro mangling the given C identifier (in lower and upper
9  case), which must not contain underscores, for linking with Fortran. */
10 #define H4_F77_FUNC(name,NAME) NAME
11 
12 /* As F77_FUNC, but for C identifiers containing underscores. */
13 #define H4_F77_FUNC_(name,NAME) NAME ##_
14 
15 /* Define to 1 if your Fortran compiler doesn't accept -c and -o together. */
16 /* #undef H4_F77_NO_MINUS_C_MINUS_O */
17 
18 /* Define if F77 and FC dummy `main' functions are identical. */
19 /* #undef H4_FC_DUMMY_MAIN_EQ_F77 */
20 
21 /* Define to 1 if you have the `fork' function. */
22 /* #undef H4_HAVE_FORK 1 */
23 
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 /* #undef H4_HAVE_INTTYPES_H */
26 
27 /* Define to 1 if you have the <jpeglib.h> header file. */
28 #define H4_HAVE_JPEGLIB_H 1
29 
30 /* Define to 1 if you have the `jpeg' library (-ljpeg). */
31 #define H4_HAVE_LIBJPEG 1
32 
33 /* Define to 1 if you have the `sz' library (-lsz). */
34 #define H4_HAVE_LIBSZ 1
35 
36 /* Define to 1 if you have the `z' library (-lz). */
37 #define H4_HAVE_LIBZ 1
38 
39 /* Define to 1 if you have the <memory.h> header file. */
40 #define H4_HAVE_MEMORY_H 1
41 
42 /* Define if we support HDF NetCDF-3 APIs */
43 #define H4_HAVE_NETCDF 1
44 
45 /* Define to 1 if you have the <stdint.h> header file. */
46 /* #undef H4_HAVE_STDINT_H */
47 
48 /* Define to 1 if you have the <stdlib.h> header file. */
49 #define H4_HAVE_STDLIB_H 1
50 
51 /* Define to 1 if you have the <strings.h> header file. */
52 /* #undef H4_HAVE_STRINGS_H */
53 
54 /* Define to 1 if you have the <string.h> header file. */
55 #define H4_HAVE_STRING_H 1
56 
57 /* Define to 1 if you have the `system' function. */
58 #define H4_HAVE_SYSTEM 1
59 
60 /* Define to 1 if you have the <sys/stat.h> header file. */
61 #define H4_HAVE_SYS_STAT_H 1
62 
63 /* Define to 1 if you have the <sys/types.h> header file. */
64 #define H4_HAVE_SYS_TYPES_H 1
65 
66 /* Define if szip has encoder */
67 #define H4_HAVE_SZIP_ENCODER 1
68 
69 /* Define to 1 if you have the <szlib.h> header file. */
70 #define H4_HAVE_SZLIB_H 1
71 
72 /* Define to 1 if you have the <unistd.h> header file. */
73 /* #undef H4_HAVE_UNISTD_H */
74 
75 /* Define to 1 if you have the `vfork' function. */
76 /* #undef H4_HAVE_VFORK 1 */
77 
78 /* Define to 1 if you have the `wait' function. */
79 /* #undef H4_HAVE_WAIT 1 */
80 
81 /* Define to 1 if you have the <zlib.h> header file. */
82 #define H4_HAVE_ZLIB_H 1
83 
84 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
85 /* #undef H4_NO_MINUS_C_MINUS_O */
86 
87 /* Name of package */
88 #define H4_PACKAGE "hdf"
89 
90 /* Define to the address where bug reports for this package should be sent. */
91 #define H4_PACKAGE_BUGREPORT "help@hdfgroup.org"
92 
93 /* Define to the full name of this package. */
94 #define H4_PACKAGE_NAME "HDF"
95 
96 /* Define to the full name and version of this package. */
97 #define H4_PACKAGE_STRING "HDF 4.2.6"
98 
99 /* Define to the one symbol short name of this package. */
100 #define H4_PACKAGE_TARNAME "hdf"
101 
102 /* Define to the version of this package. */
103 #define H4_PACKAGE_VERSION "4.2.6"
104 
105 /* The size of `int*', as computed by sizeof. */
106 #define H4_SIZEOF_INTP 4
107 
108 /* Define to 1 if you have the ANSI C header files. */
109 #define H4_STDC_HEADERS 1
110 
111 /* Version number of package */
112 #define H4_VERSION "4.2.6"
113 
114 /* Define to 1 if your processor stores words with the most significant byte
115  first (like Motorola and SPARC, unlike Intel and VAX). */
116 /* #undef H4_WORDS_BIGENDIAN */
117 
118 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
119  `char[]'. */
120 #define H4_YYTEXT_POINTER 1
121 
122 /* Visual Studio 2005 doesn't support size of setvbuf to be less than 1.
123  * This is a hacking, we would like to wait for Visual Studio 2005 to fix this
124  * problem. */
125 #define HDsetvbuf(F,S,M,Z) (((Z)>1)?setvbuf(F,S,M,Z):setvbuf(F,S,M,2))

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52