From 3ab9413366b1fe51f6b372e0f48d97d464014ba2 Mon Sep 17 00:00:00 2001 From: Andy Dougherty Date: Thu, 29 May 2008 08:43:29 -0400 Subject: [PATCH] Propagate new i_gdbm*ndbm variables Message-ID: p4raw-id: //depot/perl@33949 --- Cross/config.sh-arm-linux | 2 ++ NetWare/config.wc | 2 ++ Porting/config.sh | 2 ++ configure.com | 2 ++ epoc/config.sh | 2 ++ plan9/config_sh.sample | 2 ++ symbian/config.sh | 2 ++ uconfig.sh | 2 ++ win32/config.bc | 2 ++ win32/config.ce | 2 ++ win32/config.gc | 2 ++ win32/config.vc | 2 ++ win32/config.vc64 | 2 ++ 13 files changed, 26 insertions(+) diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index bb403c0..455ee0e 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -625,6 +625,8 @@ i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='define' i_ieeefp='undef' i_inttypes='define' diff --git a/NetWare/config.wc b/NetWare/config.wc index f7f723b..4f53b32 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -608,6 +608,8 @@ i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='undef' i_ieeefp='undef' i_inttypes='undef' diff --git a/Porting/config.sh b/Porting/config.sh index 826b03e..8556888 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -638,6 +638,8 @@ i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='define' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='define' i_ieeefp='undef' i_inttypes='define' diff --git a/configure.com b/configure.com index 09a71d6..7dfee31 100644 --- a/configure.com +++ b/configure.com @@ -6232,6 +6232,8 @@ $ WC "i_float='define'" $ WC "i_fp='undef'" $ WC "i_fp_class='undef'" $ WC "i_gdbm='undef'" +$ WC "i_gdbm_ndbm='undef'" +$ WC "i_gdbmndbm='undef'" $ WC "i_grp='" + i_grp + "'" $ WC "i_ieeefp='undef'" $ WC "i_inttypes='" + i_inttypes + "'" diff --git a/epoc/config.sh b/epoc/config.sh index 0f93e84..c5f68fb 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -571,6 +571,8 @@ i_float='undef' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='undef' i_ieeefp='undef' i_inttypes='undef' diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index dccbb5c..ad904a6 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -619,6 +619,8 @@ i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='define' i_ieeefp='undef' i_inttypes='define' diff --git a/symbian/config.sh b/symbian/config.sh index 5c7d77f..7dd6011 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -546,6 +546,8 @@ i_float='undef' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='undef' i_ieeefp='undef' i_inttypes='undef' diff --git a/uconfig.sh b/uconfig.sh index 1be1175..f2ae4f7 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -533,6 +533,8 @@ i_float='undef' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='undef' i_ieeefp='undef' i_inttypes='undef' diff --git a/win32/config.bc b/win32/config.bc index c558db3..321a82a 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -613,6 +613,8 @@ i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='undef' i_ieeefp='undef' i_inttypes='undef' diff --git a/win32/config.ce b/win32/config.ce index a06c3dd..36fe4ad 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -606,6 +606,8 @@ i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='undef' i_ieeefp='undef' i_inttypes='undef' diff --git a/win32/config.gc b/win32/config.gc index 858a274..8afb061 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -613,6 +613,8 @@ i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='undef' i_ieeefp='undef' i_inttypes='undef' diff --git a/win32/config.vc b/win32/config.vc index 5786dfd..e42612e 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -613,6 +613,8 @@ i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='undef' i_ieeefp='undef' i_inttypes='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index 3b44f28..475f806 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -613,6 +613,8 @@ i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='undef' i_ieeefp='undef' i_inttypes='undef' -- 2.7.4