]> git.saurik.com Git - bison.git/blob - acconfig.h
Ditch sprintf to statically-sized buffers in fatal/warn functions in
[bison.git] / acconfig.h
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 @TOP@
5
6 /* Name of package. */
7 #undef PACKAGE
8
9 /* Version of package. */
10 #undef VERSION
11
12 /* Define if the compiler understands prototypes. */
13 #undef PROTOTYPES
14
15 @BOTTOM@
16
17 #if defined(PROTOTYPES) || defined(__cplusplus)
18 # define PARAMS(p) p
19 #else
20 # define PARAMS(p) ()
21 #endif
22
23 #endif /* CONFIG_H */