Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] 5.005_63 (config_h.SH) Minor bugs in config_h.SH #1118

Closed
p5pRT opened this issue Feb 2, 2000 · 1 comment
Closed

[PATCH] 5.005_63 (config_h.SH) Minor bugs in config_h.SH #1118

p5pRT opened this issue Feb 2, 2000 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Feb 2, 2000

Migrated from rt.perl.org#2076 (status was 'resolved')

Searchable as RT2076$

@p5pRT
Copy link
Author

p5pRT commented Feb 2, 2000

From @paulg1973

The file perl5.005_63/config_h.SH is missing a terminating /**/
after the definition of HAS_PHOSTNAME. And it mispells the word
MULTIPLICITY when trying to test it. Here is a patch for these
problems.

If needed, please reply to Paul_Green@​stratus.com

Thanks.
PG

diff -NC2 config_h.SH config_h.SH.new
*** config_h.SH Wed Dec 01 00​:23​:22 1999
--- config_h.SH.new Wed Feb 02 17​:14​:51 2000
***************
*** 1676,1680 ****
  #$d_gethname HAS_GETHOSTNAME /**/
  #$d_uname HAS_UNAME /**/
! #$d_phostname HAS_PHOSTNAME
  #ifdef HAS_PHOSTNAME
  #define PHOSTNAME "$aphostname" /* How to get the host name */
--- 1676,1680 ----
  #$d_gethname HAS_GETHOSTNAME /**/
  #$d_uname HAS_UNAME /**/
! #$d_phostname HAS_PHOSTNAME /**/
  #ifdef HAS_PHOSTNAME
  #define PHOSTNAME "$aphostname" /* How to get the host name */
***************
*** 2588,2592 ****
  * be built to use multiplicity.
  */
! #ifndef MULTIPLICTY
  #$usemultiplicity MULTIPLICITY /**/
  #endif
--- 2588,2592 ----
  * be built to use multiplicity.
  */
! #ifndef MULTIPLICITY
  #$usemultiplicity MULTIPLICITY /**/
  #endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant