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 |
3215
|
9 /* Define if your version of GNU libc has buggy inline assembly code |
|
10 for math functions like exp. */ |
|
11 #undef __NO_MATH_INLINES |
|
12 |
2107
|
13 /* Define if you want bounds checking on element references for |
|
14 internal array and matrix classes. */ |
|
15 #undef BOUNDS_CHECKING |
|
16 |
3107
|
17 /* Define if your compiler supports `<>' stuff for template friends. */ |
|
18 #undef CXX_NEW_FRIEND_TEMPLATE_DECL |
|
19 |
3222
|
20 /* Define if your compiler prepends underscores to external names. */ |
|
21 #undef CXX_PREPENDS_UNDERSCORE |
|
22 |
1501
|
23 /* Define if your math.h declares struct exception for matherr() */ |
|
24 #undef EXCEPTION_IN_MATH |
|
25 |
235
|
26 /* Define if your Fortran compiler appends an underscore to external |
|
27 names. */ |
|
28 #undef F77_APPEND_UNDERSCORE |
|
29 |
1256
|
30 /* Define if your Fortran compiler converts external names to |
|
31 upper case. */ |
|
32 #undef F77_UPPERCASE_NAMES |
|
33 |
1501
|
34 /* Define if your system has a single-arg prototype for gettimeofday. */ |
|
35 #undef GETTIMEOFDAY_NO_TZ |
|
36 |
2289
|
37 /* Define if your gnuplot supports multiplt plot windows with X11. */ |
|
38 #undef GNUPLOT_HAS_FRAMES |
|
39 |
1500
|
40 /* Define if your gnuplot has mutliplot. */ |
|
41 #undef GNUPLOT_HAS_MULTIPLOT |
235
|
42 |
2548
|
43 /* Define if your system's struct group has a gr_passwd field. */ |
|
44 #undef HAVE_GR_PASSWD |
|
45 |
2510
|
46 /* Define if you have isinf(). */ |
|
47 #undef HAVE_ISINF |
|
48 |
|
49 /* Define if you have isnan(). */ |
|
50 #undef HAVE_ISNAN |
|
51 |
2469
|
52 /* Define if you have BSD style signals. */ |
|
53 #undef HAVE_BSD_SIGNALS |
|
54 |
|
55 /* Define if you have POSIX style signals. */ |
|
56 #undef HAVE_POSIX_SIGNALS |
|
57 |
1788
|
58 /* Define if your system has program_invocation_name. */ |
|
59 #undef HAVE_PROGRAM_INVOCATION_NAME |
|
60 |
1501
|
61 /* Define if your system has a sys_siglist variable. */ |
|
62 #undef HAVE_SYS_SIGLIST |
|
63 |
2783
|
64 /* Define if your system defines struct timeval. */ |
|
65 #undef HAVE_TIMEVAL |
|
66 |
2469
|
67 /* Define if you have System V Release 3 style signals. */ |
|
68 #undef HAVE_USG_SIGHOLD |
|
69 |
|
70 /* Define if signal handlers must be reinstalled after they are called. */ |
|
71 #undef MUST_REINSTALL_SIGHANDLERS |
|
72 |
2574
|
73 /* Define (to string::npos) if <string> doesn't. */ |
|
74 #undef NPOS |
|
75 |
1293
|
76 /* Define to compile smaller kernel. */ |
702
|
77 #undef OCTAVE_LITE |
423
|
78 |
235
|
79 /* Define if this is Octave. */ |
|
80 #undef OCTAVE_SOURCE |
|
81 |
2429
|
82 /* Define if your struct rusage only has time information. */ |
|
83 #undef RUSAGE_TIMES_ONLY |
|
84 |
2510
|
85 /* Define if you are using an SCO system. */ |
|
86 #undef SCO |
|
87 |
1104
|
88 /* Define this to be the path separator for your system, as a |
|
89 character constant */ |
|
90 #undef SEPCHAR |
|
91 |
|
92 /* Define this to be the path separator for your system, as a |
|
93 character string */ |
|
94 #undef SEPCHAR_STR |
|
95 |
1300
|
96 /* Define if math.h declares signgam. */ |
|
97 #undef SIGNGAM_DECLARED |
|
98 |
|
99 /* To quiet autoheader. */ |
|
100 #undef SMART_PUTENV |
235
|
101 |
1323
|
102 /* Use plplot for plotting. */ |
|
103 #undef USE_PLPLOT |
|
104 |
1138
|
105 /* Use GNU readline for command line editing and history. */ |
|
106 #undef USE_READLINE |
|
107 |
1662
|
108 /* Define if using dlopen/dlsym for dynamic linking of object files. */ |
|
109 #undef WITH_DL |
|
110 |
235
|
111 /* Define if using dld for dynamic linking of object files. */ |
1662
|
112 #undef WITH_SHL |
|
113 |
1672
|
114 /* Define if using some method of dynamic linking. */ |
|
115 #undef WITH_DYNAMIC_LINKING |
|
116 |
1763
|
117 /* Define to `short' if <sys/types.h> doesn't define. */ |
|
118 #undef dev_t |
|
119 |
|
120 /* Define to `unsigned long' if <sys/types.h> doesn't define. */ |
|
121 #undef ino_t |
|
122 |
|
123 /* Define to `short' if <sys/types.h> doesn't define. */ |
|
124 #undef nlink_t |
|
125 |
2626
|
126 /* Define to `int' if <signal.h> doesn't define. */ |
|
127 #undef sigset_t |
|
128 |
235
|
129 |
|
130 /* Leave that blank line there!! Autoheader needs it. |
|
131 If you're adding to this file, keep in mind: |
|
132 The entries are in sort -df order: alphabetical, case insensitive, |
|
133 ignoring punctuation (such as underscores). */ |