changeset 587:68ef35f2157f

[project @ 1994-08-07 22:06:13 by jwe]
author jwe
date Sun, 07 Aug 1994 22:06:13 +0000
parents 8983371575d8
children 9b02a14aaaea
files acconfig.h
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/acconfig.h	Sun Aug 07 22:00:20 1994 +0000
+++ b/acconfig.h	Sun Aug 07 22:06:13 1994 +0000
@@ -43,6 +43,14 @@
 /* Define if you have termio.h. */
 #undef HAVE_TERMIO_H
 
+/* Define if your system stores doubles in IEEE format with the most
+   significant byte first. */
+#undef IEEE_BIG_ENDIAN
+
+/* Define if your system stores doubles in IEEE format with the least
+   significant byte first. */
+#undef IEEE_LITTLE_ENDIAN
+
 /* Define if you don't have NPSOL. */
 #undef NPSOL_MISSING
 
@@ -62,6 +70,12 @@
 /* Define if using dld for dynamic linking of object files. */
 #undef WITH_DLD
 
+/* Define if your system stores doubles in the VAX D format. */
+#undef VAX_D_FLOAT
+
+/* Define if your system stores doubles in the VAX G format. */
+#undef VAX_G_FLOAT
+
 
 /* Leave that blank line there!!  Autoheader needs it.
    If you're adding to this file, keep in mind: