didn't mean to commit this change

This commit is contained in:
Nelson Rush 2000-01-15 04:42:55 +00:00
parent b5e7641bce
commit 7ed2dcc094

View file

@ -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"