home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ncftp-2.3.0-src.tgz / tar.out / contrib / ncftp / Config.h.top < prev    next >
Text File  |  1996-09-28  |  1KB  |  42 lines

  1.  
  2.  
  3. /* Don't define HOSTNAME or DOMAINNAME unless you have to.  After compiling,
  4.  * a test run of the program will tell you if it couldn't determine these
  5.  * itself.  If the test run looks normal (i.e. doesn't mention this stuff)
  6.  * you're okay.
  7.  */
  8.  
  9. /* #define HOSTNAME "cse.unl.edu" */
  10.  
  11. /* #define DOMAINNAME "unl.edu" */
  12.  
  13. /* If you're using the program as an FTP program in an enviroment where
  14.  * you almost always need to open with a user name and password, you
  15.  * might consider turning off anonymous by default.
  16.  *
  17.  * Note:  this won't override whatever is in your ~/.ncftp/prefs.
  18.  * When you run the program the first time, that file is created, so
  19.  * changing this may not seem to work until you edit your prefs.
  20.  */ 
  21. #define UOPEN 0                    /* No anon ftp by default? */
  22.  
  23. /* After compiling the program, you may decide that the curses stuff
  24.  * doesn't perform well.  (It works great on some systems, awful on others).
  25.  * If visual mode doesn't do a good job, you can have visual mode off
  26.  * by default.
  27.  *
  28.  * Note:  this won't override whatever is in your ~/.ncftp/prefs.
  29.  * When you run the program the first time, that file is created, so
  30.  * changing this may not seem to work until you edit your prefs.
  31.  */
  32. #define VISUAL 1
  33.  
  34. /* Keep user logs by default? */
  35. #define USERLOG 1
  36.  
  37. /* Default progress meter (0..4) */
  38. #define PROGRESS 2
  39.  
  40.  
  41.  
  42.