Mercurial > hg > octave-lyh
view acconfig.h @ 637:ae87e84f1be3
[project @ 1994-08-23 21:21:45 by jwe]
author | jwe |
---|---|
date | Tue, 23 Aug 1994 21:22:05 +0000 |
parents | 68ef35f2157f |
children | 45764610984a |
line wrap: on
line source
/* acconfig.h Descriptive text for the C preprocessor macros that are needed by Octave. Leave the following blank line there!! Autoheader needs it. */ /* Define if you don't have acosh(). */ #undef ACOSH_MISSING /* Define if you don't have asinh(). */ #undef ASINH_MISSING /* Define if you don't have atanh(). */ #undef ATANH_MISSING /* 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 /* Define if you don't have FSQP. */ #undef FSQP_MISSING /* Define if you have finite. */ #undef HAVE_FINITE /* Define if you have isinf. */ #undef HAVE_ISINF /* Define if you have isnan. */ #undef HAVE_ISNAN /* Define if you have sgtty.h. */ #undef HAVE_SGTTY_H /* Define if you have termios.h. */ #undef HAVE_TERMIOS_H /* 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 /* Define to make Octave look for info files and function files in the directory tree as the sources. */ #undef RUN_IN_PLACE /* Define if this is Octave. */ #undef OCTAVE_SOURCE /* Define if you don't have QPSOL. */ #undef QPSOL_MISSING /* Define if using -fexternal-templates with g++. */ #undef USE_EXTERNAL_TEMPLATES /* 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: The entries are in sort -df order: alphabetical, case insensitive, ignoring punctuation (such as underscores). */