mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
didn't mean to commit this change
This commit is contained in:
parent
b5e7641bce
commit
7ed2dcc094
1 changed files with 2 additions and 6 deletions
|
@ -2,9 +2,7 @@
|
|||
#undef VERSION
|
||||
|
||||
/* Define if you have the XFree86 DGA extension */
|
||||
#ifndef HAS_DGA
|
||||
#define HAS_DGA
|
||||
#endif
|
||||
#undef HAS_DGA
|
||||
|
||||
/* If your version of OpenGL uses APIENTRY, define GLAPIENTRY to be APIENTRY*/
|
||||
#undef GLAPIENTRY
|
||||
|
@ -28,9 +26,7 @@
|
|||
#undef USE_BSD_CD
|
||||
|
||||
/* Define this to use experimental code */
|
||||
#ifndef _EXPERIMENTAL_
|
||||
#define _EXPERIMENTAL_
|
||||
#endif
|
||||
#undef _EXPERIMENTAL_
|
||||
|
||||
#if defined(X11)
|
||||
# define OUTPUT_STR "X11"
|
||||
|
|
Loading…
Reference in a new issue