comparison fake-rfc2553.h @ 67:86725004a0ea

fake-rfc stuff
author Matt Johnston <matt@ucc.asn.au>
date Thu, 12 Aug 2004 14:39:17 +0000
parents efb5e0b335cf
children 740e782679be 9fd27bc37807
comparison
equal deleted inserted replaced
66:38c3146aa23d 67:86725004a0ea
1 /* $Id: fake-rfc2553.h,v 1.9 2004/03/10 10:06:33 dtucker Exp $ */ 1 /* Taken from OpenSSH 3.8.1p1 */
2
3 /* $.Id: fake-rfc2553.h,v 1.9 2004/03/10 10:06:33 dtucker Exp $ */
2 4
3 /* 5 /*
4 * Copyright (C) 2000-2003 Damien Miller. All rights reserved. 6 * Copyright (C) 2000-2003 Damien Miller. All rights reserved.
5 * Copyright (C) 1999 WIDE Project. All rights reserved. 7 * Copyright (C) 1999 WIDE Project. All rights reserved.
6 * 8 *
39 41
40 #ifndef _FAKE_RFC2553_H 42 #ifndef _FAKE_RFC2553_H
41 #define _FAKE_RFC2553_H 43 #define _FAKE_RFC2553_H
42 44
43 #include "includes.h" 45 #include "includes.h"
44 #include "sys/types.h"
45 46
46 /* 47 /*
47 * First, socket and INET6 related definitions 48 * First, socket and INET6 related definitions
48 */ 49 */
49 #ifndef HAVE_STRUCT_SOCKADDR_STORAGE 50 #ifndef HAVE_STRUCT_SOCKADDR_STORAGE