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 |
2107
|
9 /* Define if you want bounds checking on element references for |
|
10 internal array and matrix classes. */ |
|
11 #undef BOUNDS_CHECKING |
|
12 |
1501
|
13 /* Define if your math.h declares struct exception for matherr() */ |
|
14 #undef EXCEPTION_IN_MATH |
|
15 |
235
|
16 /* Define if your Fortran compiler appends an underscore to external |
|
17 names. */ |
|
18 #undef F77_APPEND_UNDERSCORE |
|
19 |
1256
|
20 /* Define if your Fortran compiler converts external names to |
|
21 upper case. */ |
|
22 #undef F77_UPPERCASE_NAMES |
|
23 |
235
|
24 /* Define if you don't have FSQP. */ |
|
25 #undef FSQP_MISSING |
|
26 |
1501
|
27 /* Define if your system has a single-arg prototype for gettimeofday. */ |
|
28 #undef GETTIMEOFDAY_NO_TZ |
|
29 |
2289
|
30 /* Define if your gnuplot supports multiplt plot windows with X11. */ |
|
31 #undef GNUPLOT_HAS_FRAMES |
|
32 |
1500
|
33 /* Define if your gnuplot has mutliplot. */ |
|
34 #undef GNUPLOT_HAS_MULTIPLOT |
235
|
35 |
1788
|
36 /* Define if your system has program_invocation_name. */ |
|
37 #undef HAVE_PROGRAM_INVOCATION_NAME |
|
38 |
1501
|
39 /* Define if your system has a sys_siglist variable. */ |
|
40 #undef HAVE_SYS_SIGLIST |
|
41 |
235
|
42 /* Define if you don't have NPSOL. */ |
|
43 #undef NPSOL_MISSING |
|
44 |
1293
|
45 /* Define to compile smaller kernel. */ |
702
|
46 #undef OCTAVE_LITE |
423
|
47 |
235
|
48 /* Define if this is Octave. */ |
|
49 #undef OCTAVE_SOURCE |
|
50 |
1300
|
51 /* Define if you don't have QPSOL. */ |
|
52 #undef QPSOL_MISSING |
|
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 |
1300
|
62 /* Define if math.h declares signgam. */ |
|
63 #undef SIGNGAM_DECLARED |
|
64 |
|
65 /* To quiet autoheader. */ |
|
66 #undef SMART_PUTENV |
235
|
67 |
1137
|
68 /* Use GNU info for extended help system. */ |
|
69 #undef USE_GNU_INFO |
702
|
70 |
1323
|
71 /* Use plplot for plotting. */ |
|
72 #undef USE_PLPLOT |
|
73 |
1138
|
74 /* Use GNU readline for command line editing and history. */ |
|
75 #undef USE_READLINE |
|
76 |
1662
|
77 /* Define if using dlopen/dlsym for dynamic linking of object files. */ |
|
78 #undef WITH_DL |
|
79 |
235
|
80 /* Define if using dld for dynamic linking of object files. */ |
1662
|
81 #undef WITH_SHL |
|
82 |
1672
|
83 /* Define if using some method of dynamic linking. */ |
|
84 #undef WITH_DYNAMIC_LINKING |
|
85 |
1763
|
86 /* Define to `short' if <sys/types.h> doesn't define. */ |
|
87 #undef dev_t |
|
88 |
|
89 /* Define to `unsigned long' if <sys/types.h> doesn't define. */ |
|
90 #undef ino_t |
|
91 |
|
92 /* Define to `short' if <sys/types.h> doesn't define. */ |
|
93 #undef nlink_t |
|
94 |
235
|
95 |
|
96 /* Leave that blank line there!! Autoheader needs it. |
|
97 If you're adding to this file, keep in mind: |
|
98 The entries are in sort -df order: alphabetical, case insensitive, |
|
99 ignoring punctuation (such as underscores). */ |