From: wrobell Date: Tue, 7 Oct 2003 23:11:46 +0000 (+0000) Subject: - integrated with 3.1.0a X-Git-Tag: auto/ac/apache-mod_python-3_1_2b-1~5 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=commitdiff_plain;h=11b279c2cbf1080c253a0d7e7b598b44b1e7af03 - integrated with 3.1.0a Changed files: apache-mod_python-LONG.patch -> 1.2 --- diff --git a/apache-mod_python-LONG.patch b/apache-mod_python-LONG.patch deleted file mode 100644 index f40c621..0000000 --- a/apache-mod_python-LONG.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- mod_python-3.0.3/src/include/mod_python.h~ 2003-09-14 20:11:08.000000000 +0000 -+++ mod_python-3.0.3/src/include/mod_python.h 2003-09-14 20:12:54.000000000 +0000 -@@ -138,6 +138,11 @@ - #define SILENT 0 - #define NOTSILENT 1 - -+/* python 2.3 no longer defines LONG_LONG, it defines PY_LONG_LONG */ -+#ifndef LONG_LONG -+#define LONG_LONG PY_LONG_LONG -+#endif -+ - /* structure to hold interpreter data */ - typedef struct { - PyInterpreterState *istate;