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 |
2548
|
36 /* Define if your system's struct group has a gr_passwd field. */ |
|
37 #undef HAVE_GR_PASSWD |
|
38 |
2510
|
39 /* Define if you have isinf(). */ |
|
40 #undef HAVE_ISINF |
|
41 |
|
42 /* Define if you have isnan(). */ |
|
43 #undef HAVE_ISNAN |
|
44 |
2469
|
45 /* Define if you have BSD style signals. */ |
|
46 #undef HAVE_BSD_SIGNALS |
|
47 |
|
48 /* Define if you have POSIX style signals. */ |
|
49 #undef HAVE_POSIX_SIGNALS |
|
50 |
1788
|
51 /* Define if your system has program_invocation_name. */ |
|
52 #undef HAVE_PROGRAM_INVOCATION_NAME |
|
53 |
1501
|
54 /* Define if your system has a sys_siglist variable. */ |
|
55 #undef HAVE_SYS_SIGLIST |
|
56 |
2469
|
57 /* Define if you have System V Release 3 style signals. */ |
|
58 #undef HAVE_USG_SIGHOLD |
|
59 |
|
60 /* Define if signal handlers must be reinstalled after they are called. */ |
|
61 #undef MUST_REINSTALL_SIGHANDLERS |
|
62 |
2574
|
63 /* Define (to string::npos) if <string> doesn't. */ |
|
64 #undef NPOS |
|
65 |
235
|
66 /* Define if you don't have NPSOL. */ |
|
67 #undef NPSOL_MISSING |
|
68 |
1293
|
69 /* Define to compile smaller kernel. */ |
702
|
70 #undef OCTAVE_LITE |
423
|
71 |
235
|
72 /* Define if this is Octave. */ |
|
73 #undef OCTAVE_SOURCE |
|
74 |
1300
|
75 /* Define if you don't have QPSOL. */ |
|
76 #undef QPSOL_MISSING |
|
77 |
2429
|
78 /* Define if your struct rusage only has time information. */ |
|
79 #undef RUSAGE_TIMES_ONLY |
|
80 |
2510
|
81 /* Define if you are using an SCO system. */ |
|
82 #undef SCO |
|
83 |
1104
|
84 /* Define this to be the path separator for your system, as a |
|
85 character constant */ |
|
86 #undef SEPCHAR |
|
87 |
|
88 /* Define this to be the path separator for your system, as a |
|
89 character string */ |
|
90 #undef SEPCHAR_STR |
|
91 |
1300
|
92 /* Define if math.h declares signgam. */ |
|
93 #undef SIGNGAM_DECLARED |
|
94 |
|
95 /* To quiet autoheader. */ |
|
96 #undef SMART_PUTENV |
235
|
97 |
1137
|
98 /* Use GNU info for extended help system. */ |
|
99 #undef USE_GNU_INFO |
702
|
100 |
1323
|
101 /* Use plplot for plotting. */ |
|
102 #undef USE_PLPLOT |
|
103 |
1138
|
104 /* Use GNU readline for command line editing and history. */ |
|
105 #undef USE_READLINE |
|
106 |
1662
|
107 /* Define if using dlopen/dlsym for dynamic linking of object files. */ |
|
108 #undef WITH_DL |
|
109 |
235
|
110 /* Define if using dld for dynamic linking of object files. */ |
1662
|
111 #undef WITH_SHL |
|
112 |
1672
|
113 /* Define if using some method of dynamic linking. */ |
|
114 #undef WITH_DYNAMIC_LINKING |
|
115 |
1763
|
116 /* Define to `short' if <sys/types.h> doesn't define. */ |
|
117 #undef dev_t |
|
118 |
|
119 /* Define to `unsigned long' if <sys/types.h> doesn't define. */ |
|
120 #undef ino_t |
|
121 |
|
122 /* Define to `short' if <sys/types.h> doesn't define. */ |
|
123 #undef nlink_t |
|
124 |
235
|
125 |
|
126 /* Leave that blank line there!! Autoheader needs it. |
|
127 If you're adding to this file, keep in mind: |
|
128 The entries are in sort -df order: alphabetical, case insensitive, |
|
129 ignoring punctuation (such as underscores). */ |