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.in < prev    next >
Encoding:
Text File  |  1996-10-16  |  6.7 KB  |  268 lines

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