Annotation of 43BSDReno/games/hunt/NEW/pathname.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  *  Hunt
                      3:  *  Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
                      4:  *  San Francisco, California
                      5:  *
                      6:  *  Copyright (c) 1985 Regents of the University of California.
                      7:  *  All rights reserved.  The Berkeley software License Agreement
                      8:  *  specifies the terms and conditions for redistribution.
                      9:  */
                     10: 
                     11: /*
                     12:  * There is no particular significance to the numbers assigned
                     13:  * to Test_port.  They're just random numbers greater than the
                     14:  * range reserved for privileged sockets.
                     15:  */
                     16: 
                     17: # include      <sys/types.h>
                     18: 
                     19: # ifdef DEBUG
                     20: 
                     21: char   *Driver =       "/va/conrad/games/src/hunt/huntd.dbg";
                     22: # ifdef INTERNET
                     23: u_short        Test_port =     ('h' << 8) | 't';
                     24: # else INTERNET
                     25: char   *Sock_name =    "/tmp/hunt";
                     26: char   *Stat_name =    "/tmp/hunt.stats";
                     27: # endif INTERNET
                     28: 
                     29: # else DEBUG
                     30: 
                     31: char   *Driver =       HUNTD;
                     32: # ifdef INTERNET
                     33: u_short        Test_port =     ('h' << 8) | 't';
                     34: # else INTERNET
                     35: char   *Sock_name =    "/tmp/hunt";
                     36: char   *Stat_name =    "/tmp/hunt.stats";
                     37: # endif INTERNET
                     38: 
                     39: # endif DEBUG

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.