~ubuntu-branches/ubuntu/edgy/openssh/edgy

« back to all changes in this revision

Viewing changes to openbsd-compat/fake-rfc2553.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-10-31 07:46:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051031074644-poik7e4un4723tr4
Tags: 1:4.2p1-5ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: fake-rfc2553.h,v 1.10 2005/02/11 07:32:13 dtucker Exp $ */
 
1
/* $Id: fake-rfc2553.h,v 1.12 2005/08/03 05:36:21 dtucker Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright (C) 2000-2003 Damien Miller.  All rights reserved.
114
114
#endif /* !NI_MAXHOST */
115
115
 
116
116
#ifndef EAI_NODATA
117
 
# define EAI_NODATA     1
118
 
# define EAI_MEMORY     2
119
 
# define EAI_NONAME     3
120
 
# define EAI_SYSTEM     4
 
117
# define EAI_NODATA     (INT_MAX - 1)
 
118
#endif
 
119
#ifndef EAI_MEMORY
 
120
# define EAI_MEMORY     (INT_MAX - 2)
 
121
#endif
 
122
#ifndef EAI_NONAME
 
123
# define EAI_NONAME     (INT_MAX - 3)
 
124
#endif
 
125
#ifndef EAI_SYSTEM
 
126
# define EAI_SYSTEM     (INT_MAX - 4)
121
127
#endif
122
128
 
123
129
#ifndef HAVE_STRUCT_ADDRINFO