24 #if !defined (octave_defaults_h)
25 #define octave_defaults_h 1
31 #ifndef OCTAVE_CANONICAL_HOST_TYPE
32 #define OCTAVE_CANONICAL_HOST_TYPE %OCTAVE_CANONICAL_HOST_TYPE%
35 #ifndef OCTAVE_DEFAULT_PAGER
36 #define OCTAVE_DEFAULT_PAGER %OCTAVE_DEFAULT_PAGER%
39 #ifndef OCTAVE_ARCHLIBDIR
40 #define OCTAVE_ARCHLIBDIR %OCTAVE_ARCHLIBDIR%
44 #define OCTAVE_BINDIR %OCTAVE_BINDIR%
47 #ifndef OCTAVE_DATADIR
48 #define OCTAVE_DATADIR %OCTAVE_DATADIR%
51 #ifndef OCTAVE_DATAROOTDIR
52 #define OCTAVE_DATAROOTDIR %OCTAVE_DATAROOTDIR%
55 #ifndef OCTAVE_DOC_CACHE_FILE
56 #define OCTAVE_DOC_CACHE_FILE %OCTAVE_DOC_CACHE_FILE%
59 #ifndef OCTAVE_TEXI_MACROS_FILE
60 #define OCTAVE_TEXI_MACROS_FILE %OCTAVE_TEXI_MACROS_FILE%
63 #ifndef OCTAVE_EXEC_PREFIX
64 #define OCTAVE_EXEC_PREFIX %OCTAVE_EXEC_PREFIX%
67 #ifndef OCTAVE_FCNFILEDIR
68 #define OCTAVE_FCNFILEDIR %OCTAVE_FCNFILEDIR%
71 #ifndef OCTAVE_IMAGEDIR
72 #define OCTAVE_IMAGEDIR %OCTAVE_IMAGEDIR%
75 #ifndef OCTAVE_INCLUDEDIR
76 #define OCTAVE_INCLUDEDIR %OCTAVE_INCLUDEDIR%
79 #ifndef OCTAVE_INFODIR
80 #define OCTAVE_INFODIR %OCTAVE_INFODIR%
83 #ifndef OCTAVE_INFOFILE
84 #define OCTAVE_INFOFILE %OCTAVE_INFOFILE%
88 #define OCTAVE_LIBDIR %OCTAVE_LIBDIR%
91 #ifndef OCTAVE_LIBEXECDIR
92 #define OCTAVE_LIBEXECDIR %OCTAVE_LIBEXECDIR%
95 #ifndef OCTAVE_LIBEXECDIR
96 #define OCTAVE_LIBEXECDIR %OCTAVE_LIBEXECDIR%
99 #ifndef OCTAVE_LOCALAPIFCNFILEDIR
100 #define OCTAVE_LOCALAPIFCNFILEDIR %OCTAVE_LOCALAPIFCNFILEDIR%
103 #ifndef OCTAVE_LOCALAPIOCTFILEDIR
104 #define OCTAVE_LOCALAPIOCTFILEDIR %OCTAVE_LOCALAPIOCTFILEDIR%
107 #ifndef OCTAVE_LOCALARCHLIBDIR
108 #define OCTAVE_LOCALARCHLIBDIR %OCTAVE_LOCALARCHLIBDIR%
111 #ifndef OCTAVE_LOCALFCNFILEDIR
112 #define OCTAVE_LOCALFCNFILEDIR %OCTAVE_LOCALFCNFILEDIR%
115 #ifndef OCTAVE_LOCALOCTFILEDIR
116 #define OCTAVE_LOCALOCTFILEDIR %OCTAVE_LOCALOCTFILEDIR%
119 #ifndef OCTAVE_LOCALSTARTUPFILEDIR
120 #define OCTAVE_LOCALSTARTUPFILEDIR %OCTAVE_LOCALSTARTUPFILEDIR%
123 #ifndef OCTAVE_LOCALAPIARCHLIBDIR
124 #define OCTAVE_LOCALAPIARCHLIBDIR %OCTAVE_LOCALAPIARCHLIBDIR%
127 #ifndef OCTAVE_LOCALVERARCHLIBDIR
128 #define OCTAVE_LOCALVERARCHLIBDIR %OCTAVE_LOCALVERARCHLIBDIR%
131 #ifndef OCTAVE_LOCALVERFCNFILEDIR
132 #define OCTAVE_LOCALVERFCNFILEDIR %OCTAVE_LOCALVERFCNFILEDIR%
135 #ifndef OCTAVE_LOCALVEROCTFILEDIR
136 #define OCTAVE_LOCALVEROCTFILEDIR %OCTAVE_LOCALVEROCTFILEDIR%
139 #ifndef OCTAVE_MAN1DIR
140 #define OCTAVE_MAN1DIR %OCTAVE_MAN1DIR%
143 #ifndef OCTAVE_MAN1EXT
144 #define OCTAVE_MAN1EXT %OCTAVE_MAN1EXT%
147 #ifndef OCTAVE_MANDIR
148 #define OCTAVE_MANDIR %OCTAVE_MANDIR%
151 #ifndef OCTAVE_OCTDATADIR
152 #define OCTAVE_OCTDATADIR %OCTAVE_OCTDATADIR%
155 #ifndef OCTAVE_OCTFILEDIR
156 #define OCTAVE_OCTFILEDIR %OCTAVE_OCTFILEDIR%
159 #ifndef OCTAVE_OCTETCDIR
160 #define OCTAVE_OCTETCDIR %OCTAVE_OCTETCDIR%
163 #ifndef OCTAVE_OCTLOCALEDIR
164 #define OCTAVE_OCTLOCALEDIR %OCTAVE_OCTLOCALEDIR%
167 #ifndef OCTAVE_OCTINCLUDEDIR
168 #define OCTAVE_OCTINCLUDEDIR %OCTAVE_OCTINCLUDEDIR%
171 #ifndef OCTAVE_OCTLIBDIR
172 #define OCTAVE_OCTLIBDIR %OCTAVE_OCTLIBDIR%
175 #ifndef OCTAVE_OCTTESTSDIR
176 #define OCTAVE_OCTTESTSDIR %OCTAVE_OCTTESTSDIR%
179 #ifndef OCTAVE_PREFIX
180 #define OCTAVE_PREFIX %OCTAVE_PREFIX%
183 #ifndef OCTAVE_STARTUPFILEDIR
184 #define OCTAVE_STARTUPFILEDIR %OCTAVE_STARTUPFILEDIR%
187 #ifndef OCTAVE_RELEASE
188 #define OCTAVE_RELEASE %OCTAVE_RELEASE%
OCTINTERP_API std::string Vlocal_site_defaults_file
OCTINTERP_API std::string Vimage_dir
OCTINTERP_API std::string Vlocal_api_oct_file_dir
OCTINTERP_API std::string Vlocal_api_fcn_file_dir
OCTINTERP_API std::string Voct_etc_dir
OCTINTERP_API void set_image_path(const std::string &path=std::string())
OCTINTERP_API void install_defaults(void)
OCTINTERP_API std::string Vbin_dir
OCTINTERP_API void set_exec_path(const std::string &path=std::string())
OCTINTERP_API std::string Vfcn_file_dir
OCTINTERP_API std::string Vdata_dir
OCTINTERP_API std::string Vlocal_ver_fcn_file_dir
OCTINTERP_API std::string VEDITOR
OCTINTERP_API std::string Voct_file_dir
OCTINTERP_API std::string Vlocal_ver_arch_lib_dir
OCTINTERP_API std::string Varch_lib_dir
OCTINTERP_API std::string Vlocal_arch_lib_dir
OCTINTERP_API std::string Vsite_defaults_file
OCTINTERP_API std::string Voct_data_dir
OCTINTERP_API std::string Vlocal_ver_oct_file_dir
OCTINTERP_API std::string Voctave_home
OCTINTERP_API std::string Vlocal_fcn_file_dir
OCTINTERP_API std::string Vlocal_oct_file_dir
OCTINTERP_API std::string Vlibexec_dir
OCTINTERP_API std::string Vbuilt_in_docstrings_file
OCTINTERP_API std::string Vfftw_wisdom_program
OCTINTERP_API std::string Vinfo_dir
OCTINTERP_API std::string Voct_locale_dir
OCTINTERP_API std::string subst_octave_home(const std::string &)