From 6f9f734bd5f23e4773c9da72878d10cb11bba47d Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Fri, 8 Dec 2000 04:46:31 +0000 Subject: [PATCH] Add HAVE_GLIDE define, lose some unnecessary ones. --- acconfig.h | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/acconfig.h b/acconfig.h index 3db2abb..92eac2d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,8 +1,8 @@ /* Compiler/Machine-Specific Configuration */ -#ifndef _CONFIG_H -#define _CONFIG_H +#ifndef __config_h_ +#define __config_h_ @TOP@ /* "Proper" package name */ #undef PROGRAM @@ -49,18 +49,12 @@ /* Define this if you have GLX */ #undef HAVE_GLX -/* Define this if you have 3dfx */ -#undef HAVE_TDFXGL +/* Define this if you have Glide */ +#undef HAVE_GLIDE /* Define this if you have GL_COLOR_INDEX8_EXT in GL/gl.h */ #undef HAVE_GL_COLOR_INDEX8_EXT -/* Define this if you have PFNGLCOLORTABLEEXTPROC in GL/glext.h */ -#undef HAVE_PFNGLCOLORTABLEEXTPROC - -/* Define this if you are using a version of Mesa with X mode change support */ -#undef HAVE_XMESA - /* Define this if you want IPv6 support */ #undef HAVE_IPV6 @@ -104,4 +98,4 @@ #undef HAVE_FNMATCH_PROTO @BOTTOM@ -#endif // _CONFIG_H +#endif // __config_h_