diff src/defaults.h.in @ 423:49345c503741

[project @ 1994-05-23 21:01:01 by jwe]
author jwe
date Mon, 23 May 1994 21:04:55 +0000
parents 13c6086c325c
children fb4f6556b443
line wrap: on
line diff
--- a/src/defaults.h.in	Mon May 23 20:50:51 1994 +0000
+++ b/src/defaults.h.in	Mon May 23 21:04:55 1994 +0000
@@ -1,7 +1,7 @@
 // defaults.h                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
@@ -21,8 +21,8 @@
 
 */
 
-#if !defined (_defaults_h)
-#define _defaults_h 1
+#if !defined (octave_defaults_h)
+#define octave_defaults_h 1
 
 #ifndef DEFAULT_PAGER
 #define DEFAULT_PAGER %DEFAULT_PAGER%
@@ -32,6 +32,14 @@
 #define OCTAVE_HOME %OCTAVE_HOME%
 #endif
 
+#ifndef OCTAVE_LIB_DIR
+#define OCTAVE_LIB_DIR %OCTAVE_LIB_DIR%
+#endif
+
+#ifndef OCTAVE_INFO_DIR
+#define OCTAVE_INFO_DIR %OCTAVE_INFO_DIR%
+#endif
+
 #endif
 
 /*