diff options
author | Steve Hay <SteveHay@planit.com> | 2006-11-17 08:53:21 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-11-17 08:53:21 +0000 |
commit | 040f0b05fce3e7a91646eeeada3524db1a8dc222 (patch) | |
tree | 5f69e3b6fc9ef8941f34eb771ba2d7f9a0cb58db /win32/config.vc | |
parent | b4fda7a3efdbcb46909f79ab633c4ab86e35dbb4 (diff) | |
download | perl-040f0b05fce3e7a91646eeeada3524db1a8dc222.tar.gz |
Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
p4raw-id: //depot/perl@29298
Diffstat (limited to 'win32/config.vc')
-rw-r--r-- | win32/config.vc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.vc b/win32/config.vc index 0c50145fd7..71aa0b021e 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -131,6 +131,7 @@ d_cplusplus='undef' d_crypt='undef' d_crypt_r='undef' d_csh='undef' +d_ctermid='undef' d_ctermid_r='undef' d_ctime_r='undef' d_cuserid='undef' |