summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/config.bc1
-rw-r--r--win32/config.gc1
-rw-r--r--win32/config.vc1
-rw-r--r--win32/config.vc641
-rw-r--r--win32/config_H.bc6
-rw-r--r--win32/config_H.gc6
-rw-r--r--win32/config_H.vc6
-rw-r--r--win32/config_H.vc646
8 files changed, 28 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc
index 077685dc9a..a274308421 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 7030d746fc..70ffd17bca 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 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'
diff --git a/win32/config.vc64 b/win32/config.vc64
index 7ac7fe99f4..acea8bae73 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 9081c14bbc..a7f2500907 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 33e10cc427..8d47e3a2aa 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 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.
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64
index b3e391d118..d8bf30502d 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.