summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
blob: 40eb656e6b68e2363679ece7fac649d171fee657 (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
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
/* 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 we have thread safe support */
#undef HAVE_THREADSAFE

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

/* Define if the HDF5 v1.2 compatibility functions are to be compiled in */
#undef WANT_H5_V1_2_COMPAT

/* 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 `__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

/* Define if `struct text_info' is defined */
#undef HAVE_STRUCT_TEXT_INFO

/* Define if `struct videoconfig' is defined */
#undef HAVE_STRUCT_VIDEOCONFIG

/* Define if the ioctl TIOCGETD is defined */
#undef HAVE_TIOCGETD

/* Define if the ioctl TIOCGWINSZ is defined */
#undef HAVE_TIOCGWINSZ

/* Define if the Globus GASS is defined */
#undef HAVE_GASS

/* Define if the SRB is defined */
#undef HAVE_SRB

/* Define if the Grid Storage is defined */
#undef HAVE_GRIDSTORAGE

/* Define if the stream virtual file driver should be compiled */
#undef HAVE_STREAM

/* Define if `socklen_t' is defined */
#undef HAVE_SOCKLEN_T

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

/* The number of bytes in a char.  */
#undef SIZEOF_CHAR

/* 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 int16_t.  */
#undef SIZEOF_INT16_T

/* The number of bytes in a int32_t.  */
#undef SIZEOF_INT32_T

/* The number of bytes in a int64_t.  */
#undef SIZEOF_INT64_T

/* The number of bytes in a int8_t.  */
#undef SIZEOF_INT8_T

/* The number of bytes in a int_fast16_t.  */
#undef SIZEOF_INT_FAST16_T

/* The number of bytes in a int_fast32_t.  */
#undef SIZEOF_INT_FAST32_T

/* The number of bytes in a int_fast64_t.  */
#undef SIZEOF_INT_FAST64_T

/* The number of bytes in a int_fast8_t.  */
#undef SIZEOF_INT_FAST8_T

/* The number of bytes in a int_least16_t.  */
#undef SIZEOF_INT_LEAST16_T

/* The number of bytes in a int_least32_t.  */
#undef SIZEOF_INT_LEAST32_T

/* The number of bytes in a int_least64_t.  */
#undef SIZEOF_INT_LEAST64_T

/* The number of bytes in a int_least8_t.  */
#undef SIZEOF_INT_LEAST8_T

/* 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

/* The number of bytes in a uint16_t.  */
#undef SIZEOF_UINT16_T

/* The number of bytes in a uint32_t.  */
#undef SIZEOF_UINT32_T

/* The number of bytes in a uint64_t.  */
#undef SIZEOF_UINT64_T

/* The number of bytes in a uint8_t.  */
#undef SIZEOF_UINT8_T

/* The number of bytes in a uint_fast16_t.  */
#undef SIZEOF_UINT_FAST16_T

/* The number of bytes in a uint_fast32_t.  */
#undef SIZEOF_UINT_FAST32_T

/* The number of bytes in a uint_fast64_t.  */
#undef SIZEOF_UINT_FAST64_T

/* The number of bytes in a uint_fast8_t.  */
#undef SIZEOF_UINT_FAST8_T

/* The number of bytes in a uint_least16_t.  */
#undef SIZEOF_UINT_LEAST16_T

/* The number of bytes in a uint_least32_t.  */
#undef SIZEOF_UINT_LEAST32_T

/* The number of bytes in a uint_least64_t.  */
#undef SIZEOF_UINT_LEAST64_T

/* The number of bytes in a uint_least8_t.  */
#undef SIZEOF_UINT_LEAST8_T

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

/* Define if you have the GetConsoleScreenBufferInfo function.  */
#undef HAVE_GETCONSOLESCREENBUFFERINFO

/* Define if you have the _getvideoconfig function.  */
#undef HAVE__GETVIDEOCONFIG

/* Define if you have the _scrsize function.  */
#undef HAVE__SCRSIZE

/* Define if you have the compress2 function.  */
#undef HAVE_COMPRESS2

/* 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 gettextinfo function.  */
#undef HAVE_GETTEXTINFO

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

/* Define if you have the ioctl function.  */
#undef HAVE_IOCTL

/* Define if you have the longjmp function.  */
#undef HAVE_LONGJMP

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

/* Define if you have the setsysinfo function.  */
#undef HAVE_SETSYSINFO

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

/* Define if you have the signal function.  */
#undef HAVE_SIGNAL

/* Define if you have the snprintf function.  */
#undef HAVE_SNPRINTF

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

/* Define if you have the vsnprintf function.  */
#undef HAVE_VSNPRINTF

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

/* Define if you have the <globus_common.h> header file.  */
#undef HAVE_GLOBUS_COMMON_H

/* Define if you have the <grid_storage_file.h> header file.  */
#undef HAVE_GRID_STORAGE_FILE_H

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

/* Define if you have the <mfhdf.h> header file.  */
#undef HAVE_MFHDF_H

/* Define if you have the <netinet/tcp.h> header file.  */
#undef HAVE_NETINET_TCP_H

/* Define if you have the <pdb.h> header file.  */
#undef HAVE_PDB_H

/* Define if you have the <pthread.h> header file.  */
#undef HAVE_PTHREAD_H

/* Define if you have the <setjmp.h> header file.  */
#undef HAVE_SETJMP_H

/* Define if you have the <srbClient.h> header file.  */
#undef HAVE_SRBCLIENT_H

/* Define if you have the <stddef.h> header file.  */
#undef HAVE_STDDEF_H

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

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

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

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

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

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

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

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

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

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

/* Define if you have the <sys/types.h> header file.  */
#undef HAVE_SYS_TYPES_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 SrbClient library (-lSrbClient).  */
#undef HAVE_LIBSRBCLIENT

/* Define if you have the crypto library (-lcrypto).  */
#undef HAVE_LIBCRYPTO

/* Define if you have the df library (-ldf).  */
#undef HAVE_LIBDF

/* Define if you have the elf library (-lelf).  */
#undef HAVE_LIBELF

/* Define if you have the globus_common library (-lglobus_common).  */
#undef HAVE_LIBGLOBUS_COMMON

/* Define if you have the globus_gaa library (-lglobus_gaa).  */
#undef HAVE_LIBGLOBUS_GAA

/* Define if you have the globus_gass_cache library (-lglobus_gass_cache).  */
#undef HAVE_LIBGLOBUS_GASS_CACHE

/* Define if you have the globus_gass_file library (-lglobus_gass_file).  */
#undef HAVE_LIBGLOBUS_GASS_FILE

/* Define if you have the globus_gass_transfer library (-lglobus_gass_transfer).  */
#undef HAVE_LIBGLOBUS_GASS_TRANSFER

/* Define if you have the globus_gass_transfer_assist library (-lglobus_gass_transfer_assist).  */
#undef HAVE_LIBGLOBUS_GASS_TRANSFER_ASSIST

/* Define if you have the globus_gss library (-lglobus_gss).  */
#undef HAVE_LIBGLOBUS_GSS

/* Define if you have the globus_gss_assist library (-lglobus_gss_assist).  */
#undef HAVE_LIBGLOBUS_GSS_ASSIST

/* Define if you have the globus_io library (-lglobus_io).  */
#undef HAVE_LIBGLOBUS_IO

/* Define if you have the grid_storage_client library (-lgrid_storage_client).  */
#undef HAVE_LIBGRID_STORAGE_CLIENT

/* Define if you have the grid_storage_file library (-lgrid_storage_file).  */
#undef HAVE_LIBGRID_STORAGE_FILE

/* Define if you have the jpeg library (-ljpeg).  */
#undef HAVE_LIBJPEG

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

/* Define if you have the mfhdf library (-lmfhdf).  */
#undef HAVE_LIBMFHDF

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

/* Define if you have the mpich library (-lmpich).  */
#undef HAVE_LIBMPICH

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

/* Define if you have the nsl library (-lnsl).  */
#undef HAVE_LIBNSL

/* Define if you have the pdb library (-lpdb).  */
#undef HAVE_LIBPDB

/* Define if you have the pthread library (-lpthread).  */
#undef HAVE_LIBPTHREAD

/* Define if you have the silo library (-lsilo).  */
#undef HAVE_LIBSILO

/* Define if you have the socket library (-lsocket).  */
#undef HAVE_LIBSOCKET

/* Define if you have the ssl library (-lssl).  */
#undef HAVE_LIBSSL

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