mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 07:51:20 +00:00
Add HAVE_GLIDE define, lose some unnecessary ones.
This commit is contained in:
parent
47ffcc9ffe
commit
6f9f734bd5
1 changed files with 5 additions and 11 deletions
16
acconfig.h
16
acconfig.h
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Compiler/Machine-Specific Configuration
|
Compiler/Machine-Specific Configuration
|
||||||
*/
|
*/
|
||||||
#ifndef _CONFIG_H
|
#ifndef __config_h_
|
||||||
#define _CONFIG_H
|
#define __config_h_
|
||||||
@TOP@
|
@TOP@
|
||||||
/* "Proper" package name */
|
/* "Proper" package name */
|
||||||
#undef PROGRAM
|
#undef PROGRAM
|
||||||
|
@ -49,18 +49,12 @@
|
||||||
/* Define this if you have GLX */
|
/* Define this if you have GLX */
|
||||||
#undef HAVE_GLX
|
#undef HAVE_GLX
|
||||||
|
|
||||||
/* Define this if you have 3dfx */
|
/* Define this if you have Glide */
|
||||||
#undef HAVE_TDFXGL
|
#undef HAVE_GLIDE
|
||||||
|
|
||||||
/* Define this if you have GL_COLOR_INDEX8_EXT in GL/gl.h */
|
/* Define this if you have GL_COLOR_INDEX8_EXT in GL/gl.h */
|
||||||
#undef HAVE_GL_COLOR_INDEX8_EXT
|
#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 */
|
/* Define this if you want IPv6 support */
|
||||||
#undef HAVE_IPV6
|
#undef HAVE_IPV6
|
||||||
|
|
||||||
|
@ -104,4 +98,4 @@
|
||||||
#undef HAVE_FNMATCH_PROTO
|
#undef HAVE_FNMATCH_PROTO
|
||||||
|
|
||||||
@BOTTOM@
|
@BOTTOM@
|
||||||
#endif // _CONFIG_H
|
#endif // __config_h_
|
||||||
|
|
Loading…
Reference in a new issue