/*========================================================================= Program: Visualization Toolkit Module: vtk_libproj.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ #ifndef vtk_libproj_h #define vtk_libproj_h /* Use the libproj library configured for VTK. */ #cmakedefine01 VTK_MODULE_USE_EXTERNAL_vtklibproj #define VTK_LibPROJ_MAJOR_VERSION @LibPROJ_MAJOR_VERSION@ #if VTK_LibPROJ_MAJOR_VERSION < 5 # define PROJ_VERSION_MAJOR @LibPROJ_MAJOR_VERSION@ # define proj_list_operations pj_get_list_ref #endif #if VTK_MODULE_USE_EXTERNAL_vtklibproj # if VTK_LibPROJ_MAJOR_VERSION >= 5 # include # include # include # include # else # include # endif # include #else # include # include # include # include # include #endif #endif