fixed build system for older gcc releases

This commit is contained in:
roberto@centos64
2011-09-23 08:33:15 +02:00
parent 4e8c8ef317
commit a73a010188
5 changed files with 52 additions and 8 deletions
+1
View File
@@ -29,6 +29,7 @@
#if PY_MINOR_VERSION == 4 && PY_MAJOR_VERSION == 2
#define Py_ssize_t ssize_t
#define UWSGI_PYTHON_OLD
#endif
#if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 7