- Port to SL-5

SKIPPED:
	psi/tecs/make_crv
This commit is contained in:
koennecke
2008-01-03 09:56:55 +00:00
parent 64e5c22369
commit 1f862889ce
21 changed files with 912 additions and 517 deletions

View File

@ -14,16 +14,22 @@
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the `df' library (-ldf). */
#define HAVE_LIBDF 1
/* #undef HAVE_LIBDF */
/* Define to 1 if you have the `dl' library (-ldl). */
#define HAVE_LIBDL 1
/* Define to 1 if you have the `hdf5' library (-lhdf5). */
#define HAVE_LIBHDF5 1
/* #undef HAVE_LIBHDF5 */
/* Define to 1 if you have the `jpeg' library (-ljpeg). */
#define HAVE_LIBJPEG 1
/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1
/* Define to 1 if you have the `mfhdf' library (-lmfhdf). */
#define HAVE_LIBMFHDF 1
/* #undef HAVE_LIBMFHDF */
/* Define to 1 if you have the `rpc' library (-lrpc). */
/* #undef HAVE_LIBRPC */
@ -32,7 +38,7 @@
/* #undef HAVE_LIBSYSTEMSTUBS */
/* Define to 1 if you have the `sz' library (-lsz). */
#define HAVE_LIBSZ 1
/* #undef HAVE_LIBSZ */
/* Define to 1 if you have the `xml2' library (-lxml2). */
#define HAVE_LIBXML2 1
@ -96,19 +102,25 @@
#define PACKAGE "nexus"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "nexus-developers@anl.gov"
#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 3.0.1"
#define PACKAGE_STRING "NeXus Library 4.1.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "nexus"
/* Define to the version of this package. */
#define PACKAGE_VERSION "3.0.1"
#define PACKAGE_VERSION "4.1.0"
/* Set to printf format for int64_t */
#define PRINTF_INT64 "lld"
/* Set to printf format for uint64_t */
#define PRINTF_UINT64 "llu"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@ -120,7 +132,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "3.0.1"
#define VERSION "4.1.0"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */