home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Networking / ncftp-2.4.2-MIHS / src / acconfig.h next >
Encoding:
Text File  |  1995-11-26  |  573 b   |  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.