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:
Campbell Barton
2017-09-29 19:10:08 +10:00
parent 04e8a09662
commit 5a1954a5cb
12 changed files with 8 additions and 71 deletions

View File

@@ -37,9 +37,6 @@
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#if defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__) || defined(_AIX)
# include <strings.h>
#endif
#include "STR_String.h"
/*-------------------------------------------------------------------------------------------------