mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +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
|
||||
*/
|
||||
#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_
|
||||
|
|
Loading…
Reference in a new issue