home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3648 / README < prev   
Text File  |  1991-07-16  |  1KB  |  42 lines

  1. README file for pindex
  2. ======================
  3.  
  4. Howdy.  This program is called pindex, and it produces primitively
  5. indexed versions of files.
  6.  
  7. Here's what this package contains:
  8.  
  9. README
  10.     This file.
  11. pindex.1
  12.     The troff -man source for the man page.
  13. pindex.lp
  14.     A man page suitable for printing on a line printer.  (A
  15.     compressed, uuencoded PostScript man page has been
  16.     posted to alt.sources.)
  17. Makefile
  18.     A makefile for the whole package.  You'll want to get in
  19.     and edit the first part of this, since it contains a whole
  20.     bunch of configurable items.
  21. pindex.c
  22. fngetlin.c
  23. maxfiles.c
  24.     Source code modules for pindex.  Note especially the last
  25.     module, which contains a function which returns the maximum
  26.     number of files your system may have open at once.  If the
  27.     code as presented is not suitable for your system, just
  28.     supply your own maxfiles.c.  See the comments therein.
  29.  
  30. I've successfully compiled and run this package on DG/UX, SunOS, 
  31. and vanilla SVR4 systems.  I'd like to hear of people's experiences 
  32. with setting up the package under other operating systems; my e-mail 
  33. addresses are...
  34.  
  35. (Internet) rice@dg-rtp.dg.com 
  36. (UUCP)     ...!mcnc!rti!xyzzy!rice
  37. (BITNET)   BALOGA@DRYCAS
  38.  
  39. Also, please drop me a note concerning bugs, enhancements, and amusing 
  40. applications.
  41.  
  42.