vtk_expat.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 #ifndef vtk_expat_h
4 #define vtk_expat_h
5 
6 /* Use the expat library configured for VTK. */
7 #define VTK_MODULE_USE_EXTERNAL_vtkexpat 0
8 
9 #if VTK_MODULE_USE_EXTERNAL_vtkexpat
10 # include <expat.h>
11 #else
12 /* #undef XML_STATIC */
13 #define XML_LARGE_SIZE
14 # include <vtkexpat/lib/expat.h>
15 #endif
16 
17 #endif