home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip21.zip / acorn / osdep.h < prev    next >
C/C++ Source or Header  |  1996-04-05  |  538b  |  21 lines

  1. /*
  2.  
  3.  Copyright (C) 1990-1996 Mark Adler, Richard B. Wales, Jean-loup Gailly,
  4.  Kai Uwe Rommel, Onno van der Linden, Sergio Monesi, Karl Davis and
  5.  Igor Mandrichenko.
  6.  Permission is granted to any individual or institution to use, copy, or
  7.  redistribute this software so long as all of the original files are included,
  8.  that it is not sold for profit, and that this copyright notice is retained.
  9.  
  10. */
  11.  
  12. #include "acorn/riscos.h"
  13.  
  14. #define RISCOS
  15. #define NO_SYMLINK
  16. #define NO_FCNTL_H
  17. #define NO_UNISTD_H
  18. #define NO_MKTEMP
  19.  
  20. #define isatty(a) 1
  21.