The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifdef __PM__
	if (1) {
		i(GLX_USE_GL)
		i(GLX_BUFFER_SIZE)
		i(GLX_LEVEL)
		i(GLX_RGBA)
		i(GLX_DOUBLEBUFFER)
		i(GLX_STEREO)
		i(GLX_AUX_BUFFERS)
		i(GLX_RED_SIZE)
		i(GLX_GREEN_SIZE)
		i(GLX_BLUE_SIZE)
		i(GLX_ALPHA_SIZE)
		i(GLX_DEPTH_SIZE)
		i(GLX_STENCIL_SIZE)
		i(GLX_ACCUM_RED_SIZE)
		i(GLX_ACCUM_GREEN_SIZE)
		i(GLX_ACCUM_BLUE_SIZE)
		i(GLX_ACCUM_ALPHA_SIZE)

		i(NoEventMask)
		i(KeyPressMask)
		i(KeyReleaseMask)
		i(ButtonPressMask)
		i(ButtonReleaseMask)
		i(EnterWindowMask)
		i(LeaveWindowMask)
		i(PointerMotionMask)
		i(PointerMotionHintMask)
		i(Button1MotionMask)
		i(Button2MotionMask)
		i(Button3MotionMask)
		i(Button4MotionMask)
		i(Button5MotionMask)
		i(ButtonMotionMask)
		i(KeymapStateMask)
		i(ExposureMask)
		i(VisibilityChangeMask)
		i(StructureNotifyMask)
		i(ResizeRedirectMask)
		i(SubstructureNotifyMask)
		i(SubstructureRedirectMask)
		i(FocusChangeMask)
		i(PropertyChangeMask)
		i(ColormapChangeMask)
		i(OwnerGrabButtonMask)
		i(KeyPress)
		i(KeyRelease)
		i(ButtonPress)
		i(ButtonRelease)
		i(MotionNotify)
		i(EnterNotify)
		i(LeaveNotify)
		i(FocusIn)
		i(FocusOut)
		i(KeymapNotify)
		i(Expose)
		i(GraphicsExpose)
		i(NoExpose)
		i(VisibilityNotify)
		i(CreateNotify)
		i(DestroyNotify)
		i(UnmapNotify)
		i(MapNotify)
		i(MapRequest)
		i(ReparentNotify)
		i(ConfigureNotify)
		i(ConfigureRequest)
		i(GravityNotify)
		i(ResizeRequest)
		i(CirculateNotify)
		i(CirculateRequest)
		i(PropertyNotify)
		i(SelectionClear)
		i(SelectionRequest)
		i(SelectionNotify)
		i(ColormapNotify)
		i(ClientMessage)
		i(MappingNotify)
		i(LASTEvent)
		i(ShiftMask)
		i(LockMask)
		i(ControlMask)
		i(Mod1Mask)
		i(Mod2Mask)
		i(Mod3Mask)
		i(Mod4Mask)
		i(Mod5Mask)
		i(Button1MaskOS2)
		i(Button2MaskOS2)
		i(Button3MaskOS2)
		i(Button4Mask)
		i(Button5Mask)
		i(AnyModifier)
	}
	if (0) {
	}
	else
#endif /* def HAVE_GLX */