BSD 4_3_Tahoe release
[unix-history] / usr / src / include / arpa / ftp.h
index 318bf4c..929d089 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1983, 1989 Regents of the University of California.
+ * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)ftp.h       5.4 (Berkeley) %G%
+ *     @(#)ftp.h       5.3 (Berkeley) 6/27/88
  */
 
 /*
  */
 
 /*
 #define        TYPE_I          3       /* image */
 #define        TYPE_L          4       /* local byte size */
 
 #define        TYPE_I          3       /* image */
 #define        TYPE_L          4       /* local byte size */
 
-#ifdef FTP_NAMES
-char *typenames[] =  {"0", "ASCII", "EBCDIC", "Image", "Local" };
-#endif
-
 /*
  * Form codes
  */
 #define        FORM_N          1       /* non-print */
 #define        FORM_T          2       /* telnet format effectors */
 #define        FORM_C          3       /* carriage control (ASA) */
 /*
  * Form codes
  */
 #define        FORM_N          1       /* non-print */
 #define        FORM_T          2       /* telnet format effectors */
 #define        FORM_C          3       /* carriage control (ASA) */
-#ifdef FTP_NAMES
-char *formnames[] =  {"0", "Nonprint", "Telnet", "Carriage-control" };
-#endif
 
 /*
  * Structure codes
 
 /*
  * Structure codes
@@ -59,9 +52,6 @@ char *formnames[] =  {"0", "Nonprint", "Telnet", "Carriage-control" };
 #define        STRU_F          1       /* file (no record structure) */
 #define        STRU_R          2       /* record structure */
 #define        STRU_P          3       /* page structure */
 #define        STRU_F          1       /* file (no record structure) */
 #define        STRU_R          2       /* record structure */
 #define        STRU_P          3       /* page structure */
-#ifdef FTP_NAMES
-char *strunames[] =  {"0", "File", "Record", "Page" };
-#endif
 
 /*
  * Mode types
 
 /*
  * Mode types
@@ -69,9 +59,6 @@ char *strunames[] =  {"0", "File", "Record", "Page" };
 #define        MODE_S          1       /* stream */
 #define        MODE_B          2       /* block */
 #define        MODE_C          3       /* compressed */
 #define        MODE_S          1       /* stream */
 #define        MODE_B          2       /* block */
 #define        MODE_C          3       /* compressed */
-#ifdef FTP_NAMES
-char *modenames[] =  {"0", "Stream", "Block", "Compressed" };
-#endif
 
 /*
  * Record Tokens
 
 /*
  * Record Tokens