comparison fake-rfc2553.h @ 1049:01eea88963f3 fastopen

merge from default
author Matt Johnston <matt@ucc.asn.au>
date Sat, 28 Feb 2015 09:06:40 +0800
parents deed0571cacc
children
comparison
equal deleted inserted replaced
1048:9cec9ed503bb 1049:01eea88963f3
37 * But these functions are not implemented correctly. The minimum subset 37 * But these functions are not implemented correctly. The minimum subset
38 * is implemented for ssh use only. For example, this routine assumes 38 * is implemented for ssh use only. For example, this routine assumes
39 * that ai_family is AF_INET. Don't use it for another purpose. 39 * that ai_family is AF_INET. Don't use it for another purpose.
40 */ 40 */
41 41
42 #ifndef _FAKE_RFC2553_H 42 #ifndef DROPBEAR_FAKE_RFC2553_H
43 #define _FAKE_RFC2553_H 43 #define DROPBEAR_FAKE_RFC2553_H
44 44
45 #include "includes.h" 45 #include "includes.h"
46 #include <sys/types.h> 46 #include <sys/types.h>
47 #if defined(HAVE_NETDB_H) 47 #if defined(HAVE_NETDB_H)
48 # include <netdb.h> 48 # include <netdb.h>