diff options
author | David Leadbeater <dgl@dgl.cx> | 2011-03-07 21:06:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-03-28 10:21:48 +0100 |
commit | 6644ede8e56174b7ab50f6b8b89844281b2a0c1a (patch) | |
tree | 1b521c40d48d828491fbc2b92d9b339217857618 /uconfig64.sh | |
parent | c13bf28c5e59a95be2cd4bec3c8e48c16f0199f7 (diff) | |
download | perl-6644ede8e56174b7ab50f6b8b89844281b2a0c1a.tar.gz |
microperl: Define need_va_copy
This is needed on some platforms and shouldn't hurt on others, so
define it.
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 2d9ad785d2..437595ec01 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -652,7 +652,7 @@ modetype=int multiarch='undef' myarchname='unknown64' myuname='unknown' -need_va_copy='undef' +need_va_copy='define' netdb_hlen_type='int' netdb_host_type='const char *' netdb_name_type='const char *' |