Mercurial > hg > octave-lyh
comparison acconfig.h @ 235:daf9f8d4c5bd
[project @ 1993-11-30 20:21:19 by jwe]
Initial revision
author | jwe |
---|---|
date | Tue, 30 Nov 1993 20:21:19 +0000 |
parents | |
children | 896225f6ce30 |
comparison
equal
deleted
inserted
replaced
234:a366eb563bf2 | 235:daf9f8d4c5bd |
---|---|
1 /* acconfig.h | |
2 | |
3 Descriptive text for the C preprocessor macros that are needed by | |
4 Octave. | |
5 | |
6 Leave the following blank line there!! Autoheader needs it. */ | |
7 | |
8 | |
9 /* Define if you don't have acosh(). */ | |
10 #undef ACOSH_MISSING | |
11 | |
12 /* Define if you don't have asinh(). */ | |
13 #undef ASINH_MISSING | |
14 | |
15 /* Define if you don't have atanh(). */ | |
16 #undef ATANH_MISSING | |
17 | |
18 /* Define if your Fortran compiler appends an underscore to external | |
19 names. */ | |
20 #undef F77_APPEND_UNDERSCORE | |
21 | |
22 /* Define if you don't have FSQP. */ | |
23 #undef FSQP_MISSING | |
24 | |
25 /* Define if you have sgtty.h. */ | |
26 #undef HAVE_SGTTY_H | |
27 | |
28 /* Define if you have termios.h. */ | |
29 #undef HAVE_TERMIOS_H | |
30 | |
31 /* Define if you have termio.h. */ | |
32 #undef HAVE_TERMIO_H | |
33 | |
34 /* Define if you don't have NPSOL. */ | |
35 #undef NPSOL_MISSING | |
36 | |
37 /* Define if this is Octave. */ | |
38 #undef OCTAVE_SOURCE | |
39 | |
40 /* Define if you don't have QPSOL. */ | |
41 #undef QPSOL_MISSING | |
42 | |
43 /* Define if using -fexternal-templates with g++. */ | |
44 #undef USE_EXTERNAL_TEMPLATES | |
45 | |
46 /* Define if using dld for dynamic linking of object files. */ | |
47 #undef WITH_DLD | |
48 | |
49 | |
50 /* Leave that blank line there!! Autoheader needs it. | |
51 If you're adding to this file, keep in mind: | |
52 The entries are in sort -df order: alphabetical, case insensitive, | |
53 ignoring punctuation (such as underscores). */ |