home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12612 < prev    next >
Encoding:
Text File  |  1992-12-16  |  815 b   |  25 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!spool.mu.edu!agate!boulder!nordsieck.cs.Colorado.EDU!millert
  3. From: millert@nordsieck.cs.Colorado.EDU (Todd C. Miller)
  4. Subject: Re: Why does xterm not put in a utmp entry?
  5. Message-ID: <1992Dec16.163315.28257@colorado.edu>
  6. Keywords: xterm utmpn
  7. Sender: news@colorado.edu (The Daily Planet)
  8. Nntp-Posting-Host: nordsieck.cs.colorado.edu
  9. Organization: University of Colorado, Boulder
  10. References: <1992Dec16.002521.17129@RedBrick.COM>
  11. Date: Wed, 16 Dec 1992 16:33:15 GMT
  12. Lines: 11
  13.  
  14. Adding the following to main.c will work:
  15. #ifdef AIX3
  16. #define HAS_UTMP_UT_HOST
  17. #endif /* AIX3 */        
  18.  
  19. Alternately you could just add -DHAS_UTMP_UT_HOST to MAIN_DEFINES in the
  20. Makefile or Imakefile.
  21.  
  22.  - todd
  23. -- 
  24.  Todd C. Miller    millert@cs.Colorado.EDU    Sys/Adm Undergraduate Operations
  25.