aboutsummaryrefslogtreecommitdiff
path: root/src/IEEEIO.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IEEEIO.hh')
-rw-r--r--src/IEEEIO.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IEEEIO.hh b/src/IEEEIO.hh
index b06f1c1..7d2661f 100644
--- a/src/IEEEIO.hh
+++ b/src/IEEEIO.hh
@@ -17,7 +17,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
-#if defined(WIN32) || defined(SOLARIS)
+#if defined(WIN32) || defined(SOLARIS) || defined(FUJITSU)
// I'm a WIN32 box and I ignore standards
// or I'm a Sun box and I hate BSD.
#define bcopy(src,dest,len) memcpy(dest,src,len)
@@ -30,7 +30,7 @@
#endif
// Win32/Solaris lseek crap...
-#if defined(WIN32) || defined(SOLARIS) || defined (HITACHI) || defined(sun)
+#if defined(WIN32) || defined(SOLARIS) || defined (HITACHI) || defined(sun) || defined(FUJITSU)
#define L_INCR SEEK_CUR
#ifndef L_SET // for that wanky Solaris compiler
#define L_SET SEEK_SET