home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Networking / ncftp-2.4.2-MIHS / src / Config.h.NeXT < prev    next >
Encoding:
Text File  |  1997-01-05  |  7.2 KB  |  270 lines

  1. /* Config.h.  Generated automatically by configure.  */
  2. /* Config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4.  
  5. /* Don't define HOSTNAME or DOMAINNAME unless you have to.  After compiling,
  6.  * a test run of the program will tell you if it couldn't determine these
  7.  * itself.  If the test run looks normal (i.e. doesn't mention this stuff)
  8.  * you're okay.
  9.  */
  10.  
  11. /* #define HOSTNAME "cse.unl.edu" */
  12.  
  13. /* #define DOMAINNAME "unl.edu" */
  14.  
  15. /* If you're using the program as an FTP program in an enviroment where
  16.  * you almost always need to open with a user name and password, you
  17.  * might consider turning off anonymous by default.
  18.  *
  19.  * Note:  this won't override whatever is in your ~/.ncftp/prefs.
  20.  * When you run the program the first time, that file is created, so
  21.  * changing this may not seem to work until you edit your prefs.
  22.  */ 
  23. #define UOPEN 0                    /* No anon ftp by default? */
  24.  
  25. /* After compiling the program, you may decide that the curses stuff
  26.  * doesn't perform well.  (It works great on some systems, awful on others).
  27.  * If visual mode doesn't do a good job, you can have visual mode off
  28.  * by default.
  29.  *
  30.  * Note:  this won't override whatever is in your ~/.ncftp/prefs.
  31.  * When you run the program the first time, that file is created, so
  32.  * changing this may not seem to work until you edit your prefs.
  33.  */
  34. #define VISUAL 1
  35.  
  36. /* Keep user logs by default? */
  37. #define USERLOG 1
  38.  
  39. /* Default progress meter (0..4) */
  40. #define PROGRESS 4
  41.  
  42. /* Define to empty if the keyword does not work.  */
  43. /* #undef const */
  44.  
  45. /* Define if the `getpgrp' function takes no argument.  */
  46. /*#undef GETPGRP_VOID*/
  47.  
  48. #define GZCAT "/usr/gnu/bin/gzcat"
  49.  
  50. /* Define if you have the strftime function.  */
  51. #define HAVE_STRFTIME 1
  52.  
  53. /* Define to 1 if ANSI function prototypes are usable.  */
  54. /* #undef PROTOTYPES */
  55.  
  56. /* Define if the setvbuf function takes the buffering type as its second
  57.    argument and the buffer pointer as the third, as on System V
  58.    before release 3.  */
  59. /* #undef SETVBUF_REVERSED */
  60.  
  61. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  62. /* #undef size_t */
  63.  
  64. /* Define if you have the ANSI C header files.  */
  65. #define STDC_HEADERS 1
  66.  
  67. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  68. #define TIME_WITH_SYS_TIME 1
  69.  
  70. /* #undef UNAME */
  71.  
  72. #define ZCAT "/bin/zcat"
  73.  
  74. #define MORE "/usr/ucb/more"
  75.  
  76. #define ZCAT "/bin/zcat"
  77.  
  78. #define GZCAT "/usr/gnu/bin/gzcat"
  79.  
  80. /* #undef UNAME */
  81.  
  82. #define LS "/bin/ls"
  83. /*
  84. #define LS "/usr/gnu/bin/ls"
  85. */
  86. /* #undef HAVE_LIBCURSES */
  87. #define HAVE_LIBNCURSES 1
  88. #define HAVE_LIBREADLINE 1
  89. /* #undef HAVE_LIBTERMCAP */
  90.  
  91. /* This can be one of kSendPortMode (0), kPassiveMode (1) or
  92.  * kFallBackToSendPortMode (2).
  93.  *
  94.  * Example: #define FTP_DATA_PORT_MODE 2
  95.  */
  96. /* #undef FTP_DATA_PORT_MODE */
  97.  
  98. /* #undef HAVE_MAXX */
  99. #define HAVE__MAXX 1
  100.  
  101. /* Define to 1 if ANSI function prototypes are usable.  */
  102. /* #undef PROTOTYPES */
  103.  
  104. /* Define if you have the beep function.  */
  105. /* #undef HAVE_BEEP */
  106. #define HAVE_BEEP 1
  107.  
  108. /* Define if you have the curs_set function.  */
  109. /* #undef HAVE_CURS_SET */
  110.  
  111. /* Define if you have the fcntl function.  */
  112. #define HAVE_FCNTL 1
  113.  
  114. /* Define if you have the filename_completion_function function.  */
  115. /* #undef HAVE_FILENAME_COMPLETION_FUNCTION */
  116.  
  117. /* Define if you have the flock function.  */
  118. #define HAVE_FLOCK 1
  119.  
  120. /* Define if you have the getcwd function.  */
  121. /* #undef HAVE_GETCWD */
  122.  
  123. /* Define if you have the getdomainname function.  */
  124. #define HAVE_GETDOMAINNAME 1
  125.  
  126. /* Define if you have the getmaxyx function.  */
  127. /* #undef HAVE_GETMAXYX */
  128.  
  129. /* Define if you have the getwd function.  */
  130. #define HAVE_GETWD 1
  131.  
  132. /* Define if you have the memmove function.  */
  133. #define HAVE_MEMMOVE 1
  134.  
  135. /* Define if you have the mktime function.  */
  136. #define HAVE_MKTIME 1
  137.  
  138. /* Define if you have the notimeout function.  */
  139. /* #undef HAVE_NOTIMEOUT */
  140.  
  141. /* Define if you have the remove function.  */
  142. #define HAVE_REMOVE 1
  143.  
  144. /* Define if you have the setlinebuf function.  */
  145. #define HAVE_SETLINEBUF 1
  146.  
  147. /* Define if you have the strcasecmp function.  */
  148. #define HAVE_STRCASECMP 1
  149.  
  150. /* Define if you have the strerror function.  */
  151. #define HAVE_STRERROR 1
  152.  
  153. /* Define if you have the symlink function.  */
  154. #define HAVE_SYMLINK 1
  155.  
  156. /* Define if you have the tcgetpgrp function.  */
  157. /*#undef  HAVE_TCGETPGRP*/
  158.  
  159. /* Define if you have the unlink function.  */
  160. #define HAVE_UNLINK 1
  161.  
  162. /* Define if you have the <curses.h> header file.  */
  163. #define HAVE_CURSES_H 1
  164.  
  165. /* Define if you have the <cursesX.h> header file.  */
  166. /* #undef HAVE_CURSESX_H */
  167.  
  168. /* Define if you have the <fcntl.h> header file.  */
  169. #define HAVE_FCNTL_H 1
  170.  
  171. /* Define if you have the <limits.h> header file.  */
  172. #define HAVE_LIMITS_H 1
  173.  
  174. /* Define if you have the <memory.h> header file.  */
  175. #define HAVE_MEMORY_H 1
  176.  
  177. /* Define if you have the <ncurses.h> header file.  */
  178. /* #undef HAVE_NCURSES_H */
  179.  
  180. /* Define if you have the <net/errno.h> header file.  */
  181. /* #undef HAVE_NET_ERRNO_H */
  182.  
  183. /* Define if you have the <readline/history.h> header file.  */
  184. #define HAVE_READLINE_HISTORY_H 1
  185.  
  186. /* Define if you have the <sgtty.h> header file.  */
  187. #define HAVE_SGTTY_H 1
  188.  
  189. /* Define if you have the <stdarg.h> header file.  */
  190. #define HAVE_STDARG_H 1
  191.  
  192. /* Define if you have the <string.h> header file.  */
  193. #define HAVE_STRING_H 1
  194.  
  195. /* Define if you have the <sys/bsdtypes.h> header file.  */
  196. /* #undef HAVE_SYS_BSDTYPES_H */
  197.  
  198. /* Define if you have the <sys/file.h> header file.  */
  199. #define HAVE_SYS_FILE_H 1
  200.  
  201. /* Define if you have the <sys/ioctl.h> header file.  */
  202. #define HAVE_SYS_IOCTL_H 1
  203.  
  204. /* Define if you have the <sys/time.h> header file.  */
  205. #define HAVE_SYS_TIME_H 1
  206.  
  207. /* Define if you have the <term/termnet.h> header file.  */
  208. /* #undef HAVE_TERM_TERMNET_H */
  209.  
  210. /* Define if you have the <termio.h> header file.  */
  211. /* #undef HAVE_TERMIO_H */
  212.  
  213. /* Define if you have the <termios.h> header file.  */
  214. /* #undef HAVE_TERMIOS_H */
  215.  
  216. /* Define if you have the <termnet.h> header file.  */
  217. /* #undef HAVE_TERMNET_H */
  218.  
  219. /* Define if you have the <unistd.h> header file.  */
  220. #define HAVE_UNISTD_H 1
  221.  
  222. /* Define if you have the <utime.h> header file.  */
  223. /*#define HAVE_UTIME_H 1*/
  224. /* #undef HAVE_UTIME_H */
  225.  
  226. /* Define if you have the c_s library (-lc_s).  */
  227. /* #undef HAVE_LIBC_S */
  228.  
  229. /* Define if you have the com_err library (-lcom_err).  */
  230. /* #undef HAVE_LIBCOM_ERR */
  231.  
  232. /* Define if you have the crypto library (-lcrypto).  */
  233. /* #undef HAVE_LIBCRYPTO */
  234.  
  235. /* Define if you have the db library (-ldb).  */
  236. /* #undef HAVE_LIBDB */
  237.  
  238. /* Define if you have the getline library (-lgetline).  */
  239. /* #undef HAVE_LIBGETLINE */
  240.  
  241. /* Define if you have the gssapi_krb5 library (-lgssapi_krb5).  */
  242. /* #undef HAVE_LIBGSSAPI_KRB5 */
  243.  
  244. /* Define if you have the inet library (-linet).  */
  245. /* #undef HAVE_LIBINET */
  246.  
  247. /* Define if you have the isode library (-lisode).  */
  248. /* #undef HAVE_LIBISODE */
  249.  
  250. /* Define if you have the krb5 library (-lkrb5).  */
  251. /* #undef HAVE_LIBKRB5 */
  252.  
  253. /* Define if you have the posix library (-lposix).  */
  254. /* #undef HAVE_LIBPOSIX */
  255.  
  256. /* Define if you have the resolv library (-lresolv).  */
  257. /* #undef HAVE_LIBRESOLV */
  258.  
  259. /* Define if you have the socket library (-lsocket).  */
  260. /* #undef HAVE_LIBSOCKET */
  261.  
  262. /* Define if you have the socks library (-lsocks).  */
  263. /* #undef HAVE_LIBSOCKS */
  264.  
  265. /* Define if you have the socks5 library (-lsocks5).  */
  266. /* #undef HAVE_LIBSOCKS5 */
  267.  
  268. /* Define if you have the termnet library (-ltermnet).  */
  269. /* #undef HAVE_LIBTERMNET */
  270.