comparison src/defaults.h.in @ 5794:1138ced03f14

[project @ 2006-05-08 20:23:04 by jwe]
author jwe
date Mon, 08 May 2006 20:23:07 +0000
parents 7b45fda21557
children 67bf9b4f2ae2
comparison
equal deleted inserted replaced
5793:395382df0d8a 5794:1138ced03f14
183 extern std::string Vlocal_arch_lib_dir; 183 extern std::string Vlocal_arch_lib_dir;
184 extern std::string Vlocal_ver_arch_lib_dir; 184 extern std::string Vlocal_ver_arch_lib_dir;
185 extern std::string Vfcn_file_dir; 185 extern std::string Vfcn_file_dir;
186 extern std::string Voct_file_dir; 186 extern std::string Voct_file_dir;
187 187
188 // The path that will be searched for programs that we execute.
189 // (--exec-path path)
190 extern std::string Vexec_path;
191
192 // And the cached directory path corresponding to Vload_path. 188 // And the cached directory path corresponding to Vload_path.
193 extern dir_path Vload_path_dir_path; 189 extern dir_path Vload_path_dir_path;
194 190
195 // Name of the editor to be invoked by the edit_history command. 191 // Name of the editor to be invoked by the edit_history command.
196 extern std::string Veditor; 192 extern std::string VEDITOR;
197
198 extern std::string Vimagepath;
199 193
200 extern std::string Vlocal_site_defaults_file; 194 extern std::string Vlocal_site_defaults_file;
201 extern std::string Vsite_defaults_file; 195 extern std::string Vsite_defaults_file;
202 196
203 // Name of the FFTW wisdom program. 197 // Name of the FFTW wisdom program.
204 extern std::string Vfftw_wisdom_prog; 198 extern std::string Vfftw_wisdom_program;
205 199
206 extern void execute_default_pkg_add_files (void); 200 extern void execute_default_pkg_add_files (void);
207 201
208 extern std::string maybe_add_default_load_path (const std::string& pathstring); 202 extern std::string maybe_add_default_load_path (const std::string& pathstring);
209 203