summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-04-18 18:31:32 +0000
committerDaniel P. Berrange <berrange@redhat.com>2008-04-18 18:31:32 +0000
commit6bae8ae7d02ecdb640fc597e94f81c2e0a931b1a (patch)
tree9365eca19b21821573686f9e7f145e498899aeea
parent4f96b58763738e2c4c1e0dae04820e4e886cc6ab (diff)
downloadlibvirt-python-split-6bae8ae7d02ecdb640fc597e94f81c2e0a931b1a.tar.gz
libvirt-python-split-6bae8ae7d02ecdb640fc597e94f81c2e0a931b1a.tar.xz
libvirt-python-split-6bae8ae7d02ecdb640fc597e94f81c2e0a931b1a.zip
Python header workaround
-rw-r--r--types.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/types.c b/types.c
index 6857c10..e4bad8a 100644
--- a/types.c
+++ b/types.c
@@ -9,6 +9,11 @@
#include <config.h>
+/* Horrible kludge to work around even more horrible name-space pollution
+ * via Python.h. That file includes /usr/include/python2.5/pyconfig*.h,
+ * which has over 180 autoconf-style HAVE_* definitions. Shame on them. */
+#undef HAVE_PTHREAD_H
+
#include "libvirt_wrap.h"
PyObject *