/usr/lib/gtkglext-1.0/include/gdkglext-config.h is in libgtkglext1-dev 1.2.0-3.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 23 24 25 26 27 28 29 30 31 32 33 34 | /* gdkglext-config.h
*
* This is a generated file. Please modify `configure.in'
*/
#ifndef GDKGLEXT_CONFIG_H
#define GDKGLEXT_CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#define GDKGLEXT_WINDOWING_X11
#define GDKGLEXT_MULTIHEAD_SUPPORT
#if !defined(GDKGLEXT_MULTIHEAD_SUPPORT) && defined(GDK_MULTIHEAD_SAFE)
#error "Installed GdkGLExt library doesn't have multihead support."
#endif
#define GDKGLEXT_NEED_GLXFBCONFIGIDSGIX_TYPEDEF
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* GDKGLEXT_CONFIG_H */
|