esac
case "$inc_version_list" in
''|' ')
- inc_version_list_init='""';;
+ inc_version_list_init='0';;
*) inc_version_list_init=`echo $inc_version_list |
- $sed -e 's/^/"/' -e 's/ /","/g' -e 's/$/"/'`
+ $sed -e 's/^/"/' -e 's/ /","/g' -e 's/$/",0/'`
;;
esac
$rm -f getverlist
*/
if (addsubdirs) {
#ifdef PERL_INC_VERSION_LIST
- const char *incverlist[] = { PERL_INC_VERSION_LIST, NULL };
+ /* Configure terminates PERL_INC_VERSION_LIST with a NULL */
+ const char *incverlist[] = { PERL_INC_VERSION_LIST };
const char **incver;
#endif
struct stat tmpstatbuf;
av_push(GvAVn(PL_incgv), newSVsv(subdir));
#ifdef PERL_INC_VERSION_LIST
- for (incver = incverlist; *incver; incver++)
- {
+ for (incver = incverlist; *incver; incver++) {
/* .../xxx if -d .../xxx */
Perl_sv_setpvf(aTHX_ subdir, "%"SVf"/%s", libdir, *incver);
if (PerlLIO_stat(SvPVX(subdir), &tmpstatbuf) >= 0 &&
S_ISDIR(tmpstatbuf.st_mode))
av_push(GvAVn(PL_incgv), newSVsv(subdir));
-
}
#endif
}
i_vfork='undef'
ignore_versioned_solibs=''
inc_version_list=''
+inc_version_list_init='0'
incpath=''
inews=''
installarchlib='~INST_TOP~~INST_VER~\lib~INST_ARCH~'
i_vfork='undef'
ignore_versioned_solibs=''
inc_version_list=''
+inc_version_list_init='0'
incpath=''
inews=''
installarchlib='~INST_TOP~~INST_VER~\lib~INST_ARCH~'
i_vfork='undef'
ignore_versioned_solibs=''
inc_version_list=''
+inc_version_list_init='0'
incpath=''
inews=''
installarchlib='~INST_TOP~~INST_VER~\lib~INST_ARCH~'
* for a C initialization string. See the inc_version_list entry
* in Porting/Glossary for more details.
*/
-#define PERL_INC_VERSION_LIST /**/
+#define PERL_INC_VERSION_LIST 0 /**/
/* HAS_OFF64_T:
* This symbol will be defined if the C compiler supports off64_t.
* for a C initialization string. See the inc_version_list entry
* in Porting/Glossary for more details.
*/
-#define PERL_INC_VERSION_LIST /**/
+#define PERL_INC_VERSION_LIST 0 /**/
/* HAS_OFF64_T:
* This symbol will be defined if the C compiler supports off64_t.
* for a C initialization string. See the inc_version_list entry
* in Porting/Glossary for more details.
*/
-#define PERL_INC_VERSION_LIST /**/
+#define PERL_INC_VERSION_LIST 0 /**/
/* HAS_OFF64_T:
* This symbol will be defined if the C compiler supports off64_t.