diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-11-12 10:53:40 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-11-12 10:53:40 +0100 |
commit | a1af583401599899fea232a129f829285000d35e (patch) | |
tree | 45eaf87e0ee25163f2592764b38cd624a3fe189a /symbian/config.sh | |
parent | 553fa53cede7a0bcdb1e2c592f810642c77dfd19 (diff) | |
download | perl-a1af583401599899fea232a129f829285000d35e.tar.gz |
No default breaks win32 and VMS
Diffstat (limited to 'symbian/config.sh')
-rw-r--r-- | symbian/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index e6ca7fb2c6..dc4ad64b7e 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -583,7 +583,7 @@ db_prefixtype='size_t' db_version_major='0' db_version_minor='0' db_version_patch='0' -default_inc_excludes_dot='' +default_inc_excludes_dot='undef' direntrytype='struct dirent' dlext='dll' dlsrc='dl_symbian.xs' |