]> git.saurik.com Git - apple/network_cmds.git/blobdiff - telnet.tproj/defines.h
network_cmds-115.tar.gz
[apple/network_cmds.git] / telnet.tproj / defines.h
index 51a92831d1560ace31eafab851141937656f2781..070770f542cb5c4be773848751777a5eaa88eee8 100644 (file)
@@ -1,26 +1,3 @@
-/*
- * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
- *
- * @APPLE_LICENSE_HEADER_START@
- * 
- * "Portions Copyright (c) 1999 Apple Computer, Inc.  All Rights
- * Reserved.  This file contains Original Code and/or Modifications of
- * Original Code as defined in and that are subject to the Apple Public
- * Source License Version 1.0 (the 'License').  You may not use this file
- * except in compliance with the License.  Please obtain a copy of the
- * License at http://www.apple.com/publicsource and read it before using
- * this file.
- * 
- * The Original Code and all software distributed under the License are
- * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
- * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
- * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT.  Please see the
- * License for the specific language governing rights and limitations
- * under the License."
- * 
- * @APPLE_LICENSE_HEADER_END@
- */
 /*
  * Copyright (c) 1988, 1993
  *     The Regents of the University of California.  All rights reserved.
  * SUCH DAMAGE.
  *
  *     @(#)defines.h   8.1 (Berkeley) 6/6/93
+ * $FreeBSD: src/crypto/telnet/telnet/defines.h,v 1.1.1.1.8.1 2002/04/13 10:59:08 markm Exp $
  */
 
 #define        settimer(x)     clocks.x = clocks.system++
 
-#if    !defined(TN3270)
-
-#define        SetIn3270()
-
-#endif /* !defined(TN3270) */
-
 #define        NETADD(c)       { *netoring.supply = c; ring_supplied(&netoring, 1); }
 #define        NET2ADD(c1,c2)  { NETADD(c1); NETADD(c2); }
 #define        NETBYTES()      (ring_full_count(&netoring))