~ubuntu-branches/ubuntu/quantal/python-gevent/quantal

« back to all changes in this revision

Viewing changes to gevent/libevent.h

  • Committer: Bazaar Package Importer
  • Author(s): Örjan Persson
  • Date: 2011-05-17 16:43:20 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110517164320-nwhld2xo6sz58p4m
Tags: 0.13.6-1
New upstream version (Closes: #601863).

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
#if defined(_EVENT_NUMERIC_VERSION) && _EVENT_NUMERIC_VERSION >= 0x2000000
12
12
 
 
13
#if _EVENT_NUMERIC_VERSION >= 0x02000900
 
14
#define LIBEVENT_HTTP_MODERN
 
15
#endif
 
16
 
13
17
#include "event2/event.h"
14
18
#include "event2/event_struct.h"
15
19
#include "event2/event_compat.h"