Go to the documentation of this file. 14 #include "vtk_netcdf_mangle.h" 31 #ifdef HAVE_WINSOCK2_H 44 #pragma warning( disable: 4018 4996 4244 4305 ) 45 #define unlink _unlink 49 #define lseek _lseeki64 52 #define fstat _fstat64 56 #define _off_t __int64 58 #ifndef _OFF_T_DEFINED 59 #define _OFF_T_DEFINED 62 #define strdup _strdup 63 #define fdopen _fdopen 65 #define strtoll _strtoi64 70 #ifndef _FILE_OFFSET_BITS 80 #define CHUNK_CACHE_NELEMS 1009 83 #define CHUNK_CACHE_PREEMPTION 0.75 86 #define CHUNK_CACHE_SIZE 4194304 100 #define DEFAULT_CHUNK_CACHE_PREEMPTION 0.75 103 #define DEFAULT_CHUNK_CACHE_SIZE 67108864U 106 #define DEFAULT_CHUNKS_IN_CACHE 10 109 #define DEFAULT_CHUNK_SIZE 4194304 125 #ifdef NETCDF_ENABLE_ERANGE_FILL 126 #define ERANGE_FILL 1 130 #define NETCDF_ENABLE_HDF5 1 136 #define NETCDF_ENABLE_CDF5 1 169 #define NETCDF_PLUGIN_INSTALL_DIR "/usr/local/hdf5/lib/plugin" 172 #define NETCDF_PLUGIN_SEARCH_PATH "/usr/local/hdf5/lib/plugin" 187 #define S3TESTBUCKET "" 190 #define S3TESTSUBTREE "" 196 #define H5_USE_16_API 1 199 #define HAVE_ALLOCA 1 202 #define HAVE_ALLOCA_H 1 205 #define HAVE_ATEXIT 1 248 #define HAVE_DECL_ISFINITE 1 252 #define HAVE_DECL_ISINF 1 256 #define HAVE_DECL_ISNAN 1 259 #define HAVE_DIRENT_H 1 262 #define HAVE_DLFCN_H 1 265 #define HAVE_FCNTL_H 1 274 #define HAVE_FILENO 1 283 #define HAVE_GETOPT_H 1 289 #define HAVE_GETRLIMIT 1 292 #define HAVE_GETTIMEOFDAY 1 295 #define HAVE_CLOCK_GETTIME 1 310 #define HAVE_INTTYPES_H 1 328 #define HAVE_LOCALE_H 1 334 #define HAVE_LONG_LONG_INT 1 337 #define HAVE_MALLOC_H 1 340 #define HAVE_MEMMOVE 1 343 #define HAVE_MKSTEMP 1 346 #define HAVE_MKTEMP 1 355 #define HAVE_MREMAP 1 358 #define HAVE_RANDOM 1 361 #define HAVE_SNPRINTF 1 364 #define HAVE_MODE_T 1 367 #define HAVE_SSIZE_T 1 370 #define HAVE_PTRDIFF_T 1 373 #define HAVE_UINTPTR_T 1 376 #define HAVE_STDARG_H 1 379 #define HAVE_STDINT_H 1 382 #define HAVE_STDIO_H 1 385 #define HAVE_STDLIB_H 1 388 #define HAVE_CTYPE_H 1 397 #define HAVE_STRINGS_H 1 400 #define HAVE_SIGNAL_H 1 403 #define HAVE_STRING_H 1 409 #define HAVE_LIBGEN_H 1 412 #define HAVE_STRDUP 1 418 #define HAVE_STRCASECMP 421 #define HAVE_STRLCAT 1 424 #define HAVE_STRLCPY 1 427 #define HAVE_STRLEN 1 430 #define HAVE_STRTOLL 1 433 #define HAVE_STRTOULL 1 442 #define HAVE_SYSCONF 1 445 #define HAVE_SYS_PARAM_H 1 448 #define HAVE_SYS_RESOURCE_H 1 451 #define HAVE_SYS_STAT_H 1 454 #define HAVE_SYS_TIME_H 1 457 #define HAVE_SYS_TYPES_H 1 460 #define HAVE_TIME_H 1 472 #define HAVE_UINT64_T 1 475 #define HAVE_UNISTD_H 1 479 #define HAVE_USHORT 1 502 #define NCIO_MINBLOCKSIZE 256 508 #define NC_DISPATCH_VERSION 5 511 #define NETCDF_ENABLE_LEGACY_MACROS 532 #define PACKAGE "netcdf" 535 #define PACKAGE_BUGREPORT "support-netcdf@unidata.ucar.edu" 538 #define PACKAGE_NAME "netCDF" 541 #define PACKAGE_STRING "netCDF 4.9.3" 544 #define PACKAGE_TARNAME "netcdf" 547 #define PACKAGE_URL "" 550 #define PACKAGE_VERSION "4.9.3" 559 #define SIZEOF_ULONGLONG 8 562 #define SIZEOF_LONGLONG 8 565 #define SIZEOF_CHAR 1 568 #define SIZEOF_UCHAR 1 574 #define SIZEOF_VOIDSTAR 8 580 #define SIZEOF_DOUBLE 8 583 #define SIZEOF_FLOAT 4 589 #define SIZEOF_LONG 8 592 #define SIZEOF_LONG_LONG 8 595 #define SIZEOF_OFF_T 8 598 #define SIZEOF_SHORT 2 601 #define SIZEOF_SIZE_T 8 604 #define SIZEOF_SSIZE_T 8 607 #define SIZEOF_UINT 4 610 #define SIZEOF_UNSIGNED_INT 4 613 #define SIZEOF_UNSIGNED_LONG_LONG 8 616 #define SIZEOF_UNSIGNED_SHORT_INT 2 619 #define SIZEOF_USHORT 2 622 #define SIZEOF_VOIDP 8 631 #define USE_DISKLESS 1 653 #define USE_NETCDF4 1 656 #define USE_NETCDF_2 1 680 #define VERSION "4.9.3" 688 #if defined AC_APPLE_UNIVERSAL_BUILD 689 # if defined __BIG_ENDIAN__ 690 # define WORDS_BIGENDIAN 1 693 # ifndef WORDS_BIGENDIAN 699 #ifndef _DARWIN_USE_64_BIT_INODE 700 # define _DARWIN_USE_64_BIT_INODE 1 723 #include "ncconfigure.h"