changeset 1501:a0ee25989b08

[project @ 1995-10-03 00:29:13 by jwe]
author jwe
date Tue, 03 Oct 1995 00:29:13 +0000
parents 9300d1a832f0
children 75e9ce7a1ce2
files acconfig.h
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/acconfig.h	Tue Oct 03 00:23:36 1995 +0000
+++ b/acconfig.h	Tue Oct 03 00:29:13 1995 +0000
@@ -6,6 +6,9 @@
    Leave the following blank line there!!  Autoheader needs it.  */
 
 
+/* Define if your math.h declares struct exception for matherr() */
+#undef EXCEPTION_IN_MATH
+
 /* Define if your Fortran compiler appends an underscore to external
    names. */ 
 #undef F77_APPEND_UNDERSCORE
@@ -17,9 +20,15 @@
 /* Define if you don't have FSQP. */
 #undef FSQP_MISSING
 
+/* Define if your system has a single-arg prototype for gettimeofday. */
+#undef GETTIMEOFDAY_NO_TZ 
+
 /* Define if your gnuplot has mutliplot. */
 #undef GNUPLOT_HAS_MULTIPLOT
 
+/* Define if your system has a sys_siglist variable. */
+#undef HAVE_SYS_SIGLIST
+
 /* Define if you don't have NPSOL. */
 #undef NPSOL_MISSING