235
|
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 |
507
|
18 /* Define if your math.h declares struct exception for matherr() */ |
|
19 #undef EXCEPTION_IN_MATH |
|
20 |
235
|
21 /* Define if your Fortran compiler appends an underscore to external |
|
22 names. */ |
|
23 #undef F77_APPEND_UNDERSCORE |
|
24 |
|
25 /* Define if you don't have FSQP. */ |
|
26 #undef FSQP_MISSING |
|
27 |
403
|
28 /* Define if you have finite. */ |
|
29 #undef HAVE_FINITE |
|
30 |
|
31 /* Define if you have isinf. */ |
|
32 #undef HAVE_ISINF |
|
33 |
|
34 /* Define if you have isnan. */ |
|
35 #undef HAVE_ISNAN |
|
36 |
235
|
37 /* Define if you have sgtty.h. */ |
|
38 #undef HAVE_SGTTY_H |
|
39 |
|
40 /* Define if you have termios.h. */ |
|
41 #undef HAVE_TERMIOS_H |
|
42 |
|
43 /* Define if you have termio.h. */ |
|
44 #undef HAVE_TERMIO_H |
|
45 |
587
|
46 /* Define if your system stores doubles in IEEE format with the most |
|
47 significant byte first. */ |
|
48 #undef IEEE_BIG_ENDIAN |
|
49 |
|
50 /* Define if your system stores doubles in IEEE format with the least |
|
51 significant byte first. */ |
|
52 #undef IEEE_LITTLE_ENDIAN |
|
53 |
235
|
54 /* Define if you don't have NPSOL. */ |
|
55 #undef NPSOL_MISSING |
|
56 |
702
|
57 /* Define to compile smaller kernel. Only works if some form of |
|
58 dynamic linking is also supported and used. */ |
|
59 #undef OCTAVE_LITE |
423
|
60 |
235
|
61 /* Define if this is Octave. */ |
|
62 #undef OCTAVE_SOURCE |
|
63 |
|
64 /* Define if you don't have QPSOL. */ |
|
65 #undef QPSOL_MISSING |
|
66 |
702
|
67 /* Define to make Octave look for info files and function files in the |
|
68 directory tree as the sources. */ |
|
69 #undef RUN_IN_PLACE |
|
70 |
706
|
71 /* Define if math.h declares signgam. */ |
|
72 #undef SIGNGAM_DECLARED |
|
73 |
702
|
74 /* To quiet autoheader. */ |
|
75 #undef SMART_PUTENV |
|
76 |
235
|
77 /* Define if using dld for dynamic linking of object files. */ |
|
78 #undef WITH_DLD |
|
79 |
587
|
80 /* Define if your system stores doubles in the VAX D format. */ |
|
81 #undef VAX_D_FLOAT |
|
82 |
|
83 /* Define if your system stores doubles in the VAX G format. */ |
|
84 #undef VAX_G_FLOAT |
|
85 |
235
|
86 |
|
87 /* Leave that blank line there!! Autoheader needs it. |
|
88 If you're adding to this file, keep in mind: |
|
89 The entries are in sort -df order: alphabetical, case insensitive, |
|
90 ignoring punctuation (such as underscores). */ |