diff src/defaults.h.in @ 2439:dc870b8b229f

[project @ 1996-10-30 07:57:31 by jwe]
author jwe
date Wed, 30 Oct 1996 07:58:24 +0000
parents a24158362f9f
children d4eb39779b88
line wrap: on
line diff
--- a/src/defaults.h.in	Wed Oct 30 02:47:52 1996 +0000
+++ b/src/defaults.h.in	Wed Oct 30 07:58:24 1996 +0000
@@ -78,6 +78,10 @@
 #define OCTAVE_ARCHLIBDIR %OCTAVE_ARCHLIBDIR%
 #endif
 
+#ifndef OCTAVE_LOCALARCHLIBDIR
+#define OCTAVE_LOCALARCHLIBDIR %OCTAVE_LOCALARCHLIBDIR%
+#endif
+
 #ifndef OCTAVE_OCTFILEDIR
 #define OCTAVE_OCTFILEDIR %OCTAVE_OCTFILEDIR%
 #endif
@@ -120,6 +124,7 @@
 extern string Vlib_dir;
 extern string Vinfo_dir;
 extern string Varch_lib_dir;
+extern string Vlocal_arch_lib_dir;
 extern string Vfcn_file_dir;
 
 // The path that will be searched for programs that we execute.