1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

HP-UX port supplied by Mikulas Patocka

This commit is contained in:
Mark Pizzolato
2013-03-05 13:29:38 -08:00
parent bc40f6abde
commit eb101e3881
9 changed files with 66 additions and 10 deletions

View File

@@ -41,7 +41,8 @@
#define HAVE_STRUCT_TIMESPEC 1 /* OSX defined the structure but doesn't tell us */
#endif
#if !defined(CLOCK_REALTIME)
/* on HP-UX, CLOCK_REALTIME is enum, not preprocessor define */
#if !defined(CLOCK_REALTIME) && !defined(__hpux)
#define CLOCK_REALTIME 1
#define NEED_CLOCK_GETTIME 1
#if !defined(HAVE_STRUCT_TIMESPEC)