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_H.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_H.vc')
-rw-r--r-- | win32/config_H.vc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 6e443d25d3..23e83b1358 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -79,6 +79,12 @@ #define const #endif +/* HAS_CTERMID: + * This symbol, if defined, indicates that the ctermid routine is + * available to generate filename for terminal. + */ +/*#define HAS_CTERMID /**/ + /* HAS_CUSERID: * This symbol, if defined, indicates that the cuserid routine is * available to get character login names. |