2001-02-24 06:58:54 +00:00
|
|
|
/*
|
|
|
|
Compiler/Machine-Specific Configuration
|
|
|
|
*/
|
|
|
|
#ifndef __config_h_
|
|
|
|
#define __config_h_
|
|
|
|
@TOP@
|
2001-06-25 18:22:53 +00:00
|
|
|
|
|
|
|
/* Define this if you want to use the new parser */
|
|
|
|
#undef NEW_PARSER
|
|
|
|
|
2001-02-24 06:58:54 +00:00
|
|
|
@BOTTOM@
|
|
|
|
#endif // __config_h_
|