summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-04-03 21:46:03 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-04-03 21:46:03 (GMT)
commit2e3323adc263023d646b5f6b1f5eb27f1874cc45 (patch)
tree301297b63d16e882920cf4e2e6d7068c5da9aca5 /acconfig.h
parent97a42559343939e1b90282a5fbe89fa65d1cd505 (diff)
downloadhdf5-2e3323adc263023d646b5f6b1f5eb27f1874cc45.zip
hdf5-2e3323adc263023d646b5f6b1f5eb27f1874cc45.tar.gz
hdf5-2e3323adc263023d646b5f6b1f5eb27f1874cc45.tar.bz2
[svn-r5140] Purpose:
Upgrade of autotools... Description: Upgraded the configure files to use the newest auto tools. The directions for regenerating the configure files are the same for the 1.5 branch, you should only regenerate them on sleipnir or dangermouse for now. Eirene has an older version of the autotools on it. Burrwhite isn't ready yet, but when it is, it should be upgraded to the latest/greatest tools as well... Platforms tested: Linux
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h59
1 files changed, 0 insertions, 59 deletions
diff --git a/acconfig.h b/acconfig.h
deleted file mode 100644
index ea51b2b..0000000
--- a/acconfig.h
+++ /dev/null
@@ -1,59 +0,0 @@
-/* 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 stream virtual file driver should be compiled */
-#undef HAVE_STREAM
-
-/* Define if `socklen_t' is defined */
-#undef HAVE_SOCKLEN_T