home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- Path: sparky!uunet!spool.mu.edu!agate!boulder!nordsieck.cs.Colorado.EDU!millert
- From: millert@nordsieck.cs.Colorado.EDU (Todd C. Miller)
- Subject: Re: Why does xterm not put in a utmp entry?
- Message-ID: <1992Dec16.163315.28257@colorado.edu>
- Keywords: xterm utmpn
- Sender: news@colorado.edu (The Daily Planet)
- Nntp-Posting-Host: nordsieck.cs.colorado.edu
- Organization: University of Colorado, Boulder
- References: <1992Dec16.002521.17129@RedBrick.COM>
- Date: Wed, 16 Dec 1992 16:33:15 GMT
- Lines: 11
-
- Adding the following to main.c will work:
- #ifdef AIX3
- #define HAS_UTMP_UT_HOST
- #endif /* AIX3 */
-
- Alternately you could just add -DHAS_UTMP_UT_HOST to MAIN_DEFINES in the
- Makefile or Imakefile.
-
- - todd
- --
- Todd C. Miller millert@cs.Colorado.EDU Sys/Adm Undergraduate Operations
-