BSD 4_4_Lite2 release
[unix-history] / Domestic / src / telnet / externs.h
index b721992..83ba07b 100644 (file)
@@ -30,7 +30,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)externs.h   8.2 (Berkeley) 12/15/93
+ *     @(#)externs.h   8.3 (Berkeley) 5/30/95
  */
 
 #ifndef        BSD
  */
 
 #ifndef        BSD
@@ -83,8 +83,9 @@ typedef unsigned char cc_t;
 
 #ifndef        NO_STRING_H
 #include <string.h>
 
 #ifndef        NO_STRING_H
 #include <string.h>
-#endif
+#else
 #include <strings.h>
 #include <strings.h>
+#endif
 
 #ifndef        _POSIX_VDISABLE
 # ifdef sun
 
 #ifndef        _POSIX_VDISABLE
 # ifdef sun
@@ -118,12 +119,12 @@ extern int
     flushout,          /* flush output */
     connected,         /* Are we connected to the other side? */
     globalmode,                /* Mode tty should be in */
     flushout,          /* flush output */
     connected,         /* Are we connected to the other side? */
     globalmode,                /* Mode tty should be in */
-    In3270,                    /* Are we in 3270 mode? */
+    In3270,            /* Are we in 3270 mode? */
     telnetport,                /* Are we connected to the telnet port? */
     localflow,         /* Flow control handled locally */
     restartany,                /* If flow control, restart output on any character */
     localchars,                /* we recognize interrupt/quit */
     telnetport,                /* Are we connected to the telnet port? */
     localflow,         /* Flow control handled locally */
     restartany,                /* If flow control, restart output on any character */
     localchars,                /* we recognize interrupt/quit */
-    donelclchars,              /* the user has set "localchars" */
+    donelclchars,      /* the user has set "localchars" */
     showoptions,
     net,               /* Network file descriptor */
     tin,               /* Terminal input file descriptor */
     showoptions,
     net,               /* Network file descriptor */
     tin,               /* Terminal input file descriptor */
@@ -144,7 +145,7 @@ extern int
 #endif /* defined(TN3270) */
     termdata,          /* Print out terminal data flow */
 #endif /* defined(unix) */
 #endif /* defined(TN3270) */
     termdata,          /* Print out terminal data flow */
 #endif /* defined(unix) */
-    debug;                     /* Debug level */
+    debug;             /* Debug level */
 
 extern cc_t escape;    /* Escape to command mode */
 extern cc_t rlogin;    /* Rlogin mode escape character */
 
 extern cc_t escape;    /* Escape to command mode */
 extern cc_t rlogin;    /* Rlogin mode escape character */