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 |
1501
|
24 /* Define if your system has a single-arg prototype for gettimeofday. */ |
|
25 #undef GETTIMEOFDAY_NO_TZ |
|
26 |
2289
|
27 /* Define if your gnuplot supports multiplt plot windows with X11. */ |
|
28 #undef GNUPLOT_HAS_FRAMES |
|
29 |
1500
|
30 /* Define if your gnuplot has mutliplot. */ |
|
31 #undef GNUPLOT_HAS_MULTIPLOT |
235
|
32 |
2548
|
33 /* Define if your system's struct group has a gr_passwd field. */ |
|
34 #undef HAVE_GR_PASSWD |
|
35 |
2510
|
36 /* Define if you have isinf(). */ |
|
37 #undef HAVE_ISINF |
|
38 |
|
39 /* Define if you have isnan(). */ |
|
40 #undef HAVE_ISNAN |
|
41 |
2469
|
42 /* Define if you have BSD style signals. */ |
|
43 #undef HAVE_BSD_SIGNALS |
|
44 |
|
45 /* Define if you have POSIX style signals. */ |
|
46 #undef HAVE_POSIX_SIGNALS |
|
47 |
1788
|
48 /* Define if your system has program_invocation_name. */ |
|
49 #undef HAVE_PROGRAM_INVOCATION_NAME |
|
50 |
1501
|
51 /* Define if your system has a sys_siglist variable. */ |
|
52 #undef HAVE_SYS_SIGLIST |
|
53 |
2783
|
54 /* Define if your system defines struct timeval. */ |
|
55 #undef HAVE_TIMEVAL |
|
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 |
1293
|
66 /* Define to compile smaller kernel. */ |
702
|
67 #undef OCTAVE_LITE |
423
|
68 |
235
|
69 /* Define if this is Octave. */ |
|
70 #undef OCTAVE_SOURCE |
|
71 |
2429
|
72 /* Define if your struct rusage only has time information. */ |
|
73 #undef RUSAGE_TIMES_ONLY |
|
74 |
2510
|
75 /* Define if you are using an SCO system. */ |
|
76 #undef SCO |
|
77 |
1104
|
78 /* Define this to be the path separator for your system, as a |
|
79 character constant */ |
|
80 #undef SEPCHAR |
|
81 |
|
82 /* Define this to be the path separator for your system, as a |
|
83 character string */ |
|
84 #undef SEPCHAR_STR |
|
85 |
1300
|
86 /* Define if math.h declares signgam. */ |
|
87 #undef SIGNGAM_DECLARED |
|
88 |
|
89 /* To quiet autoheader. */ |
|
90 #undef SMART_PUTENV |
235
|
91 |
1137
|
92 /* Use GNU info for extended help system. */ |
|
93 #undef USE_GNU_INFO |
702
|
94 |
1323
|
95 /* Use plplot for plotting. */ |
|
96 #undef USE_PLPLOT |
|
97 |
1138
|
98 /* Use GNU readline for command line editing and history. */ |
|
99 #undef USE_READLINE |
|
100 |
1662
|
101 /* Define if using dlopen/dlsym for dynamic linking of object files. */ |
|
102 #undef WITH_DL |
|
103 |
235
|
104 /* Define if using dld for dynamic linking of object files. */ |
1662
|
105 #undef WITH_SHL |
|
106 |
1672
|
107 /* Define if using some method of dynamic linking. */ |
|
108 #undef WITH_DYNAMIC_LINKING |
|
109 |
1763
|
110 /* Define to `short' if <sys/types.h> doesn't define. */ |
|
111 #undef dev_t |
|
112 |
|
113 /* Define to `unsigned long' if <sys/types.h> doesn't define. */ |
|
114 #undef ino_t |
|
115 |
|
116 /* Define to `short' if <sys/types.h> doesn't define. */ |
|
117 #undef nlink_t |
|
118 |
2626
|
119 /* Define to `int' if <signal.h> doesn't define. */ |
|
120 #undef sigset_t |
|
121 |
235
|
122 |
|
123 /* Leave that blank line there!! Autoheader needs it. |
|
124 If you're adding to this file, keep in mind: |
|
125 The entries are in sort -df order: alphabetical, case insensitive, |
|
126 ignoring punctuation (such as underscores). */ |