home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip22.zip / tops20 / osdep.h < prev    next >
C/C++ Source or Header  |  1997-01-20  |  712b  |  34 lines

  1. /*
  2.  
  3.  Copyright (C) 1990-1996 Mark Adler, Richard B. Wales, Jean-loup Gailly,
  4.  Kai Uwe Rommel, Onno van der Linden and Igor Mandrichenko.
  5.  Permission is granted to any individual or institution to use, copy, or
  6.  redistribute this software so long as all of the original files are included,
  7.  that it is not sold for profit, and that this copyright notice is retained.
  8.  
  9. */
  10.  
  11. #ifndef TOPS20
  12. #define TOPS20
  13. #endif
  14.  
  15. #define NO_PROTO
  16. #define NO_SYMLINK
  17. #define NO_TERMIO
  18. #define DIRENT
  19. #define BIG_MEM
  20. #define REALLY_SHORT_SYMS
  21. #define window_size winsiz
  22.  
  23. extern int isatty();
  24.  
  25. #define FOPR "rb"
  26. #define FOPM "r+b"
  27. #define FOPW "w8"
  28.  
  29. #define CBSZ 524288
  30. #define ZBSZ 524288
  31.  
  32. #include <sys/types.h>
  33. #include <sys/stat.h>
  34.