Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 575582
Collapse All | Expand All

(-)rrdtoolmodule.c.orig (+2 lines)
Lines 26-31 Link Here
26
#include <datetime.h>
26
#include <datetime.h>
27
#include <rrd.h>
27
#include <rrd.h>
28
28
29
#define HAVE_RRD_GRAPH
30
29
/* Some macros to maintain compatibility between Python 2.x and 3.x */
31
/* Some macros to maintain compatibility between Python 2.x and 3.x */
30
#if PY_MAJOR_VERSION >= 3
32
#if PY_MAJOR_VERSION >= 3
31
#define HAVE_PY3K
33
#define HAVE_PY3K

Return to bug 575582