/* include/nxconfig.h. Generated from nxconfig_h.in by configure. */ /* include/nxconfig_h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the header file. */ /* #undef HAVE_DLFCN_H */ /* Define to 1 if you have the `ftime' function. */ #define HAVE_FTIME 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 0 /* Define to 1 if you have the `df' library (-ldf). */ /* #undef HAVE_LIBDF */ /* Define to 1 if you have the `dl' library (-ldl). */ /* #undef HAVE_LIBDL */ /* Define to 1 if you have the `hdf5' library (-lhdf5). */ /* #undef HAVE_LIBHDF5 */ /* Define to 1 if you have the `jpeg' library (-ljpeg). */ /* #undef HAVE_LIBJPEG */ /* Define to 1 if you have the `m' library (-lm). */ /* #undef HAVE_LIBM */ /* Define to 1 if you have the `mfhdf' library (-lmfhdf). */ /* #undef HAVE_LIBMFHDF */ /* Define to 1 if you have the `rpc' library (-lrpc). */ /* #undef HAVE_LIBRPC */ /* Define to 1 if you have the `SystemStubs' library (-lSystemStubs). */ /* #undef HAVE_LIBSYSTEMSTUBS */ /* Define to 1 if you have the `sz' library (-lsz). */ #define HAVE_LIBSZ 1 /* Define to 1 if you have the `xml2' library (-lxml2). */ #define HAVE_LIBXML2 1 /* Define to 1 if you have the `z' library (-lz). */ #define HAVE_LIBZ 1 /* Define to 1 if the system has the type `long long int'. */ #define HAVE_LONG_LONG_INT 1 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the `strchr' function. */ #define HAVE_STRCHR 1 /* Define to 1 if you have the `strdup' function. */ #define HAVE_STRDUP 1 /* Define to 1 if you have the `strftime' function. */ #define HAVE_STRFTIME 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the `strrchr' function. */ #define HAVE_STRRCHR 1 /* Define to 1 if you have the `strstr' function. */ #define HAVE_STRSTR 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the `tzset' function. */ #define HAVE_TZSET 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if the system has the type `unsigned long long int'. */ #define HAVE_UNSIGNED_LONG_LONG_INT 1 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ /* Name of package */ #define PACKAGE "nexus" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "NeXus Library" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "NeXus Library trunk_r1077" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "nexus" /* Define to the version of this package. */ #define PACKAGE_VERSION "trunk_r1077" /* Set to printf format for int64_t */ #define PRINTF_INT64 "I64d" /* Set to printf format for uint64_t */ #define PRINTF_UINT64 "I64u" /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of `long int', as computed by sizeof. */ #define SIZEOF_LONG_INT 4 /* The size of `long long int', as computed by sizeof. */ #define SIZEOF_LONG_LONG_INT 8 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if your declares `struct tm'. */ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ #define VERSION "trunk_r1077" /* Define for Solaris 2.5.1 so the uint32_t typedef from , , or is not used. If the typedef was allowed, the #define below would cause a syntax error. */ /* #undef _UINT32_T */ /* Define for Solaris 2.5.1 so the uint64_t typedef from , , or is not used. If the typedef was allowed, the #define below would cause a syntax error. */ /* #undef _UINT64_T */ /* Define for Solaris 2.5.1 so the uint8_t typedef from , , or is not used. If the typedef was allowed, the #define below would cause a syntax error. */ /* #undef _UINT8_T */ /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to the type of a signed integer type of width exactly 16 bits if such a type exists and the standard includes do not define it. */ #define int16_t short /* Define to the type of a signed integer type of width exactly 32 bits if such a type exists and the standard includes do not define it. */ #define int32_t int /* Define to the type of a signed integer type of width exactly 64 bits if such a type exists and the standard includes do not define it. */ typedef INT64 int64_t; /* Define to the type of a signed integer type of width exactly 8 bits if such a type exists and the standard includes do not define it. */ #define int8_t char /* Define to rpl_malloc if the replacement function should be used. */ /* #undef malloc */ /* Define to `unsigned int' if does not define. */ /* #undef size_t */ /* Define to the type of an unsigned integer type of width exactly 16 bits if such a type exists and the standard includes do not define it. */ #define uint16_t unsigned short /* Define to the type of an unsigned integer type of width exactly 32 bits if such a type exists and the standard includes do not define it. */ #define uint32_t unsigned /* Define to the type of an unsigned integer type of width exactly 64 bits if such a type exists and the standard includes do not define it. */ typedef UINT64 uint64_t; /* Define to the type of an unsigned integer type of width exactly 8 bits if such a type exists and the standard includes do not define it. */ #define uint8_t unsigned char