/usr/include/IV-X11/Xundefs.h is in ivtools-dev 1.2.11a1-2.
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 | #undef Bitmap
#undef Colormap
#undef Cursor
#undef Display
#undef Drawable
#undef Font
#undef Screen
#undef Window
#define boolean _lib_os(boolean)
#define Bitmap _lib_iv(Bitmap)
#define Colormap _lib_iv(Colormap)
#define Cursor _lib_iv(Cursor)
#define Display _lib_iv(Display)
#define Drawable _lib_iv(Drawable)
#define Font _lib_iv(Font)
#define Screen _lib_iv(Screen)
#define Window _lib_iv(Window)
#ifdef iv__2_6_h
#include <IV-2_6/_names.h>
#endif
|