[BACK]Return to ftp_var.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/ftp_var.h between version 1.8 and 1.9

version 1.8, 1997/02/18 18:04:30 version 1.9, 1997/03/14 04:32:16
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*      $NetBSD: ftp_var.h,v 1.13 1997/02/01 10:45:05 lukem Exp $       */  /*      $NetBSD: ftp_var.h,v 1.14 1997/03/13 06:23:19 lukem Exp $       */
   
 /*  /*
  * Copyright (c) 1985, 1989, 1993, 1994   * Copyright (c) 1985, 1989, 1993, 1994
Line 57 
Line 57 
   
 #define FTP_PORT        21      /* default if getservbyname("ftp/tcp") fails */  #define FTP_PORT        21      /* default if getservbyname("ftp/tcp") fails */
 #define HTTP_PORT       80      /* default if getservbyname("http/tcp") fails */  #define HTTP_PORT       80      /* default if getservbyname("http/tcp") fails */
   #define PAGER           "more"  /* default pager if $PAGER isn't set */
   
 /*  /*
  * Options and other state info.   * Options and other state info.
Line 68 
Line 69 
 int     verbose;                /* print messages coming back from server */  int     verbose;                /* print messages coming back from server */
 int     connected;              /* connected to server */  int     connected;              /* connected to server */
 int     fromatty;               /* input is from a terminal */  int     fromatty;               /* input is from a terminal */
 int     use_editline;           /* use the editline(3) routine for input */  
 int     interactive;            /* interactively prompt on m* cmds */  int     interactive;            /* interactively prompt on m* cmds */
 int     confirmrest;            /* confirm rest of current m* cmd */  int     confirmrest;            /* confirm rest of current m* cmd */
 int     debug;                  /* debugging level */  int     debug;                  /* debugging level */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9