Deleted Added
full compact
externs.h (114911) externs.h (171135)
1/*
2 * Copyright (c) 1988, 1990, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)externs.h 8.3 (Berkeley) 5/30/95
1/*
2 * Copyright (c) 1988, 1990, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)externs.h 8.3 (Berkeley) 5/30/95
34 * $FreeBSD: head/contrib/telnet/telnet/externs.h 114911 2003-05-11 18:17:00Z markm $
34 * $FreeBSD: head/contrib/telnet/telnet/externs.h 171135 2007-07-01 12:08:08Z gnn $
35 */
36
37#ifndef BSD
38# define BSD 43
39#endif
40
41/*
42 * ucb stdio.h defines BSD as something weird

--- 24 unchanged lines hidden (view full) ---

67# else
68typedef unsigned char cc_t;
69# endif
70#endif
71
72#include <string.h>
73
74#if defined(IPSEC)
35 */
36
37#ifndef BSD
38# define BSD 43
39#endif
40
41/*
42 * ucb stdio.h defines BSD as something weird

--- 24 unchanged lines hidden (view full) ---

67# else
68typedef unsigned char cc_t;
69# endif
70#endif
71
72#include <string.h>
73
74#if defined(IPSEC)
75#include <netinet6/ipsec.h>
75#include <netipsec/ipsec.h>
76#if defined(IPSEC_POLICY_IPSEC)
77extern char *ipsec_policy_in;
78extern char *ipsec_policy_out;
79#endif
80#endif
81
82#ifndef _POSIX_VDISABLE
83# ifdef sun

--- 408 unchanged lines hidden ---
76#if defined(IPSEC_POLICY_IPSEC)
77extern char *ipsec_policy_in;
78extern char *ipsec_policy_out;
79#endif
80#endif
81
82#ifndef _POSIX_VDISABLE
83# ifdef sun

--- 408 unchanged lines hidden ---