summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
blob: a08c7e2636a26ba56f79d25dfd87e203d256545c (plain)
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
/* src/H5config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to empty if the keyword does not work.  */
#undef const

/* Define if your struct tm has tm_zone.  */
#undef HAVE_TM_ZONE

/* Define if you don't have tm_zone but do have the external array
   tzname.  */
#undef HAVE_TZNAME

/* Define as __inline if that's what the C compiler calls it.  */
#undef inline

/* Define to `long' if <sys/types.h> doesn't define.  */
#undef off_t

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
#undef size_t

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#undef TIME_WITH_SYS_TIME

/* Define if your <sys/time.h> declares struct tm.  */
#undef TM_IN_SYS_TIME

/* Define if your processor stores words with the most significant
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
#undef WORDS_BIGENDIAN

/* Define if the __attribute__(()) extension is present */
#undef HAVE_ATTRIBUTE

/* Define if the compiler understands the __FUNCTION__ keyword. */
#undef HAVE_FUNCTION

/* Define if we have parallel support */
#undef HAVE_PARALLEL

/* Define if it's safe to use `long long' for hsize_t and hssize_t */
#undef HAVE_LARGE_HSIZET

/* Width for printf() for type `long long' or `__int64', us. `ll' */
#undef PRINTF_LL_WIDTH

/* Define if `tm_gmtoff' is a member of `struct tm' */
#undef HAVE_TM_GMTOFF

/* Define if `timezone' is a global variable */
#undef HAVE_TIMEZONE

/* Define if `struct timezone' is defined */
#undef HAVE_STRUCT_TIMEZONE

/* Define if `struct stat' has the `st_blocks' field */
#undef HAVE_STAT_ST_BLOCKS

/* The number of bytes in a __int64.  */
#undef SIZEOF___INT64

/* The number of bytes in a double.  */
#undef SIZEOF_DOUBLE

/* The number of bytes in a float.  */
#undef SIZEOF_FLOAT

/* The number of bytes in a int.  */
#undef SIZEOF_INT

/* The number of bytes in a long.  */
#undef SIZEOF_LONG

/* The number of bytes in a long double.  */
#undef SIZEOF_LONG_DOUBLE

/* The number of bytes in a long long.  */
#undef SIZEOF_LONG_LONG

/* The number of bytes in a off_t.  */
#undef SIZEOF_OFF_T

/* The number of bytes in a short.  */
#undef SIZEOF_SHORT

/* The number of bytes in a size_t.  */
#undef SIZEOF_SIZE_T

/* Define if you have the BSDgettimeofday function.  */
#undef HAVE_BSDGETTIMEOFDAY

/* Define if you have the difftime function.  */
#undef HAVE_DIFFTIME

/* Define if you have the fork function.  */
#undef HAVE_FORK

/* Define if you have the fseek64 function.  */
#undef HAVE_FSEEK64

/* Define if you have the gethostname function.  */
#undef HAVE_GETHOSTNAME

/* Define if you have the getpwuid function.  */
#undef HAVE_GETPWUID

/* Define if you have the getrusage function.  */
#undef HAVE_GETRUSAGE

/* Define if you have the gettimeofday function.  */
#undef HAVE_GETTIMEOFDAY

/* Define if you have the lseek64 function.  */
#undef HAVE_LSEEK64

/* Define if you have the sigaction function.  */
#undef HAVE_SIGACTION

/* Define if you have the system function.  */
#undef HAVE_SYSTEM

/* Define if you have the waitpid function.  */
#undef HAVE_WAITPID

/* Define if you have the <io.h> header file.  */
#undef HAVE_IO_H

/* Define if you have the <sys/resource.h> header file.  */
#undef HAVE_SYS_RESOURCE_H

/* Define if you have the <sys/time.h> header file.  */
#undef HAVE_SYS_TIME_H

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

/* Define if you have the <winsock.h> header file.  */
#undef HAVE_WINSOCK_H

/* Define if you have the <zlib.h> header file.  */
#undef HAVE_ZLIB_H

/* Define if you have the coug library (-lcoug).  */
#undef HAVE_LIBCOUG

/* Define if you have the m library (-lm).  */
#undef HAVE_LIBM

/* Define if you have the mpi library (-lmpi).  */
#undef HAVE_LIBMPI

/* Define if you have the mpio library (-lmpio).  */
#undef HAVE_LIBMPIO

/* Define if you have the z library (-lz).  */
#undef HAVE_LIBZ