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 | b2af26b13be5ac143d7c7e58ef2458b8b3103485 (patch) | |
tree | 708be0a38074ec2b410629956a8f04ed5b58c2a9 /win32/config_H.bc | |
parent | 8fe0a5c4e04be608dcf92965347231ca4e6d5db7 (diff) | |
download | perl-b2af26b13be5ac143d7c7e58ef2458b8b3103485.tar.gz |
support POSIX::uname() via win32_uname()
p4raw-id: //depot/perl@3134
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 7437cf6b92..9a87054207 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -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: |