1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-25 20:01:33 +00:00

AIX Platform support

This commit is contained in:
Mark Pizzolato
2013-05-23 11:33:36 -07:00
parent 6401a371ba
commit 2bfaf46781
6 changed files with 65 additions and 31 deletions

View File

@@ -38,7 +38,7 @@
#define fxwrite(a,b,c,d) sim_fwrite (a, b, c, d)
int32 sim_finit (void);
#if (defined (__linux) || defined (__linux__) || defined (__hpux) || \
#if (defined (__linux) || defined (__linux__) || defined (__hpux) || defined (_AIX) || \
(defined (VMS) && (defined (__ALPHA) || defined (__ia64)) && (__DECC_VER >= 60590001)) || \
((defined(__sun) || defined(__sun__)) && defined(_LARGEFILE_SOURCE)) || \
defined (_WIN32) || defined (__APPLE__) || \