1/*=========================================================================
2 *
3 *  Copyright Insight Software Consortium
4 *
5 *  Licensed under the Apache License, Version 2.0 (the "License");
6 *  you may not use this file except in compliance with the License.
7 *  You may obtain a copy of the License at
8 *
9 *         http://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 *  Unless required by applicable law or agreed to in writing, software
12 *  distributed under the License is distributed on an "AS IS" BASIS,
13 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 *  See the License for the specific language governing permissions and
15 *  limitations under the License.
16 *
17 *=========================================================================*/
18#ifndef itkIOConfigure_h
19#define itkIOConfigure_h
20
21#cmakedefine ITK_SUPPORTS_WCHAR_T_FILENAME_CSTYLEIO
22#cmakedefine ITK_SUPPORTS_WCHAR_T_FILENAME_IOSTREAMS_CONSTRUCTORS
23#cmakedefine ITK_SUPPORTS_FDSTREAM_HPP
24
25/*
26 *  Enable the pre-registration of factories for specific image file formats
27 */
28#cmakedefine ITKIO_SUPPORTS_ANALYZE_IMAGEIO
29#cmakedefine ITKIO_SUPPORTS_BIORAD_IMAGEIO
30#cmakedefine ITKIO_SUPPORTS_BMP_IMAGEIO
31#cmakedefine ITKIO_SUPPORTS_GDCM_IMAGEIO
32#cmakedefine ITKIO_SUPPORTS_GIPL_IMAGEIO
33#cmakedefine ITKIO_SUPPORTS_JPEG_IMAGEIO
34#cmakedefine ITKIO_SUPPORTS_LSM_IMAGEIO
35#cmakedefine ITKIO_SUPPORTS_META_IMAGEIO
36#cmakedefine ITKIO_SUPPORTS_NIFTI_IMAGEIO
37#cmakedefine ITKIO_SUPPORTS_NRRD_IMAGEIO
38#cmakedefine ITKIO_SUPPORTS_PNG_IMAGEIO
39#cmakedefine ITKIO_SUPPORTS_STIMULATE_IMAGEIO
40#cmakedefine ITKIO_SUPPORTS_TIFF_IMAGEIO
41#cmakedefine ITKIO_SUPPORTS_VTK_IMAGEIO
42
43#endif //itkConfigure_h
44