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

Comparing EV/EV.xs (file contents):
Revision 1.37 by root, Thu Nov 1 17:17:32 2007 UTC vs.
Revision 1.38 by root, Thu Nov 1 17:45:30 2007 UTC

2#include "perl.h" 2#include "perl.h"
3#include "XSUB.h" 3#include "XSUB.h"
4 4
5/*#include <netinet/in.h>*/ 5/*#include <netinet/in.h>*/
6 6
7#define TIMEOUT_NONE HUGE_VAL
8
9#define EV_PROTOTYPES 1 7#define EV_PROTOTYPES 1
10#include "EV/EVAPI.h" 8#include "EV/EVAPI.h"
11 9
12#include "libev/ev.c" 10#include "libev/ev.c"
13#include "libev/event.h" 11#include "libev/event.h"
14#include "libev/event.c" 12#include "libev/event.c"
15
16#define DNS_USE_GETTIMEOFDAY_FOR_ID 1
17#define HAVE_STRUCT_IN6_ADDR 1
18#define HAVE_STRTOK_R 1
19#include "libev/evdns.c" 13#include "libev/evdns.c"
20 14
21typedef int Signal; 15typedef int Signal;
22 16
23static struct EVAPI evapi; 17static struct EVAPI evapi;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines