mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
12 lines
196 B
C
12 lines
196 B
C
/*
|
|
Compiler/Machine-Specific Configuration
|
|
*/
|
|
#ifndef __config_h_
|
|
#define __config_h_
|
|
@TOP@
|
|
|
|
/* Define this if you want to use the new parser */
|
|
#undef NEW_PARSER
|
|
|
|
@BOTTOM@
|
|
#endif // __config_h_
|