Salome HOME
Updated copyright comment
[modules/hexablock.git] / salome_adm / unix / SALOMEconfig.h.in
1 // Copyright (C) 2007-2024  CEA, EDF
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 /* Debug mode ??? */
21 #ifndef DEBUG
22 # define DEBUG
23 #endif
24
25 /* CORBA headers include rules */
26 #ifndef CORBA_CLIENT_HEADER
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 #endif
31
32 /* Platform definition */
33 #ifndef @MACHINE@
34   #define @MACHINE@
35 #endif
36
37 // This is only to suppress warning messages with defines redefined (cause of omniORB that exports these names)
38 #ifdef PACKAGE
39 #undef PACKAGE
40 #endif
41 #ifdef PACKAGE_BUGREPORT
42 #undef PACKAGE_BUGREPORT
43 #endif
44 #ifdef PACKAGE_NAME
45 #undef PACKAGE_NAME
46 #endif
47 #ifdef PACKAGE_STRING
48 #undef PACKAGE_STRING
49 #endif
50 #ifdef PACKAGE_TARNAME
51 #undef PACKAGE_TARNAME
52 #endif
53 #ifdef PACKAGE_VERSION
54 #undef PACKAGE_VERSION
55 #endif
56 #ifdef VERSION
57 #undef VERSION
58 #endif
59
60 #ifdef _POSIX_C_SOURCE
61 #undef _POSIX_C_SOURCE
62 #endif