home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 2814 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.5 KB  |  42 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!odin!chet
  3. From: chet@odin.INS.CWRU.Edu (Chet Ramey)
  4. Subject: Re: Bash (Was: Help with posting news under BSD/386 wa)
  5. Message-ID: <1992Jul24.195432.29759@usenet.ins.cwru.edu>
  6. Sender: news@usenet.ins.cwru.edu
  7. Nntp-Posting-Host: odin.ins.cwru.edu
  8. Organization: Case Western Reserve University, Cleveland, OH (USA)
  9. References: <1992Jul23.181019.2902@mks.com> <1992Jul23.215524.29293@nrao.edu>
  10. Date: Fri, 24 Jul 92 19:54:32 GMT
  11. Lines:       30
  12.  
  13. In article <1992Jul23.215524.29293@nrao.edu> cflatter@nrao.edu writes:
  14.  
  15. >Yes it will.  The only problem is that the autoconfiguration procedures
  16. >mistakenly think that 386BSD is a USGr3 system.
  17.  
  18. (It actually doesn't find anything it recognizes, so it defaults to
  19. `generic' 386 Unix -- System V.3.)
  20.  
  21. Try adding this to the `i386' section of machines.h (with the rest of
  22. the i386 descriptions).  This is what I currently have for Bash 1.13.
  23.  
  24. /* BSDI BSD/386 running on a 386 or 486. */
  25. #  if !defined (done386) && defined (bsdi)
  26. #    define done386
  27. #    define M_MACHINE "i386"
  28. #    define M_OS Bsd
  29. #    define HAVE_SYS_SIGLIST
  30. #    define HAVE_SETLINEBUF
  31. #    define HAVE_GETGROUPS
  32. #    define HAVE_VFPRINTF
  33. #    define HAVE_STRERROR
  34. #    define VOID_SIGHANDLER
  35. #    define HAVE_DIRENT
  36. #  endif /* !done386 && bsdi */
  37. -- 
  38. ``The use of history as therapy means the corruption of history as history.''
  39.     -- Arthur Schlesinger
  40.  
  41. Chet Ramey, Case Western Reserve University    Internet: chet@po.CWRU.Edu
  42.