1/* Name of package */
2#undef PACKAGE
3
4/* Define to the address where bug reports for this package should be sent. */
5#undef PACKAGE_BUGREPORT
6
7/* Define to the full name of this package. */
8#undef PACKAGE_NAME
9
10/* Define to the full name and version of this package. */
11#undef PACKAGE_STRING
12
13/* Define to the one symbol short name of this package. */
14#undef PACKAGE_TARNAME
15
16/* Define to the version of this package. */
17#undef PACKAGE_VERSION
18
19/* Version number of package */
20#undef VERSION
21
22