/usr/share/vtk/Build/vtkMy/vtkmyConfigure.h.in is in vtk-examples 5.8.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | /*
* Here is where system computed values get stored.
* These values should only change when the target compile platform changes.
*/
#cmakedefine VTKMY_BUILD_SHARED_LIBS
#ifndef VTKMY_BUILD_SHARED_LIBS
#define VTKMY_STATIC
#endif
#if defined(_MSC_VER) && !defined(VTKMY_STATIC)
#pragma warning ( disable : 4275 )
#endif
|