Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
Steve Hay [Fri, 17 Nov 2006 08:53:21 +0000 (08:53 +0000)]
p4raw-id: //depot/perl@29298

win32/config.bc
win32/config.gc
win32/config.vc
win32/config.vc64
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc
win32/config_H.vc64

index 077685d..a274308 100644 (file)
@@ -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'
index 7030d74..70ffd17 100644 (file)
@@ -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'
index 0c50145..71aa0b0 100644 (file)
@@ -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'
index 7ac7fe9..acea8ba 100644 (file)
@@ -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'
index 9081c14..a7f2500 100644 (file)
 #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.
index 33e10cc..8d47e3a 100644 (file)
 #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.
index 6e443d2..23e83b1 100644 (file)
 #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.
index b3e391d..d8bf305 100644 (file)
 #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.