Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/kernel.git] / salome_adm / unix / SALOMEconfig.ref.in
1 /*----------------------------------------------------------------------------------
2   Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
3   CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
4  
5   This library is free software; you can redistribute it and/or 
6   modify it under the terms of the GNU Lesser General Public 
7   License as published by the Free Software Foundation; either 
8   version 2.1 of the License. 
9  
10   This library is distributed in the hope that it will be useful, 
11   but WITHOUT ANY WARRANTY; without even the implied warranty of 
12   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
13   Lesser General Public License for more details. 
14  
15   You should have received a copy of the GNU Lesser General Public 
16   License along with this library; if not, write to the Free Software 
17   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
18  
19   See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
20 ------------------------------------------------------------------------------------*/
21
22 #ifndef SALOME_CONFIG_H
23 #define SALOME_CONFIG_H
24
25 #define DEBUG
26
27 #define QUOTE(x)  #x
28 #define CORBA_CLIENT_HEADER(x)  QUOTE(x@IDL_CLN_H@)
29 #define CORBA_SERVER_HEADER(x)  QUOTE(x@IDL_SRV_H@)
30
31 #ifndef @MACHINE@
32   #define @MACHINE@
33 #endif
34
35
36 /* A path to a rcp-like command */
37 #define RCP "@RCP@"
38
39 /* A path to a rm-like command */
40 #define RM "@RM@"
41
42 /* A path to a cp-like command */
43 #define CP "@CP@"
44
45 /* A path to a rsh-like command */
46 #define RSH "@RSH@"
47
48 /* A path to a scp-like command */
49 #define SCP "@SCP@"
50
51 /* A path to a sh-like command */
52 #define SH "@SH@"
53
54 /* A path to a ssh-like command */
55 #define SSH "@SSH@"
56
57 #endif