annotate src/defaults.h.in @ 5307:4c8a2e4e0717

[project @ 2005-04-26 19:24:27 by jwe]
author jwe
date Tue, 26 Apr 2005 19:24:47 +0000
parents adf8d68d7143
children b12c0f920da0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2158
82e651cdd6b8 [project @ 1996-05-13 09:26:24 by jwe]
jwe
parents: 1884
diff changeset
1 // defaults.h.in
12
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
2 /*
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
3
2847
8b262e771614 [project @ 1997-03-27 16:18:26 by jwe]
jwe
parents: 2512
diff changeset
4 Copyright (C) 1996, 1997 John W. Eaton
12
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
5
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
6 This file is part of Octave.
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
7
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
8 Octave is free software; you can redistribute it and/or modify it
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
9 under the terms of the GNU General Public License as published by the
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
10 Free Software Foundation; either version 2, or (at your option) any
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
11 later version.
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
12
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
13 Octave is distributed in the hope that it will be useful, but WITHOUT
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
16 for more details.
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
17
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
18 You should have received a copy of the GNU General Public License
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
19 along with Octave; see the file COPYING. If not, write to the Free
5307
4c8a2e4e0717 [project @ 2005-04-26 19:24:27 by jwe]
jwe
parents: 4776
diff changeset
20 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
4c8a2e4e0717 [project @ 2005-04-26 19:24:27 by jwe]
jwe
parents: 4776
diff changeset
21 02110-1301, USA.
12
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
22
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
23 */
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
24
423
49345c503741 [project @ 1994-05-23 21:01:01 by jwe]
jwe
parents: 195
diff changeset
25 #if !defined (octave_defaults_h)
49345c503741 [project @ 1994-05-23 21:01:01 by jwe]
jwe
parents: 195
diff changeset
26 #define octave_defaults_h 1
12
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
27
2204
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
28 #include <string>
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
29
3174
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3141
diff changeset
30 #include "pathsearch.h"
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3141
diff changeset
31
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
32 #ifndef OCTAVE_CANONICAL_HOST_TYPE
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
33 #define OCTAVE_CANONICAL_HOST_TYPE %OCTAVE_CANONICAL_HOST_TYPE%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
34 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
35
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
36 #ifndef OCTAVE_DEFAULT_PAGER
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
37 #define OCTAVE_DEFAULT_PAGER %OCTAVE_DEFAULT_PAGER%
12
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
38 #endif
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
39
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
40 #ifndef OCTAVE_ARCHLIBDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
41 #define OCTAVE_ARCHLIBDIR %OCTAVE_ARCHLIBDIR%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
42 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
43
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
44 #ifndef OCTAVE_BINDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
45 #define OCTAVE_BINDIR %OCTAVE_BINDIR%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
46 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
47
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
48 #ifndef OCTAVE_DATADIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
49 #define OCTAVE_DATADIR %OCTAVE_DATADIR%
666
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
50 #endif
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
51
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
52 #ifndef OCTAVE_EXEC_PREFIX
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
53 #define OCTAVE_EXEC_PREFIX %OCTAVE_EXEC_PREFIX%
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
54 #endif
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
55
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
56 #ifndef OCTAVE_FCNFILEDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
57 #define OCTAVE_FCNFILEDIR %OCTAVE_FCNFILEDIR%
666
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
58 #endif
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
59
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
60 #ifndef OCTAVE_FCNFILEPATH
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
61 #define OCTAVE_FCNFILEPATH %OCTAVE_FCNFILEPATH%
3141
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 2907
diff changeset
62 #endif
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 2907
diff changeset
63
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
64 #ifndef OCTAVE_IMAGEDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
65 #define OCTAVE_IMAGEDIR %OCTAVE_IMAGEDIR%
666
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
66 #endif
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
67
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
68 #ifndef OCTAVE_IMAGEPATH
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
69 #define OCTAVE_IMAGEPATH %OCTAVE_IMAGEPATH%
3141
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 2907
diff changeset
70 #endif
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 2907
diff changeset
71
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
72 #ifndef OCTAVE_INCLUDEDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
73 #define OCTAVE_INCLUDEDIR %OCTAVE_INCLUDEDIR%
798
0acec886a912 [project @ 1994-10-13 04:57:48 by jwe]
jwe
parents: 730
diff changeset
74 #endif
0acec886a912 [project @ 1994-10-13 04:57:48 by jwe]
jwe
parents: 730
diff changeset
75
666
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
76 #ifndef OCTAVE_INFODIR
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
77 #define OCTAVE_INFODIR %OCTAVE_INFODIR%
12
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
78 #endif
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
79
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2488
diff changeset
80 #ifndef OCTAVE_INFOFILE
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2488
diff changeset
81 #define OCTAVE_INFOFILE %OCTAVE_INFOFILE%
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2488
diff changeset
82 #endif
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2488
diff changeset
83
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
84 #ifndef OCTAVE_LIBDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
85 #define OCTAVE_LIBDIR %OCTAVE_LIBDIR%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
86 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
87
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
88 #ifndef OCTAVE_LIBEXECDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
89 #define OCTAVE_LIBEXECDIR %OCTAVE_LIBEXECDIR%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
90 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
91
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
92 #ifndef OCTAVE_LIBEXECDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
93 #define OCTAVE_LIBEXECDIR %OCTAVE_LIBEXECDIR%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
94 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
95
4449
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4443
diff changeset
96 #ifndef OCTAVE_LOCALAPIFCNFILEDIR
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4443
diff changeset
97 #define OCTAVE_LOCALAPIFCNFILEDIR %OCTAVE_LOCALAPIFCNFILEDIR%
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4443
diff changeset
98 #endif
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4443
diff changeset
99
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4443
diff changeset
100 #ifndef OCTAVE_LOCALAPIOCTFILEDIR
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4443
diff changeset
101 #define OCTAVE_LOCALAPIOCTFILEDIR %OCTAVE_LOCALAPIOCTFILEDIR%
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4443
diff changeset
102 #endif
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4443
diff changeset
103
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
104 #ifndef OCTAVE_LOCALARCHLIBDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
105 #define OCTAVE_LOCALARCHLIBDIR %OCTAVE_LOCALARCHLIBDIR%
666
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
106 #endif
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
107
1476
20e9c40d10f6 [project @ 1995-09-26 05:10:29 by jwe]
jwe
parents: 1315
diff changeset
108 #ifndef OCTAVE_LOCALFCNFILEDIR
20e9c40d10f6 [project @ 1995-09-26 05:10:29 by jwe]
jwe
parents: 1315
diff changeset
109 #define OCTAVE_LOCALFCNFILEDIR %OCTAVE_LOCALFCNFILEDIR%
20e9c40d10f6 [project @ 1995-09-26 05:10:29 by jwe]
jwe
parents: 1315
diff changeset
110 #endif
20e9c40d10f6 [project @ 1995-09-26 05:10:29 by jwe]
jwe
parents: 1315
diff changeset
111
666
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
112 #ifndef OCTAVE_LOCALFCNFILEPATH
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
113 #define OCTAVE_LOCALFCNFILEPATH %OCTAVE_LOCALFCNFILEPATH%
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
114 #endif
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
115
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
116 #ifndef OCTAVE_LOCALOCTFILEDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
117 #define OCTAVE_LOCALOCTFILEDIR %OCTAVE_LOCALOCTFILEDIR%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
118 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
119
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
120 #ifndef OCTAVE_LOCALOCTFILEPATH
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
121 #define OCTAVE_LOCALOCTFILEPATH %OCTAVE_LOCALOCTFILEPATH%
423
49345c503741 [project @ 1994-05-23 21:01:01 by jwe]
jwe
parents: 195
diff changeset
122 #endif
49345c503741 [project @ 1994-05-23 21:01:01 by jwe]
jwe
parents: 195
diff changeset
123
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
124 #ifndef OCTAVE_LOCALSTARTUPFILEDIR
4443
aa345723c698 [project @ 2003-07-07 19:55:18 by jwe]
jwe
parents: 4217
diff changeset
125 #define OCTAVE_LOCALSTARTUPFILEDIR %OCTAVE_LOCALSTARTUPFILEDIR%
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
126 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
127
3597
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
128 #ifndef OCTAVE_LOCALVERARCHLIBDIR
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
129 #define OCTAVE_LOCALVERARCHLIBDIR %OCTAVE_LOCALVERARCHLIBDIR%
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
130 #endif
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
131
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
132 #ifndef OCTAVE_LOCALVERFCNFILEDIR
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
133 #define OCTAVE_LOCALVERFCNFILEDIR %OCTAVE_LOCALVERFCNFILEDIR%
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
134 #endif
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
135
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
136 #ifndef OCTAVE_LOCALVEROCTFILEDIR
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
137 #define OCTAVE_LOCALVEROCTFILEDIR %OCTAVE_LOCALVEROCTFILEDIR%
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
138 #endif
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
139
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
140 #ifndef OCTAVE_MAN1DIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
141 #define OCTAVE_MAN1DIR %OCTAVE_MAN1DIR%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
142 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
143
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
144 #ifndef OCTAVE_MAN1EXT
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
145 #define OCTAVE_MAN1EXT %OCTAVE_MAN1EXT%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
146 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
147
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
148 #ifndef OCTAVE_MANDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
149 #define OCTAVE_MANDIR %OCTAVE_MANDIR%
2439
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2204
diff changeset
150 #endif
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2204
diff changeset
151
666
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
152 #ifndef OCTAVE_OCTFILEDIR
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
153 #define OCTAVE_OCTFILEDIR %OCTAVE_OCTFILEDIR%
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
154 #endif
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
155
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
156 #ifndef OCTAVE_OCTINCLUDEDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
157 #define OCTAVE_OCTINCLUDEDIR %OCTAVE_OCTINCLUDEDIR%
666
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
158 #endif
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
159
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
160 #ifndef OCTAVE_OCTLIBDIR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
161 #define OCTAVE_OCTLIBDIR %OCTAVE_OCTLIBDIR%
666
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
162 #endif
fb4f6556b443 [project @ 1994-09-06 21:22:46 by jwe]
jwe
parents: 423
diff changeset
163
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
164 #ifndef OCTAVE_PREFIX
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
165 #define OCTAVE_PREFIX %OCTAVE_PREFIX%
684
4e67ff861c84 [project @ 1994-09-09 17:39:43 by jwe]
jwe
parents: 666
diff changeset
166 #endif
4e67ff861c84 [project @ 1994-09-09 17:39:43 by jwe]
jwe
parents: 666
diff changeset
167
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3532
diff changeset
168 #ifndef OCTAVE_STARTUPFILEDIR
4443
aa345723c698 [project @ 2003-07-07 19:55:18 by jwe]
jwe
parents: 4217
diff changeset
169 #define OCTAVE_STARTUPFILEDIR %OCTAVE_STARTUPFILEDIR%
423
49345c503741 [project @ 1994-05-23 21:01:01 by jwe]
jwe
parents: 195
diff changeset
170 #endif
49345c503741 [project @ 1994-05-23 21:01:01 by jwe]
jwe
parents: 195
diff changeset
171
3532
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
172 extern std::string Voctave_home;
2204
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
173
3532
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
174 extern std::string Vbin_dir;
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
175 extern std::string Vinfo_dir;
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
176 extern std::string Vdata_dir;
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
177 extern std::string Vlibexec_dir;
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
178 extern std::string Varch_lib_dir;
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
179 extern std::string Vlocal_arch_lib_dir;
3597
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3584
diff changeset
180 extern std::string Vlocal_ver_arch_lib_dir;
3532
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
181 extern std::string Vfcn_file_dir;
2204
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
182
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
183 // The path that will be searched for programs that we execute.
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
184 // (--exec-path path)
3532
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
185 extern std::string Vexec_path;
2204
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
186
3174
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3141
diff changeset
187 // And the cached directory path corresponding to Vload_path.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3141
diff changeset
188 extern dir_path Vload_path_dir_path;
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3141
diff changeset
189
2204
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
190 // Name of the editor to be invoked by the edit_history command.
3532
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
191 extern std::string Veditor;
2204
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
192
3532
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
193 extern std::string Vimagepath;
2204
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
194
3532
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
195 extern std::string Vlocal_site_defaults_file;
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
196 extern std::string Vsite_defaults_file;
2204
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
197
4776
adf8d68d7143 [project @ 2004-02-16 20:32:20 by jwe]
jwe
parents: 4449
diff changeset
198 // Name of the FFTW wisdom program.
adf8d68d7143 [project @ 2004-02-16 20:32:20 by jwe]
jwe
parents: 4449
diff changeset
199 extern std::string Vfftw_wisdom_prog;
adf8d68d7143 [project @ 2004-02-16 20:32:20 by jwe]
jwe
parents: 4449
diff changeset
200
4217
301cc4cf87e9 [project @ 2002-12-05 03:33:01 by jwe]
jwe
parents: 3597
diff changeset
201 extern void execute_default_pkg_add_files (void);
301cc4cf87e9 [project @ 2002-12-05 03:33:01 by jwe]
jwe
parents: 3597
diff changeset
202
3532
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3234
diff changeset
203 extern std::string maybe_add_default_load_path (const std::string& pathstring);
2204
a24158362f9f [project @ 1996-05-15 06:09:42 by jwe]
jwe
parents: 2198
diff changeset
204
2198
d2653a9730e9 [project @ 1996-05-15 01:37:13 by jwe]
jwe
parents: 2158
diff changeset
205 extern void install_defaults (void);
d2653a9730e9 [project @ 1996-05-15 01:37:13 by jwe]
jwe
parents: 2158
diff changeset
206
12
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
207 #endif
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
208
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
209 /*
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
210 ;;; Local Variables: ***
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
211 ;;; mode: C++ ***
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
212 ;;; page-delimiter: "^/\\*" ***
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
213 ;;; End: ***
fbc0f5ebd3e0 [project @ 1993-08-09 01:07:49 by jwe]
jwe
parents:
diff changeset
214 */