Salome HOME
copy tag mergefrom_BR_V0_1_CC_Salome_04oct07
[modules/yacs.git] / src / wrappergen / src / HXX2SALOME_GENERIC_CLASS_NAME_SRC / adm_local / unix / SALOMEconfig.h.in
1 #ifndef SALOME_CONFIG_H
2 #define SALOME_CONFIG_H
3
4 #define DEBUG
5
6 #define QUOTE(x)  #x
7 #define CORBA_CLIENT_HEADER(x)  QUOTE(x@IDL_CLN_H@)
8 #define CORBA_SERVER_HEADER(x)  QUOTE(x@IDL_SRV_H@)
9
10 #ifndef @MACHINE@
11   #define @MACHINE@
12 #endif
13
14
15 /* A path to a rcp-like command */
16 #define RCP "@RCP@"
17
18 /* A path to a rm-like command */
19 #define RM "@RM@"
20
21 /* A path to a cp-like command */
22 #define CP "@CP@"
23
24 /* A path to a rsh-like command */
25 #define RSH "@RSH@"
26
27 /* A path to a scp-like command */
28 #define SCP "@SCP@"
29
30 /* A path to a sh-like command */
31 #define SH "@SH@"
32
33 /* A path to a ssh-like command */
34 #define SSH "@SSH@"
35
36 #endif