Import doxygen generated api doc
[qanava.git] / src / qanConfig.h
blob12658cc85c92dc6e2d00b7ef4ec5daf22aa32290
1 /*
2 Qanava - Graph drawing library for QT
3 Copyright (C) 2006 Benoit AUTHEMAN
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, or (at your option) any later version.
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.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 //-----------------------------------------------------------------------------
21 // This file is a part of the Qanava and LTM software.
23 // \file utlConfig.h
24 // \author Benoit Autheman (benoit@libqanava.org)
25 // \date 2004 September 21
26 //-----------------------------------------------------------------------------
29 #ifndef qan_utlConfig_h
30 #define qan_utlConfig_h
33 // Configure this file either for LTM or Qanava
34 #undef QAN_UTL_ROOT_NAMESPACE
35 #define QAN_UTL_ROOT_NAMESPACE qan // Uncomment for Qanava
36 //#define QAN_UTL_ROOT_NAMESPACE ltm // Uncomment for LTM
38 #include <math.h>
40 #ifndef QANAVA_UNIX
42 #pragma warning( disable:4786 ) // VC6: Too long template name in debug informations
44 #pragma warning( disable:4251 ) // VC7.1: BOOST dll interface warning
46 #pragma warning( disable:4275 ) // VC7.1: BOOST dll interface warning
48 #pragma warning( disable:4290 ) // VC7.1: Explicit C++ exception specification
50 #pragma warning( disable:4100 ) // VC7.1: Unreferenced formal parameter
52 #pragma warning( disable:4244 ) // VC7.1: BOOST date and time warning
54 #endif
56 #endif // utlConfig_h