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 /uconfig64.sh | |
parent | 553fa53cede7a0bcdb1e2c592f810642c77dfd19 (diff) | |
download | perl-a1af583401599899fea232a129f829285000d35e.tar.gz |
No default breaks win32 and VMS
Diffstat (limited to 'uconfig64.sh')
-rw-r--r-- | uconfig64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uconfig64.sh b/uconfig64.sh index 27d4a180a8..6655ea072b 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -575,7 +575,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' doubleinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f' doublekind='3' |