diff src/defaults.h.in @ 4443:aa345723c698

[project @ 2003-07-07 19:55:18 by jwe]
author jwe
date Mon, 07 Jul 2003 19:55:18 +0000
parents 301cc4cf87e9
children e2c91da0aa16
line wrap: on
line diff
--- a/src/defaults.h.in	Wed Jul 02 23:40:20 2003 +0000
+++ b/src/defaults.h.in	Mon Jul 07 19:55:18 2003 +0000
@@ -113,7 +113,7 @@
 #endif
 
 #ifndef OCTAVE_LOCALSTARTUPFILEDIR
-#define OCTAVE_LOCALSTARTUPFILEDIR OCTAVE_LOCALFCNFILEDIR "/startup"
+#define OCTAVE_LOCALSTARTUPFILEDIR %OCTAVE_LOCALSTARTUPFILEDIR%
 #endif
 
 #ifndef OCTAVE_LOCALVERARCHLIBDIR
@@ -157,7 +157,7 @@
 #endif
 
 #ifndef OCTAVE_STARTUPFILEDIR
-#define OCTAVE_STARTUPFILEDIR OCTAVE_FCNFILEDIR "/startup"
+#define OCTAVE_STARTUPFILEDIR %OCTAVE_STARTUPFILEDIR%
 #endif
 
 extern std::string Voctave_home;