blob: b50a0be0c16a53baa6c5e439114fc14496364b4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Undefine these symbols to allow other autoheader enabled packages
* to leverage the SPL configure checks without a header conflict.
*/
#undef PACKAGE
#undef PACKAGE_BUGREPORT
#undef PACKAGE_NAME
#undef PACKAGE_STRING
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
#undef VERSION
#undef STDC_HEADERS
|