From: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Wed, 6 Jan 2010 07:51:20 +0000 (+0100)
Subject: vaproto for the other OS's
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1afd3306d14b1d637f928e16ad4f278f5cf59754;p=p5sagit%2Fp5-mst-13.2.git

vaproto for the other OS's

Follow-up to d03b3b00ac22f32af87a752669a46d9d06ae1561
---

diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index d7dd60c..53c4c74 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -1042,6 +1042,7 @@ uvsize='4'
 uvtype='unsigned long'
 uvuformat='"lu"'
 uvxformat='"lx"'
+vaproto='undef'
 vendorarch=''
 vendorarchexp=''
 vendorbin=''
diff --git a/NetWare/config.wc b/NetWare/config.wc
index e63d41c..ed0ee69 100644
--- a/NetWare/config.wc
+++ b/NetWare/config.wc
@@ -1006,6 +1006,7 @@ uvsize='4'
 uvtype='unsigned long'
 uvuformat='"lu"'
 uvxformat='"lx"'
+vaproto='undef'
 vendorarch=''
 vendorarchexp=''
 vendorbin=''
diff --git a/Porting/config.sh b/Porting/config.sh
index f1b7686..453a4f7 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -1062,6 +1062,7 @@ uvsize='8'
 uvtype='unsigned long long'
 uvuformat='"Lu"'
 uvxformat='"Lx"'
+vaproto='undef'
 vendorarch=''
 vendorarchexp=''
 vendorbin=''
diff --git a/epoc/config.sh b/epoc/config.sh
index 3cc840f..63ef6aa 100644
--- a/epoc/config.sh
+++ b/epoc/config.sh
@@ -904,6 +904,7 @@ usevendorprefix=''
 usevfork=''
 usrinc=''
 uuname=''
+vaproto='undef'
 vendorlib=''
 vendorlib_stem=''
 vendorlibexp=''
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 2bcb0de..16d274e 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -1013,6 +1013,7 @@ uvsize='4'
 uvtype='unsigned long'
 uvuformat='"lu"'
 uvxformat='"lx"'
+vaproto='undef'
 vendorarch=''
 vendorarchexp=''
 vendorbin=''
diff --git a/symbian/config.sh b/symbian/config.sh
index a7eda34..2d88d01 100644
--- a/symbian/config.sh
+++ b/symbian/config.sh
@@ -825,6 +825,7 @@ uvoformat='"lo"'
 uvsize='4'
 uvtype='unsigned long'
 uvuformat='"lu"'
+vaproto='undef'
 vendorlib_stem=''
 vendorlib=''
 vendorlibexp=''
diff --git a/uconfig.sh b/uconfig.sh
index 7d67f19..4e30727 100755
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -792,6 +792,7 @@ uvsize='4'
 uvtype='unsigned long'
 uvuformat='"lu"'
 uvxformat='"lx"'
+vaproto='undef'
 vendorarch=''
 vendorarchexp=''
 vendorlib_stem=''
diff --git a/win32/config.bc b/win32/config.bc
index ed5654a..435ffcd 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -1038,6 +1038,7 @@ uvsize='4'
 uvtype='unsigned long'
 uvuformat='"lu"'
 uvxformat='"lx"'
+vaproto='undef'
 vendorarch=''
 vendorarchexp=''
 vendorbin=''
diff --git a/win32/config.ce b/win32/config.ce
index 9bbbe28..ba3d2fb 100644
--- a/win32/config.ce
+++ b/win32/config.ce
@@ -998,6 +998,7 @@ uvsize='4'
 uvtype='unsigned long'
 uvuformat='"lu"'
 uvxformat='"lx"'
+vaproto='undef'
 vendorarch=''
 vendorarchexp=''
 vendorbin=''
diff --git a/win32/config.gc b/win32/config.gc
index 5199e26..904033a 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -1038,6 +1038,7 @@ uvsize='4'
 uvtype='unsigned long'
 uvuformat='"lu"'
 uvxformat='"lx"'
+vaproto='undef'
 vendorarch=''
 vendorarchexp=''
 vendorbin=''
diff --git a/win32/config.vc b/win32/config.vc
index b66c334..4c286ff 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -1038,6 +1038,7 @@ uvsize='4'
 uvtype='unsigned long'
 uvuformat='"lu"'
 uvxformat='"lx"'
+vaproto='undef'
 vendorarch=''
 vendorarchexp=''
 vendorbin=''
diff --git a/win32/config.vc64 b/win32/config.vc64
index bf80c7b..7878dfd 100644
--- a/win32/config.vc64
+++ b/win32/config.vc64
@@ -1038,6 +1038,7 @@ uvsize='8'
 uvtype='unsigned __int64'
 uvuformat='"I64u"'
 uvxformat='"I64x"'
+vaproto='undef'
 vendorarch=''
 vendorarchexp=''
 vendorbin=''