home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / x / xhearts.zip / LOCAL.H < prev    next >
Text File  |  1992-01-07  |  619b  |  29 lines

  1. /*
  2.  * local.h
  3.  *
  4.  * Specify local configuration info
  5.  *
  6.  */
  7.  
  8. /* where the distributor, dealer and instructions live */
  9.  
  10. #define HEARTSLIB "/usr/local/lib/hearts"
  11.  
  12. /* If you can edit /etc/services, define PORT as 0, else
  13.    define PORT as an unused internet port address (PORT = xxxx) */
  14.  
  15. #define PORT 5040
  16.  
  17. /* Dealer port numbers are handed out starting at DIST_PORT.
  18.    Allocate a block of ports starting at DIST_PORT = xxxx. */
  19.  
  20. #define DIST_PORT 5041
  21.  
  22. /* Set to 1 if you want the Jack of Diamonds to be worth -10 */
  23.  
  24. #define MIKEYJ 1
  25.  
  26. /* If you're using X11R4, uncomment this for xawclient.c */
  27.  
  28. /* #define X11R4 */
  29.