Drop platform support for Solaris & AIX

These platforms didn't see maintenance in years.
This commit just removes ifdef's & cmake check.
This commit is contained in:
2017-09-29 19:10:08 +10:00
parent 04e8a09662
commit 5a1954a5cb
12 changed files with 8 additions and 71 deletions

View File

@@ -40,11 +40,6 @@
# ifdef _XOPEN_SOURCE
# undef _XOPEN_SOURCE
# endif
# if defined(__sun) || defined(sun)
# if defined(_XPG4)
# undef _XPG4
# endif
# endif
# include <Python.h>
extern "C" {