ME two filenames for same article
Katsuhiro Kondou
kondou at nec.co.jp
Mon Apr 3 04:06:08 UTC 2000
In article <ylaejcys3m.fsf at windlord.stanford.edu>,
Russ Allbery <rra at stanford.edu> wrote;
} Ah, I see the problem. Could you try this patch and let me know if this
} fixes it? (I need to get 5.6.0 installed locally; not enough time to look
} at it yet.)
I haven't installed 5.6.0 yet, but someone on
fj.news.system.inn posted the patch for 2.2.2
which he said it worked for him. Attached.
--
Katsuhiro Kondou
--- include/ppport.h.orig Sun Sep 26 07:42:24 1999
+++ include/ppport.h Sun Apr 2 20:11:00 2000
@@ -145,8 +145,12 @@
# endif
#endif
#ifndef PERL_PATCHLEVEL
+# ifdef PERL_VERSION
+# define PERL_PATCHLEVEL PERL_VERSION
+# else
# define PERL_PATCHLEVEL PATCHLEVEL
# define PERL_SUBVERSION SUBVERSION
+# endif
#endif
#ifndef ERRSV
@@ -182,7 +186,7 @@
/* Provide: newCONSTSUB */
/* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
-#if (PATCHLEVEL < 4) || ((PATCHLEVEL == 4) && (SUBVERSION < 63))
+#if (PERL_PATCHLEVEL < 4) || ((PERL_PATCHLEVEL == 4) && (PERL_SUBVERSION < 63))
/* Prototype */
#if !defined(NEED_newCONSTSUB_GLOBAL)
More information about the inn-workers
mailing list