home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip22.zip / human68k / osdep.h < prev    next >
C/C++ Source or Header  |  1997-01-26  |  781b  |  26 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. #include <sys/xglob.h>
  12. #include <io.h>
  13.  
  14. #ifdef ZCRYPT_INTERNAL
  15. #  include <process.h>          /* getpid() declaration for srand seed */
  16. #endif
  17.  
  18. #define USE_CASE_MAP
  19.  
  20. #define ROUNDED_TIME(time)  (((time) + 1) & (~1))
  21.  
  22. #define PROCNAME(n) (action == ADD || action == UPDATE ? wild(n) : procname(n))
  23. #define SSTAT h68_stat
  24.    int h68_stat (char *, struct stat *);
  25. #define OS_CODE  0x300  /* pretend it's Unix */
  26.