home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / xinetd-2.1.1 / part01 / libs / src / misc / README < prev   
Encoding:
Text File  |  1993-06-27  |  439 b   |  15 lines

  1.  
  2.  
  3. This library is made of 3 parts:
  4.     ftwx, misc, env
  5.  
  6. env is a collection of environment processing functions.
  7. misc is a collection of miscellaneous functions.
  8. ftwx is a replacement for the standard ftw(3) function.
  9.  
  10. When installing this library you may need to define the following
  11. flags in the Makefile:
  12.     OLD_DIR if your system does not have the file /usr/include/dirent.h
  13.     __FTWX_NO_FTW if your system does not have the ftw(3) function
  14.  
  15.