summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1998-12-03 03:05:55 +0200
committerJarkko Hietaniemi <jhi@iki.fi>1998-12-03 08:15:13 +0000
commit3937c24e3f4ed26beafd7a2fbe3a20466bfc2b2d (patch)
tree5e3c84310da31b73daff5f69ebcd0114f6e2327d /config_h.SH
parentb687b08b628449b317ff558f31d9d716ace045de (diff)
downloadperl-3937c24e3f4ed26beafd7a2fbe3a20466bfc2b2d.tar.gz
Initial VMS patches
To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu> The patch to config_h.SH requires more study because metaconfig needs to agree. p4raw-id: //depot/cfgperl@2441
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 1a01c9f4c8..865d43e970 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -261,7 +261,10 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
*/
#$d_gethname HAS_GETHOSTNAME /**/
#$d_uname HAS_UNAME /**/
+#$d_phostname HAS_PHOSTNAME
+#ifdef PHOSTNAME
#$d_phostname PHOSTNAME "$aphostname" /* How to get the host name */
+#endif
/* HAS_GETLOGIN:
* This symbol, if defined, indicates that the getlogin routine is
@@ -2399,7 +2402,10 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
* If defined, possible values are PTHREAD_CREATE_UNDETACHED
* and __UNDETACHED.
*/
+#$d_pthread_create_joinable HAS_PTHREAD_CREATE_JOINABLE
+#ifdef HAS_PTHREAD_CREATE_JOINABLE
#$d_pthread_create_joinable PTHREAD_CREATE_JOINABLE $pthread_create_joinable /**/
+#endif
/* HAS_PTHREAD_YIELD:
* This symbol, if defined, indicates that the pthread_yield