home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip22.zip / acorn / osdep.h < prev    next >
C/C++ Source or Header  |  1997-03-22  |  792b  |  30 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 PROCNAME(n) (action == ADD || action == UPDATE ? wild(n) : procname(n))
  21.  
  22. #define isatty(a) 1
  23.  
  24. #define localtime riscos_localtime
  25. #define gmtime riscos_gmtime
  26.  
  27. #ifdef ZCRYPT_INTERNAL
  28. #  define ZCR_SEED2     (unsigned)3141592654L   /* use PI as seed pattern */
  29. #endif
  30.