MISR Toolkit  1.5.1
SZconfig.h
Go to the documentation of this file.
1 /* This file is automatically generated. Make changes to the *
2 * src/SZConfig.h.in file instead of this one. */
3 
4 #ifndef SZIP_CONFIG_H
5 #define SZIP_CONFIG_H
6 
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 /* #undef HAVE_DLFCN_H */
9 
10 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
11 /* #undef HAVE_DOPRNT */
12 
13 /* Define if encoding is enabled */
14 #define HAVE_ENCODING 1
15 
16 /* Define to 1 if you have the <fcntl.h> header file. */
17 #define HAVE_FCNTL_H 1
18 
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 /* #undef HAVE_INTTYPES_H */
21 
22 /* Define to 1 if you have the <memory.h> header file. */
23 #define HAVE_MEMORY_H 1
24 
25 /* Define to 1 if you have the `memset' function. */
26 #define HAVE_MEMSET 1
27 
28 /* Define to 1 if you have the <stdint.h> header file. */
29 /* #undef HAVE_STDINT_H */
30 
31 /* Define to 1 if you have the <stdlib.h> header file. */
32 #define HAVE_STDLIB_H 1
33 
34 /* Define to 1 if you have the <strings.h> header file. */
35 /* #undef HAVE_STRINGS_H */
36 
37 /* Define to 1 if you have the <string.h> header file. */
38 #define HAVE_STRING_H 1
39 
40 /* Define to 1 if you have the <sys/stat.h> header file. */
41 #define HAVE_SYS_STAT_H 1
42 
43 /* Define to 1 if you have the <sys/types.h> header file. */
44 #define HAVE_SYS_TYPES_H 1
45 
46 /* Define to 1 if you have the <unistd.h> header file. */
47 /* #undef HAVE_UNISTD_H */
48 
49 /* Define to 1 if you have the `vprintf' function. */
50 #define HAVE_VPRINTF 1
51 
52 /* Name of package */
53 #define SZIP_PACKAGE "szip"
54 
55 /* Define to the address where bug reports for this package should be sent. */
56 #define SZIP_PACKAGE_BUGREPORT "help@hdfgroup.org"
57 
58 /* Define to the full name of this package. */
59 #define SZIP_PACKAGE_NAME "SZIP"
60 
61 /* Define to the full name and version of this package. */
62 #define SZIP_PACKAGE_STRING "SZIP 2.1"
63 
64 /* Define to the one symbol short name of this package. */
65 #define SZIP_PACKAGE_TARNAME "szip"
66 
67 /* Define to the version of this package. */
68 #define SZIP_PACKAGE_VERSION "2.1"
69 
70 /* Define to 1 if you have the ANSI C header files. */
71 #define STDC_HEADERS 1
72 
73 /* Version number of package */
74 #define SZIP_VERSION "2.1"
75 
76 /* Define to empty if `const' does not conform to ANSI C. */
77 /* #undef SZIP_HAVE_NONCONFORMING_CONST */
78 #ifdef SZIP_HAVE_NONCONFORMING_CONST
79 #define const
80 #endif
81 
82 /* Define to `unsigned int' if <sys/types.h> does not define. */
83 #define SZIP_HAVE_SIZE_T 1
84 #ifndef SZIP_HAVE_SIZE_T
85 #define size_t unsigned int
86 #endif
87 
88 /* #undef SZIP_BUILT_AS_DYNAMIC_LIB */
89 
90 
91 #endif

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