/usr/include/KWWidgets/vtkKWWidgetsConfigure.h is in libkwwidgets1-dev 1.0.0~cvs20100930-8.
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 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | /*=========================================================================
Module: $RCSfile: vtkKWWidgetsConfigure.h.in,v $
Copyright (c) Kitware, Inc.
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 __vtkKWWidgetsConfigure_h
#define __vtkKWWidgetsConfigure_h
#define KWWidgets_BUILD_SHARED_LIBS
/* #undef KWWidgets_USE_HTML_HELP */
/* #undef KWWidgets_USE_INTERNATIONALIZATION */
/* #undef KWWidgets_USE_INCR_TCL */
#define KWWidgets_USE_TKDND
/* #undef KWWidgets_USE_TKTREECTRL */
#define KWWidgets_BUILD_VTK_WIDGETS
#define KWWidgets_MAJOR_VERSION 1
#define KWWidgets_MINOR_VERSION 0
#define KWWidgets_PATCH_VERSION 0
#define KWWidgets_VERSION "1.0.0"
#endif
|