Mercurial > hg > octave-lyh
changeset 2510:0be4639a6c13
[project @ 1996-11-14 02:53:23 by jwe]
author | jwe |
---|---|
date | Thu, 14 Nov 1996 02:53:23 +0000 |
parents | 2d39387e2f35 |
children | 9b0dd36714eb |
files | ChangeLog acconfig.h |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jwe@bevo.che.wisc.edu>
--- 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