Mercurial > hg > octave-nkf
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 +++ b/src/defaults.h.in @@ -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;