# HG changeset patch # User jwe # Date 847940003 0 # Node ID 0be4639a6c13f289759d88e1c62232ab6598d6b3 # Parent 2d39387e2f3555004b88db4bf7e377d3a60a9327 [project @ 1996-11-14 02:53:23 by jwe] diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * configure.in: If running on an SCO system, define SCO, and force HAVE_ISINF and HAVE_ISNAN to be defined. Also check for ieeefp.h and nan.h. + * acconfig.h (HAVE_ISINF, HAVE_ISNAN, SCO): Add undefs. Tue Nov 12 21:50:49 1996 John W. Eaton diff --git a/acconfig.h b/acconfig.h --- a/acconfig.h +++ b/acconfig.h @@ -33,6 +33,12 @@ /* Define if your gnuplot has mutliplot. */ #undef GNUPLOT_HAS_MULTIPLOT +/* Define if you have isinf(). */ +#undef HAVE_ISINF + +/* Define if you have isnan(). */ +#undef HAVE_ISNAN + /* Define if you have BSD style signals. */ #undef HAVE_BSD_SIGNALS @@ -66,6 +72,9 @@ /* Define if your struct rusage only has time information. */ #undef RUSAGE_TIMES_ONLY +/* Define if you are using an SCO system. */ +#undef SCO + /* Define this to be the path separator for your system, as a character constant */ #undef SEPCHAR