]> git.saurik.com Git - bison.git/blob - acconfig.h
Document help-bison list.
[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 @BOTTOM@
14
15 #if defined(PROTOTYPES) || defined(__cplusplus)
16 # define PARAMS(p) p
17 #else
18 # define PARAMS(p) ()
19 #endif
20
21 #endif /* CONFIG_H */