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

Comparing EV/EV.xs (file contents):
Revision 1.52 by root, Mon Nov 5 18:03:52 2007 UTC vs.
Revision 1.54 by root, Tue Nov 6 12:31:20 2007 UTC

5/*#include <netinet/in.h>*/ 5/*#include <netinet/in.h>*/
6 6
7#define EV_PROTOTYPES 1 7#define EV_PROTOTYPES 1
8#include "EV/EVAPI.h" 8#include "EV/EVAPI.h"
9 9
10/* due to bugs in OS X we have to use libev/ explicitly here */
10#include "ev.c" 11#include "libev/ev.c"
11#include "event.c" 12#include "event.c"
12#define DNS_USE_GETTIMEOFDAY_FOR_ID 1 13#define DNS_USE_GETTIMEOFDAY_FOR_ID 1
14#if !defined (WIN32) && !defined(__CYGWIN__)
13#define HAVE_STRUCT_IN6_ADDR 1 15# define HAVE_STRUCT_IN6_ADDR 1
16#endif
14#undef HAVE_STRTOK_R 17#undef HAVE_STRTOK_R
15#undef strtok_r 18#undef strtok_r
16#define strtok_r fake_strtok_r 19#define strtok_r fake_strtok_r
17#include "evdns.c" 20#include "evdns.c"
18 21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines