Configure.in: minor changes.

include/* -- #defines so that you can #include them more than once.
This commit is contained in:
Jeff Teunissen 2000-05-17 18:28:13 +00:00
parent 686c0b5178
commit 7647fdd484
26 changed files with 109 additions and 62 deletions

View file

@ -437,7 +437,7 @@ void Draw_Init (void)
/* Cvar_RegisterVariable (&cl_verstring);
CVAR_FIXME */
cl_verstring = Cvar_Get("cl_verstring", "QuakeForge " QF_VERSION, CVAR_NONE, "None");
cl_verstring = Cvar_Get("cl_verstring", PROGRAM " " VERSION, CVAR_NONE, "None");
// 3dfx can only handle 256 wide textures
if (!Q_strncasecmp ((char *)gl_renderer, "3dfx",4) ||