quakeforge/tools/qfcc/acconfig.h

22 lines
439 B
C
Raw Normal View History

/*
Compiler/Machine-Specific Configuration
*/
#ifndef __config_h_
#define __config_h_
@TOP@
/* Define this if you want to use the new parser */
#undef NEW_PARSER
/* Define this to your operating system's path separator character */
#undef PATH_SEPARATOR
/* Define this if you want to use the C preprocessor */
#undef USE_CPP
/* Define this to the command line for the C preprocessor */
#undef CPP_NAME
@BOTTOM@
#endif // __config_h_