Remove AIX 1st party code OS checks, part 1

Issue #186
This commit is contained in:
wolfbeast 2019-03-31 18:43:10 +02:00 committed by Roy Tam
commit 769e5dad1e
23 changed files with 1 additions and 1226 deletions

View file

@ -281,10 +281,6 @@ void LogTerm();
#error need_to_define_your_file_path_separator_and_illegal_characters
#endif
#ifdef AIX
#include <sys/param.h>
#endif
#ifndef MAXPATHLEN
#ifdef PATH_MAX
#define MAXPATHLEN PATH_MAX