mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 03:41:27 +00:00
233d0af85f
checked out tree to something ./configure'able.
17 lines
418 B
C
17 lines
418 B
C
/* Version string */
|
|
#define VERSION FIXME_DEFINE_THIS!
|
|
|
|
/* Define if you have the XFree86 DGA extension */
|
|
#undef HAS_DGA
|
|
|
|
/* Define if you have an old Mesa that defines APIENTRY instead
|
|
of GLAPIENTRY */
|
|
#undef GLAPIENTRY_IS_APIENTRY
|
|
|
|
#ifdef GLAPIENTRY_IS_APIENTRY
|
|
# define GLAPIENTRY APIENTRY
|
|
#endif
|
|
|
|
/* Define this if you have GL_COLOR_INDEX8_EXT in GL/gl.h */
|
|
#undef HAVE_GL_COLOR_INDEX8_EXT
|
|
|