home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ncftp-2.3.0-base.tgz / ncftp-2.3.0-base.tar / contrib / ncftp / acconfig.h next >
Text File  |  1995-11-26  |  573b  |  33 lines

  1. #undef MORE
  2.  
  3. #undef ZCAT
  4.  
  5. #undef GZCAT
  6.  
  7. #undef UNAME
  8.  
  9. #undef LS
  10.  
  11. #undef HAVE_LIBCURSES
  12. #undef HAVE_LIBNCURSES
  13. #undef HAVE_LIBREADLINE
  14. #undef HAVE_LIBTERMCAP
  15.  
  16. /* This can be one of kSendPortMode (0), kPassiveMode (1) or
  17.  * kFallBackToSendPortMode (2).
  18.  *
  19.  * Example: #define FTP_DATA_PORT_MODE 2
  20.  */
  21. #undef FTP_DATA_PORT_MODE
  22.  
  23. #undef CAN_USE_SYS_SELECT_H
  24.  
  25. #undef HAVE_MAXX
  26. #undef HAVE__MAXX
  27.  
  28. /* Define if <sys/select.h> exists, and is compatible with <sys/time.h>. */
  29. #undef CAN_USE_SYS_SELECT_H
  30.  
  31. /* Define to 1 if ANSI function prototypes are usable.  */
  32. #undef PROTOTYPES
  33.