/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchdmp.c,v 9.65 1992/06/03 21:54:18 jinx Exp $
+$Id: bchdmp.c,v 9.66 1992/08/29 13:42:55 jinx Exp $
Copyright (c) 1987-1992 Massachusetts Institute of Technology
# define FASDUMP_FILENAME "/tmp/fasdumpXXXXXX"
-#if defined(_HPUX) || defined(_SUNOS4) || defined(_ULTRIX) || defined(_SYSV4)
-# define HAVE_FTRUNCATE
-#endif
-
-#if (defined(_HPUX) && (_HPUX_VERSION >= 80)) || defined(_SYSV4)
+#if (defined(_HPUX) && (_HPUX_VERSION >= 80)) || defined(_SYSV4) || defined(__osf__)
# define FTRUNCATE_DECLARED
#endif
/* -*-C-*-
-$Id: ux.h,v 1.37 1992/08/29 13:39:07 jinx Exp $
+$Id: ux.h,v 1.38 1992/08/29 13:41:39 jinx Exp $
Copyright (c) 1988-1992 Massachusetts Institute of Technology
#ifdef _osf
# include <sys/time.h>
# include <sys/ioctl.h>
-# define HAVE_FTRUNCATE
#endif
#ifdef sonyrisc
/* #define HAVE_WAIT4 */
#define UNION_WAIT_STATUS
+#if defined(_SUNOS4) || defined(_ULTRIX) || defined(__osf__)
+#define HAVE_FTRUNCATE
+#endif
+
#if defined(_ULTRIX) || defined(_SUNOS4) || defined(sun4) || defined(_NEXTOS)
#define VOID_SIGNAL_HANDLERS
#endif
#define HAVE_BSD_SIGNALS
#define HAVE_DUP2
+#define HAVE_FTRUNCATE
#define HAVE_MKDIR
#define HAVE_RENAME
#define HAVE_RMDIR
#define SYSTEM_VARIANT "ATT (Vr4)"
#define HAVE_FIONREAD
+#define HAVE_FTRUNCATE
#define HAVE_GETTIMEOFDAY
#define HAVE_ITIMER
#define HAVE_NICE