home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / tcpip / wu-ftpd-.000 / wu-ftpd- / wu-ftpd-2.4 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-01  |  670 b   |  44 lines

  1. /* 
  2.  * Top level config file... you'll probably not need to modify any of this.
  3.  *
  4.  * In the future, a lot more definable features will be here (and this
  5.  * will all make sense...)
  6.  */
  7.  
  8. /*
  9.  * allow "upload" keyword in ftpaccess
  10.  */
  11.  
  12. #define UPLOAD
  13.  
  14. /*
  15.  * allow "overwrite" keyword in ftpaccess.
  16.  */
  17.  
  18. #define OVERWRITE
  19.  
  20. /*
  21.  * allow "allow/deny" for individual users.
  22.  */
  23.  
  24. #define HOST_ACCESS
  25.  
  26. /*
  27.  * log failed login attempts
  28.  */
  29.  
  30. #define LOG_FAILED
  31.  
  32. /*
  33.  * allow use of private file.  (for site group and site gpass)
  34.  */
  35.  
  36. #undef NO_PRIVATE
  37.  
  38. /*
  39.  * Try once more on failed DNS lookups (to allow far away connections 
  40.  * which might resolve slowly)
  41.  */
  42.  
  43. #define    DNS_TRYAGAIN
  44.