home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / y / bsdgames / bsd-game.000 / bsd-game / games / hunt / bsd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-21  |  388 b   |  20 lines

  1. /*
  2.  *  Hunt
  3.  *  Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
  4.  *  San Francisco, California
  5.  */
  6.  
  7. # if defined(BSD_RELEASE) && BSD_RELEASE >= 43
  8. # define    BROADCAST
  9. # define    SYSLOG_43
  10.   # ifdef linux
  11.     # define    TALK_42
  12.   # else
  13.     # define    TALK_43
  14.   # endif
  15. # endif
  16. # if defined(BSD_RELEASE) && BSD_RELEASE == 42
  17. # define    SYSLOG_42
  18. # define    TALK_42
  19. # endif
  20.