summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-01-02 17:13:19 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-01-02 17:13:19 (GMT)
commitdc886d2d4f12f5f87ee7590d1605707be3c129a6 (patch)
tree590da05ca1888630ccab6012c9f09893d1de892c /acconfig.h
parent1dab130c2da4b8ca410652365d3e861d98828f2c (diff)
downloadhdf5-dc886d2d4f12f5f87ee7590d1605707be3c129a6.zip
hdf5-dc886d2d4f12f5f87ee7590d1605707be3c129a6.tar.gz
hdf5-dc886d2d4f12f5f87ee7590d1605707be3c129a6.tar.bz2
[svn-r4763]
Purpose: Feature Add Description: Needed to add the DEV_T_IS_SCALAR macro to acconfig.h so that autoheader will propagate that to the H5config.h file. Solution: Added, reran autoheader Platforms tested: Linux
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 23441b3..e75f9b9 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -57,3 +57,6 @@
/* Define if `socklen_t' is defined */
#undef HAVE_SOCKLEN_T
+
+/* Define if `dev_t' is a scalar */
+#undef DEV_T_IS_SCALAR