Salome HOME
update after merging trhe branches CEA_V3_0_x, OCC_V3_1_0_a1_x, and the main
[modules/med.git] / adm_local_without_kernel / unix / SALOMEconfig.h.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 #endif