From: Steve Hay Date: Fri, 17 Nov 2006 08:53:21 +0000 (+0000) Subject: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=040f0b05fce3e7a91646eeeada3524db1a8dc222;p=p5sagit%2Fp5-mst-13.2.git Add missing d_ctermid/HAS_CTERMID to Win32 canned configs p4raw-id: //depot/perl@29298 --- diff --git a/win32/config.bc b/win32/config.bc index 077685d..a274308 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -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' diff --git a/win32/config.gc b/win32/config.gc index 7030d74..70ffd17 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -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' diff --git a/win32/config.vc b/win32/config.vc index 0c50145..71aa0b0 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' diff --git a/win32/config.vc64 b/win32/config.vc64 index 7ac7fe9..acea8ba 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -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' diff --git a/win32/config_H.bc b/win32/config_H.bc index 9081c14..a7f2500 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -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. diff --git a/win32/config_H.gc b/win32/config_H.gc index 33e10cc..8d47e3a 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -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. diff --git a/win32/config_H.vc b/win32/config_H.vc index 6e443d2..23e83b1 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. diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index b3e391d..d8bf305 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -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.