osdep.h 689 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. Copyright (c) 1990-2007 Info-ZIP. All rights reserved.
  3. See the accompanying file LICENSE, version 2007-Mar-4 or later
  4. (the contents of which are also included in zip.h) for terms of use.
  5. If, for some reason, all these files are missing, the Info-ZIP license
  6. also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
  7. */
  8. #ifndef TOPS20
  9. #define TOPS20
  10. #endif
  11. #define NO_PROTO
  12. #define NO_SYMLINKS
  13. #define NO_TERMIO
  14. #define DIRENT
  15. #define BIG_MEM
  16. #define REALLY_SHORT_SYMS
  17. #define window_size winsiz
  18. extern int isatty();
  19. #define FOPR "rb"
  20. #define FOPM "r+b"
  21. #define FOPW "w8"
  22. #define CBSZ 524288
  23. #define ZBSZ 524288
  24. #include <sys/types.h>
  25. #include <sys/stat.h>