diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-24 01:08:33 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-24 01:08:33 +0000 |
commit | 61c85abe8c0f84ff4f91fb69eb498db515353da8 (patch) | |
tree | 708be0a38074ec2b410629956a8f04ed5b58c2a9 /win32/config_H.vc | |
parent | 819c42c30ca564309cf3d73e3bad4b066a9413bc (diff) | |
download | perl-61c85abe8c0f84ff4f91fb69eb498db515353da8.tar.gz |
support POSIX::uname() via win32_uname()
p4raw-id: //depot/perl@3134
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 4a8a097512..aab6935aca 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -242,7 +242,7 @@ * even if used by a process with super-user privileges. */ #define HAS_GETHOSTNAME /**/ -/*#define HAS_UNAME /**/ +#define HAS_UNAME /**/ /*#define PHOSTNAME "" / * How to get the host name */ /* HAS_GETLOGIN: |