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 |
507
|
9 /* Define if your math.h declares struct exception for matherr() */ |
|
10 #undef EXCEPTION_IN_MATH |
|
11 |
235
|
12 /* Define if your Fortran compiler appends an underscore to external |
|
13 names. */ |
|
14 #undef F77_APPEND_UNDERSCORE |
|
15 |
1256
|
16 /* Define if your Fortran compiler converts external names to |
|
17 upper case. */ |
|
18 #undef F77_UPPERCASE_NAMES |
|
19 |
235
|
20 /* Define if you don't have FSQP. */ |
|
21 #undef FSQP_MISSING |
|
22 |
403
|
23 /* Define if you have finite. */ |
|
24 #undef HAVE_FINITE |
|
25 |
|
26 /* Define if you have isinf. */ |
|
27 #undef HAVE_ISINF |
|
28 |
|
29 /* Define if you have isnan. */ |
|
30 #undef HAVE_ISNAN |
|
31 |
235
|
32 /* Define if you have sgtty.h. */ |
|
33 #undef HAVE_SGTTY_H |
|
34 |
886
|
35 /* Define if your system has a sys_siglist variable. */ |
|
36 #undef HAVE_SYS_SIGLIST |
|
37 |
235
|
38 /* Define if you have termios.h. */ |
|
39 #undef HAVE_TERMIOS_H |
|
40 |
|
41 /* Define if you have termio.h. */ |
|
42 #undef HAVE_TERMIO_H |
|
43 |
|
44 /* Define if you don't have NPSOL. */ |
|
45 #undef NPSOL_MISSING |
|
46 |
702
|
47 /* Define to compile smaller kernel. Only works if some form of |
|
48 dynamic linking is also supported and used. */ |
|
49 #undef OCTAVE_LITE |
423
|
50 |
235
|
51 /* Define if this is Octave. */ |
|
52 #undef OCTAVE_SOURCE |
|
53 |
1104
|
54 /* Define this to be the path separator for your system, as a |
|
55 character constant */ |
|
56 #undef SEPCHAR |
|
57 |
|
58 /* Define this to be the path separator for your system, as a |
|
59 character string */ |
|
60 #undef SEPCHAR_STR |
|
61 |
235
|
62 /* Define if you don't have QPSOL. */ |
|
63 #undef QPSOL_MISSING |
|
64 |
1137
|
65 /* Use GNU info for extended help system. */ |
|
66 #undef USE_GNU_INFO |
702
|
67 |
1138
|
68 /* Use GNU readline for command line editing and history. */ |
|
69 #undef USE_READLINE |
|
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 |
|
80 |
|
81 /* Leave that blank line there!! Autoheader needs it. |
|
82 If you're adding to this file, keep in mind: |
|
83 The entries are in sort -df order: alphabetical, case insensitive, |
|
84 ignoring punctuation (such as underscores). */ |