comparison includes.h @ 728:f27058078d61

Try using writev() for writing packets out to tcp
author Matt Johnston <matt@ucc.asn.au>
date Sun, 31 Mar 2013 23:15:35 +0800
parents d194db6f9453
children 04ede40a529a
comparison
equal deleted inserted replaced
727:00bc3df3a9c3 728:f27058078d61
118 118
119 #ifdef HAVE_LIBGEN_H 119 #ifdef HAVE_LIBGEN_H
120 #include <libgen.h> 120 #include <libgen.h>
121 #endif 121 #endif
122 122
123 #ifdef HAVE_SYS_UIO_H
124 #include <sys/uio.h>
125 #endif
126
123 #ifdef BUNDLED_LIBTOM 127 #ifdef BUNDLED_LIBTOM
124 #include "libtomcrypt/src/headers/tomcrypt.h" 128 #include "libtomcrypt/src/headers/tomcrypt.h"
125 #include "libtommath/tommath.h" 129 #include "libtommath/tommath.h"
126 #else 130 #else
127 #include <tomcrypt.h> 131 #include <tomcrypt.h>