Salome HOME
add14555f74d00ba096edb231e73772c4f97f6cb
[samples/genericsolver.git] / salome_adm / unix / SALOMEconfig.h.in
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 //  This library is free software; you can redistribute it and/or
7 //  modify it under the terms of the GNU Lesser General Public
8 //  License as published by the Free Software Foundation; either
9 //  version 2.1 of the License.
10 //
11 //  This library is distributed in the hope that it will be useful,
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 //  Lesser General Public License for more details.
15 //
16 //  You should have received a copy of the GNU Lesser General Public
17 //  License along with this library; if not, write to the Free Software
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22
23 #ifndef SALOME_CONFIG_H
24 #define SALOME_CONFIG_H
25
26 #define DEBUG
27
28 #define QUOTE(x)  #x
29 #define CORBA_CLIENT_HEADER(x)  QUOTE(x@IDL_CLN_H@)
30 #define CORBA_SERVER_HEADER(x)  QUOTE(x@IDL_SRV_H@)
31
32 #ifndef @MACHINE@
33   #define @MACHINE@
34 #endif
35
36
37 /* A path to a rcp-like command */
38 #define RCP "@RCP@"
39
40 /* A path to a rm-like command */
41 #define RM "@RM@"
42
43 /* A path to a cp-like command */
44 #define CP "@CP@"
45
46 /* A path to a rsh-like command */
47 #define RSH "@RSH@"
48
49 /* A path to a scp-like command */
50 #define SCP "@SCP@"
51
52 /* A path to a sh-like command */
53 #define SH "@SH@"
54
55 /* A path to a ssh-like command */
56 #define SSH "@SSH@"
57
58 // This is only to suppress warning messages with defines redefined (cause of omniORB that exports these names)
59 #ifdef PACKAGE_BUGREPORT
60 #undef PACKAGE_BUGREPORT
61 #endif
62 #ifdef PACKAGE_NAME
63 #undef PACKAGE_NAME
64 #endif
65 #ifdef PACKAGE_STRING
66 #undef PACKAGE_STRING
67 #endif
68 #ifdef PACKAGE_TARNAME
69 #undef PACKAGE_TARNAME
70 #endif
71 #ifdef PACKAGE_VERSION
72 #undef PACKAGE_VERSION
73 #endif
74
75 #ifdef _POSIX_C_SOURCE
76 #undef _POSIX_C_SOURCE
77 #endif
78
79 #endif