ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/autoconf/configure.ac
(Generate patch)

Comparing IO-AIO/autoconf/configure.ac (file contents):
Revision 1.3 by root, Mon Aug 22 23:20:37 2005 UTC vs.
Revision 1.4 by root, Tue Aug 23 00:03:14 2005 UTC

52#elif __freebsd 52#elif __freebsd
53# include <sys/socket.h> 53# include <sys/socket.h>
54# include <sys/uio.h> 54# include <sys/uio.h>
55#elif __hpux 55#elif __hpux
56# include <sys/socket.h> 56# include <sys/socket.h>
57#else
58# error unsupported architecture
57#endif 59#endif
58int main(void) 60int main(void)
59{ 61{
60 int fd = 0; 62 int fd = 0;
61 off_t offset = 1; 63 off_t offset = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines