diff src/defaults.h.in @ 3597:26662775f4e9

[project @ 2000-02-12 02:24:41 by jwe]
author jwe
date Sat, 12 Feb 2000 02:24:46 +0000
parents aa31644d9779
children 301cc4cf87e9
line wrap: on
line diff
--- a/src/defaults.h.in	Thu Feb 10 09:26:51 2000 +0000
+++ b/src/defaults.h.in	Sat Feb 12 02:24:46 2000 +0000
@@ -116,6 +116,18 @@
 #define OCTAVE_LOCALSTARTUPFILEDIR OCTAVE_LOCALFCNFILEDIR "/startup"
 #endif
 
+#ifndef OCTAVE_LOCALVERARCHLIBDIR
+#define OCTAVE_LOCALVERARCHLIBDIR %OCTAVE_LOCALVERARCHLIBDIR%
+#endif
+
+#ifndef OCTAVE_LOCALVERFCNFILEDIR
+#define OCTAVE_LOCALVERFCNFILEDIR %OCTAVE_LOCALVERFCNFILEDIR%
+#endif
+
+#ifndef OCTAVE_LOCALVEROCTFILEDIR
+#define OCTAVE_LOCALVEROCTFILEDIR %OCTAVE_LOCALVEROCTFILEDIR%
+#endif
+
 #ifndef OCTAVE_MAN1DIR
 #define OCTAVE_MAN1DIR %OCTAVE_MAN1DIR%
 #endif
@@ -156,6 +168,7 @@
 extern std::string Vlibexec_dir;
 extern std::string Varch_lib_dir;
 extern std::string Vlocal_arch_lib_dir;
+extern std::string Vlocal_ver_arch_lib_dir;
 extern std::string Vfcn_file_dir;
 
 // The path that will be searched for programs that we execute.