# HG changeset patch # User jwe # Date 812680153 0 # Node ID a0ee25989b08e606636b26c100a15339781ecf02 # Parent 9300d1a832f0dcf31de59d6393c021ec2ee1f110 [project @ 1995-10-03 00:29:13 by jwe] diff -r 9300d1a832f0 -r a0ee25989b08 acconfig.h --- 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