summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2016-11-12 10:53:40 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2016-11-12 10:53:40 +0100
commita1af583401599899fea232a129f829285000d35e (patch)
tree45eaf87e0ee25163f2592764b38cd624a3fe189a /Porting
parent553fa53cede7a0bcdb1e2c592f810642c77dfd19 (diff)
downloadperl-a1af583401599899fea232a129f829285000d35e.tar.gz
No default breaks win32 and VMS
Diffstat (limited to 'Porting')
-rw-r--r--Porting/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/config.sh b/Porting/config.sh
index c9aa2c2f1f..640c97d35d 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -650,7 +650,7 @@ db_prefixtype='int'
db_version_major='1'
db_version_minor='0'
db_version_patch='0'
-default_inc_excludes_dot=''
+default_inc_excludes_dot='undef'
direntrytype='struct dirent'
dlext='bundle'
dlsrc='dl_dlopen.xs'