Mercurial > dropbear
comparison includes.h @ 1428:69862e8cc405 fuzz
merge from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 24 Jun 2017 00:47:07 +0800 |
parents | 00fb0a1f9b70 89f8c5960527 |
children | bb8eaa26bc93 |
comparison
equal
deleted
inserted
replaced
1417:4f17d75d027b | 1428:69862e8cc405 |
---|---|
158 | 158 |
159 #ifndef SIZE_T_MAX | 159 #ifndef SIZE_T_MAX |
160 #define SIZE_T_MAX ULONG_MAX | 160 #define SIZE_T_MAX ULONG_MAX |
161 #endif /* SIZE_T_MAX */ | 161 #endif /* SIZE_T_MAX */ |
162 | 162 |
163 #ifdef SO_PRIORITY | 163 #ifdef HAVE_LINUX_PKT_SCHED_H |
164 #include <linux/types.h> | 164 #include <linux/types.h> |
165 #include <linux/pkt_sched.h> | 165 #include <linux/pkt_sched.h> |
166 #endif | 166 #endif |
167 | 167 |
168 #include "fake-rfc2553.h" | 168 #include "fake-rfc2553.h" |