home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / tulp-3.0.3 / part01 / internal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-15  |  339 b   |  13 lines

  1. /* $Id: internal.h,v 1.4 92/12/04 09:12:35 wolf Exp $
  2.  *
  3.  *  Copyright (C) 1991,1992  Kimmo Suominen, Christophe Wolfhugel
  4.  *
  5.  *  Please read the files COPYRIGHT and AUTHORS for the extended
  6.  *  copyrights refering to this file.
  7.  *
  8.  */
  9.  
  10. #if defined(USE_UNAME) || defined(USE_GETHOSTNAME)
  11. # define HOST myname        /* Holds your name */
  12. #endif
  13.