= 199901L
#include
#elif defined(__sun__) || defined(__digital__)
#include
#if defined(__STDC__)
#if defined(__arch64__) || defined(_LP64)
typedef long int int64_t;
typedef unsigned long int uint64_t;
#else
typedef long long int int64_t;
typedef unsigned long long int uint64_t;
#endif /* __arch64__ */
#endif /* __STDC__ */
#elif defined( __VMS ) || defined(__sgi)
#include
#elif defined(__SCO__) || defined(__USLC__)
#include
#elif defined(__UNIXOS2__) || defined(__SOL64__)
typedef long int int32_t;
typedef long long int int64_t;
typedef unsigned long long int uint64_t;
#elif defined(_WIN32) && defined(__GNUC__)
#include
#elif defined(_WIN32)
typedef __int32 int32_t;
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
#else
#include /* Fallback option */
#endif
#endif]]>
VERSION_1_3
VERSION_1_4
ARB_get_proc_address
ARB_multisample
ARB_fbconfig_float
EXT_import_context
SGIX_dmbuffer
SGIX_fbconfig
SGIX_pbuffer
SGIX_swap_barrier
SGIX_swap_group
SGIX_video_resize
SGIX_video_source
SGI_cushion
SGI_make_current_read
SGI_swap_control
SGI_video_sync
SUN_get_transparent_index
MESA_agp_offset
MESA_copy_sub_buffer
MESA_pixmap_colormap
MESA_release_buffers
MESA_set_3dfx_mode
SGIX_visual_select_group
OML_sync_control
SGIX_hyperpipe
EXT_texture_from_pixmap
NV_swap_group
NV_video_output
NV_present_video
ARB_create_context
NV_video_capture
NV_copy_image
EXT_swap_control
ARB_framebuffer_sRGB
client-handcode
client-intercept
server-handcode
retval
retained