Deleted Added
full compact
fake-rfc2553.h (124209) fake-rfc2553.h (124696)
1/* $Id: fake-rfc2553.h,v 1.6.2.1 2003/09/22 02:09:18 dtucker Exp $ */
1/* $Id: fake-rfc2553.h,v 1.6.2.1 2003/09/22 02:09:18 dtucker Exp $ */
2/* $FreeBSD: head/crypto/openssh/openbsd-compat/fake-rfc2553.h 124696 2004-01-18 22:31:30Z des $ */
2
3/*
4 * Copyright (C) 2000-2003 Damien Miller. All rights reserved.
5 * Copyright (C) 1999 WIDE Project. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

108
109#ifndef NI_MAXSERV
110# define NI_MAXSERV 32
111#endif /* !NI_MAXSERV */
112#ifndef NI_MAXHOST
113# define NI_MAXHOST 1025
114#endif /* !NI_MAXHOST */
115
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:

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

109
110#ifndef NI_MAXSERV
111# define NI_MAXSERV 32
112#endif /* !NI_MAXSERV */
113#ifndef NI_MAXHOST
114# define NI_MAXHOST 1025
115#endif /* !NI_MAXHOST */
116
116#ifndef EAI_NODATA
117#ifndef EAI_NONAME
117# define EAI_NODATA 1
118# define EAI_MEMORY 2
119# define EAI_NONAME 3
120#endif
121
122#ifndef HAVE_STRUCT_ADDRINFO
123struct addrinfo {
124 int ai_flags; /* AI_PASSIVE, AI_CANONNAME */

--- 30 unchanged lines hidden ---
118# define EAI_NODATA 1
119# define EAI_MEMORY 2
120# define EAI_NONAME 3
121#endif
122
123#ifndef HAVE_STRUCT_ADDRINFO
124struct addrinfo {
125 int ai_flags; /* AI_PASSIVE, AI_CANONNAME */

--- 30 unchanged lines hidden ---