mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
18 lines
368 B
C
18 lines
368 B
C
/*
|
|
Compiler/Machine-Specific Configuration
|
|
*/
|
|
#ifndef __config_h_
|
|
#define __config_h_
|
|
@TOP@
|
|
|
|
/* 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_
|