compat: wrap math.h to avoid AIX-specific clashes
authorLuca Barbato <lu_zero@gentoo.org>
Thu, 4 Jul 2013 19:53:08 +0000 (21:53 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 4 Jul 2013 19:54:32 +0000 (21:54 +0200)
commitd3635f3ab0a234c830dfb4ddb9c6a4ea2677dace
treec6243a135a0b7dbcc5c5bcdffbbdcfc032724a34
parent0420c810ceb430003f9f2793c5cfa1fe84657f3d
compat: wrap math.h to avoid AIX-specific clashes

AIX defines a class() function in its math.h header without any
guard.
compat/aix/math.h [new file with mode: 0644]
configure