diff src/defaults.h.in @ 8865:eace5649a8b5

set default value for doc_cache_file variable
author John W. Eaton <jwe@octave.org>
date Wed, 25 Feb 2009 01:24:12 -0500
parents 679c270b7584
children eb63fbe60fab
line wrap: on
line diff
--- a/src/defaults.h.in
+++ b/src/defaults.h.in
@@ -53,6 +53,10 @@
 #define OCTAVE_DATAROOTDIR %OCTAVE_DATAROOTDIR%
 #endif
 
+#ifndef OCTAVE_DOC_CACHE_FILE
+#define OCTAVE_DOC_CACHE_FILE %OCTAVE_DOC_CACHE_FILE%
+#endif
+
 #ifndef OCTAVE_EXEC_PREFIX
 #define OCTAVE_EXEC_PREFIX %OCTAVE_EXEC_PREFIX%
 #endif