comparison 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
comparison
equal deleted inserted replaced
422:875977d1f8cf 423:49345c503741
1 // defaults.h -*- C++ -*- 1 // defaults.h -*- C++ -*-
2 /* 2 /*
3 3
4 Copyright (C) 1992, 1993 John W. Eaton 4 Copyright (C) 1992, 1993, 1994 John W. Eaton
5 5
6 This file is part of Octave. 6 This file is part of Octave.
7 7
8 Octave is free software; you can redistribute it and/or modify it 8 Octave is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the 9 under the terms of the GNU General Public License as published by the
19 along with Octave; see the file COPYING. If not, write to the Free 19 along with Octave; see the file COPYING. If not, write to the Free
20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21 21
22 */ 22 */
23 23
24 #if !defined (_defaults_h) 24 #if !defined (octave_defaults_h)
25 #define _defaults_h 1 25 #define octave_defaults_h 1
26 26
27 #ifndef DEFAULT_PAGER 27 #ifndef DEFAULT_PAGER
28 #define DEFAULT_PAGER %DEFAULT_PAGER% 28 #define DEFAULT_PAGER %DEFAULT_PAGER%
29 #endif 29 #endif
30 30
31 #ifndef OCTAVE_HOME 31 #ifndef OCTAVE_HOME
32 #define OCTAVE_HOME %OCTAVE_HOME% 32 #define OCTAVE_HOME %OCTAVE_HOME%
33 #endif
34
35 #ifndef OCTAVE_LIB_DIR
36 #define OCTAVE_LIB_DIR %OCTAVE_LIB_DIR%
37 #endif
38
39 #ifndef OCTAVE_INFO_DIR
40 #define OCTAVE_INFO_DIR %OCTAVE_INFO_DIR%
33 #endif 41 #endif
34 42
35 #endif 43 #endif
36 44
37 /* 45 /*