Deleted Added
full compact
fake-rfc2553.h (137019) fake-rfc2553.h (147005)
1/* $Id: fake-rfc2553.h,v 1.8 2004/02/10 02:05:41 dtucker Exp $ */
2/* $FreeBSD: head/crypto/openssh/openbsd-compat/fake-rfc2553.h 137019 2004-10-28 16:11:31Z des $ */
1/* $Id: fake-rfc2553.h,v 1.10 2005/02/11 07:32:13 dtucker Exp $ */
2/* $FreeBSD: head/crypto/openssh/openbsd-compat/fake-rfc2553.h 147005 2005-06-05 15:46:09Z des $ */
3
4/*
5 * Copyright (C) 2000-2003 Damien Miller. All rights reserved.
6 * Copyright (C) 1999 WIDE Project. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

113#ifndef NI_MAXHOST
114# define NI_MAXHOST 1025
115#endif /* !NI_MAXHOST */
116
117#ifndef EAI_NONAME
118# define EAI_NODATA 1
119# define EAI_MEMORY 2
120# define EAI_NONAME 3
3
4/*
5 * Copyright (C) 2000-2003 Damien Miller. All rights reserved.
6 * Copyright (C) 1999 WIDE Project. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

113#ifndef NI_MAXHOST
114# define NI_MAXHOST 1025
115#endif /* !NI_MAXHOST */
116
117#ifndef EAI_NONAME
118# define EAI_NODATA 1
119# define EAI_MEMORY 2
120# define EAI_NONAME 3
121# define EAI_SYSTEM 4
121#endif
122
123#ifndef HAVE_STRUCT_ADDRINFO
124struct addrinfo {
125 int ai_flags; /* AI_PASSIVE, AI_CANONNAME */
126 int ai_family; /* PF_xxx */
127 int ai_socktype; /* SOCK_xxx */
128 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */

--- 34 unchanged lines hidden ---
122#endif
123
124#ifndef HAVE_STRUCT_ADDRINFO
125struct addrinfo {
126 int ai_flags; /* AI_PASSIVE, AI_CANONNAME */
127 int ai_family; /* PF_xxx */
128 int ai_socktype; /* SOCK_xxx */
129 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */

--- 34 unchanged lines hidden ---