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

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