home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / unix / network / filetransfer / wu-ftpd.2.4.2-beta-13.README < prev    next >
Encoding:
Text File  |  1997-12-08  |  743 b   |  32 lines

  1.  
  2. This version was released 6 June 1997
  3.  
  4. It was compiled for NeXT on 13 Jun 1997.
  5.  
  6. Needless to say, it has not been all that well tested.  Actually I have not got the configuration done at my own machine.  But I was thinking that whoever might be interested in helping me figure it out would want to know it themselves as well :-)
  7.  
  8. There was only one change necessary to make it work:
  9.  
  10. In 'extensions.c' in the 'src' directory
  11.  
  12. Change this:
  13.  
  14. #ifdef HAVE_REGEX_H
  15. #include <regex.h>
  16. #endif
  17.   
  18. to this:
  19.  
  20. /*#ifdef HAVE_REGEX_H
  21.   #include <regex.h>
  22.   #endif
  23. */  
  24.  
  25.  
  26. (Thanks to Rex Dieter <rdieter@math.unl.edu> who told me how to fix that!)
  27.  
  28. Anyone who gets this up and running, please let me know and you can help me too :-?
  29.  
  30. TjL <luomat@peak.org>
  31.  
  32.