ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FastPing/FastPing.xs
(Generate patch)

Comparing AnyEvent-FastPing/FastPing.xs (file contents):
Revision 1.2 by root, Sat May 17 21:47:29 2008 UTC vs.
Revision 1.3 by root, Sun May 18 20:10:05 2008 UTC

1#define _POSIX_C_SOURCE 200112 1#define _POSIX_C_SOURCE 200112
2#define _XOPEN_SOURCE 600 2#define _XOPEN_SOURCE 600
3#define _LARGEFILE64_SOURCE 1 3#define _LARGEFILE64_SOURCE 1
4 4
5#ifndef __APPLE__ 5#ifdef __APPLE__
6# define IPV6 0 6# define IPV6 0
7#else 7#else
8# define IPV6 1 // if you get compilation problems try to disable IPv6 8# define IPV6 1 // if you get compilation problems try to disable IPv6
9#endif 9#endif
10 10

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines