]> git.saurik.com Git - bison.git/blob - acconfig.h
#Included config.h (for definition of PROTOTYPES).
[bison.git] / acconfig.h
1 #ifndef CONFIG_H
2 #define CONFIG_H
3 @TOP@
4
5 /* Name of package. */
6 #undef PACKAGE
7
8 /* Version of package. */
9 #undef VERSION
10
11 /* Define if the compiler understands prototypes. */
12 #undef PROTOTYPES
13
14 /* The location of the simple parser (bison.simple). */
15 #undef XPFILE
16
17 /* The location of the semantic parser (bison.hairy). */
18 #undef XPFILE1
19 @BOTTOM@
20
21 #if defined(PROTOTYPES) || defined(__cplusplus)
22 # define PARAMS(p) p
23 #else
24 # define PARAMS(p) ()
25 #endif
26
27 #endif /* CONFIG_H */