]> git.saurik.com Git - bison.git/blame - acconfig.h
Ditch sprintf to statically-sized buffers in fatal/warn functions in
[bison.git] / acconfig.h
CommitLineData
bd2a2393
JT
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
d2729d44
JT
12/* Define if the compiler understands prototypes. */
13#undef PROTOTYPES
14
bd2a2393
JT
15@BOTTOM@
16
d2729d44
JT
17#if defined(PROTOTYPES) || defined(__cplusplus)
18# define PARAMS(p) p
19#else
20# define PARAMS(p) ()
21#endif
22
bd2a2393 23#endif /* CONFIG_H */