comparison includes.h @ 870:80af450dae76

Set IPTOS_LOWDELAY on PTY sessions only
author Catalin Patulea <cat@vv.carleton.ca>
date Mon, 02 Dec 2013 22:55:43 +0800
parents 04ede40a529a
children 5d3e917bb7a6
comparison
equal deleted inserted replaced
869:c63e7644db60 870:80af450dae76
154 #endif /* HAVE_U_INT32_T */ 154 #endif /* HAVE_U_INT32_T */
155 #ifndef HAVE_UINT32_T 155 #ifndef HAVE_UINT32_T
156 typedef u_int32_t uint32_t; 156 typedef u_int32_t uint32_t;
157 #endif /* HAVE_UINT32_T */ 157 #endif /* HAVE_UINT32_T */
158 158
159 #ifdef SO_PRIORITY
160 #include <linux/pkt_sched.h>
161 #endif
162
159 #include "fake-rfc2553.h" 163 #include "fake-rfc2553.h"
160 164
161 #ifndef LOG_AUTHPRIV 165 #ifndef LOG_AUTHPRIV
162 #define LOG_AUTHPRIV LOG_AUTH 166 #define LOG_AUTHPRIV LOG_AUTH
163 #endif 167 #endif