summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2006-11-21 15:16:46 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-11-21 15:16:46 +0000
commit5c40187fa6a6742c5a6f3ea9d681abefbfee1ede (patch)
tree6f865b2c27470915ce90949a08b81adfd0478aed /config_h.SH
parentae6d515f69537dd5e2631b15104c2c90d022fd19 (diff)
downloadperl-5c40187fa6a6742c5a6f3ea9d681abefbfee1ede.tar.gz
No more 5005thread messages from Configure for 5.9.x and up
p4raw-id: //depot/perl@29338
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH13
1 files changed, 7 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH
index 0bcdd3ad52..1dff08e939 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -1345,6 +1345,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_dbminitproto HAS_DBMINIT_PROTO /**/
+/* HAS_DIR_DD_FD:
+ * This symbol, if defined, indicates that the the DIR* dirstream
+ * structure contains a member variable named dd_fd.
+ */
+#$d_dir_dd_fd HAS_DIR_DD_FD /**/
+
/* HAS_DIRFD:
* This manifest constant lets the C program know that dirfd
* is available.
@@ -4387,6 +4393,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
/* USE_5005THREADS:
* This symbol, if defined, indicates that Perl should be built to
* use the 5.005-based threading implementation.
+ * Only valid up to 5.8.x.
*/
/* OLD_PTHREADS_API:
* This symbol, if defined, indicates that Perl should
@@ -4460,11 +4467,5 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#define M_VOID /* Xenix strikes again */
#endif
-/* HAS_DIR_DD_FD:
- * This symbol, if defined, indicates that the the DIR* dirstream
- * structure contains a member variable named dd_fd.
- */
-#$d_dir_dd_fd HAS_DIR_DD_FD /**/
-
#endif
!GROK!THIS!