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:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user