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 |
1501
|
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 |
1501
|
23 /* Define if your system has a single-arg prototype for gettimeofday. */ |
|
24 #undef GETTIMEOFDAY_NO_TZ |
|
25 |
1500
|
26 /* Define if your gnuplot has mutliplot. */ |
|
27 #undef GNUPLOT_HAS_MULTIPLOT |
235
|
28 |
1501
|
29 /* Define if your system has a sys_siglist variable. */ |
|
30 #undef HAVE_SYS_SIGLIST |
|
31 |
235
|
32 /* Define if you don't have NPSOL. */ |
|
33 #undef NPSOL_MISSING |
|
34 |
1293
|
35 /* Define to compile smaller kernel. */ |
702
|
36 #undef OCTAVE_LITE |
423
|
37 |
235
|
38 /* Define if this is Octave. */ |
|
39 #undef OCTAVE_SOURCE |
|
40 |
1300
|
41 /* Define if you don't have QPSOL. */ |
|
42 #undef QPSOL_MISSING |
|
43 |
1104
|
44 /* Define this to be the path separator for your system, as a |
|
45 character constant */ |
|
46 #undef SEPCHAR |
|
47 |
|
48 /* Define this to be the path separator for your system, as a |
|
49 character string */ |
|
50 #undef SEPCHAR_STR |
|
51 |
1300
|
52 /* Define if math.h declares signgam. */ |
|
53 #undef SIGNGAM_DECLARED |
|
54 |
|
55 /* To quiet autoheader. */ |
|
56 #undef SMART_PUTENV |
235
|
57 |
1137
|
58 /* Use GNU info for extended help system. */ |
|
59 #undef USE_GNU_INFO |
702
|
60 |
1323
|
61 /* Use plplot for plotting. */ |
|
62 #undef USE_PLPLOT |
|
63 |
1138
|
64 /* Use GNU readline for command line editing and history. */ |
|
65 #undef USE_READLINE |
|
66 |
1662
|
67 /* Define if using dlopen/dlsym for dynamic linking of object files. */ |
|
68 #undef WITH_DL |
|
69 |
235
|
70 /* Define if using dld for dynamic linking of object files. */ |
1662
|
71 #undef WITH_SHL |
|
72 |
1672
|
73 /* Define if using some method of dynamic linking. */ |
|
74 #undef WITH_DYNAMIC_LINKING |
|
75 |
235
|
76 |
|
77 /* Leave that blank line there!! Autoheader needs it. |
|
78 If you're adding to this file, keep in mind: |
|
79 The entries are in sort -df order: alphabetical, case insensitive, |
|
80 ignoring punctuation (such as underscores). */ |