cgnsconfig.h
Go to the documentation of this file.
1 /* ------------------------------------------------------------------------- *
2  * CGNS - CFD General Notation System (http://www.cgns.org) *
3  * CGNS/MLL - Mid-Level Library header file *
4  * ------------------------------------------------------------------------- */
5 
6 /* ------------------------------------------------------------------------- *
7 
8  This software is provided 'as-is', without any express or implied warranty.
9  In no event will the authors be held liable for any damages arising from
10  the use of this software.
11 
12  Permission is granted to anyone to use this software for any purpose,
13  including commercial applications, and to alter it and redistribute it
14  freely, subject to the following restrictions:
15 
16  1. The origin of this software must not be misrepresented; you must not
17  claim that you wrote the original software. If you use this software
18  in a product, an acknowledgment in the product documentation would be
19  appreciated but is not required.
20 
21  2. Altered source versions must be plainly marked as such, and must not
22  be misrepresented as being the original software.
23 
24  3. This notice may not be removed or altered from any source distribution.
25 
26  * ------------------------------------------------------------------------- */
27 
28 /* ------------------------------------------------------------------------- *
29  This file has been generated during the CGNS/MLL installation.
30  This is a snapshot of the parameters used for CGNS/MLL production and
31  some PATHS parameters (headers or shared libs) may change or
32  disappear (for example in case of cross-compilation).
33  * ------------------------------------------------------------------------- */
34 
35 #ifndef CGNSCONFIG_H
36 #define CGNSCONFIG_H
37 
38 #define CG_BUILD_DEBUG
39 #define CG_BUILD_FORTRAN 0
40 #define CG_BUILD_BASESCOPE 0
41 
42 #define HDF5_INCLUDE_PATH ""
43 #define HDF5_LIBRARY ""
44 
45 #define HDF5_NEED_MPI 0
46 #define HDF5_NEED_SZIP 0
47 #define HDF5_NEED_ZLIB 0
48 
49 #define MPI_INCLUDE_PATH ""
50 #define MPI_LIBRARY ""
51 #define SZIP_LIBRARY ""
52 #define ZLIB_LIBRARY ""
53 
54 #define MPI_INC ""
55 #define MPI_LIBS ""
56 
57 #include "cgnstypes.h"
58 
59 #endif