cgnsconfig.h 2.2 KB

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