mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
15 lines
158 B
C
15 lines
158 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
@TOP@
|
|
|
|
/* Name of package. */
|
|
#undef PACKAGE
|
|
|
|
/* Version of package. */
|
|
#undef VERSION
|
|
|
|
@BOTTOM@
|
|
|
|
#endif /* CONFIG_H */
|