blob: a23f320c2461cb1ab3cd2e7d33b018d69173aca6 (
plain)
1
2
3
4
5
6
7
|
/* Long story short: aclocal.m4 depends on autoconf 2.13
* implementation details wrt "const"; newer versions
* have different implementation details so for now we
* put "const" here. This may cause duplicate definitions
* in config.h but that should be OK since they're the same.
*/
#undef const
|