diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2008-05-29 08:43:29 -0400 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2008-05-29 17:48:27 +0000 |
commit | 3ab9413366b1fe51f6b372e0f48d97d464014ba2 (patch) | |
tree | dd30902ed22d5296d376e2ff884b11a58d076667 /win32 | |
parent | ad56049d11be2db6103b693e8b968b200a8d43bd (diff) | |
download | perl-3ab9413366b1fe51f6b372e0f48d97d464014ba2.tar.gz |
Propagate new i_gdbm*ndbm variables
Message-ID: <Pine.LNX.4.64.0805291241070.365@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@33949
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.bc | 2 | ||||
-rw-r--r-- | win32/config.ce | 2 | ||||
-rw-r--r-- | win32/config.gc | 2 | ||||
-rw-r--r-- | win32/config.vc | 2 | ||||
-rw-r--r-- | win32/config.vc64 | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc index c558db309d..321a82af6b 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 a06c3dd8c0..36fe4adbcd 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 858a2745e2..8afb061902 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 5786dfdeef..e42612e2be 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 3b44f28f8b..475f806c84 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' |