diff options
author | Steve Hay <SteveHay@planit.com> | 2005-10-11 10:09:48 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-10-11 10:09:48 +0000 |
commit | 9c8463ea7c848a6cca2d9db2623308369ba11aca (patch) | |
tree | b5ba2d63d0f321764c5c91223f54998038486c44 /win32/config_H.gc | |
parent | bdf33aa7435b6e4ab927ed6430f3f240f211d879 (diff) | |
download | perl-9c8463ea7c848a6cca2d9db2623308369ba11aca.tar.gz |
Update win32 config files w.r.t. change #25733
p4raw-link: @25733 on //depot/perl: bdf33aa7435b6e4ab927ed6430f3f240f211d879
p4raw-id: //depot/perl@25734
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index 7897159c9c..75dd31532a 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2619,6 +2619,12 @@ */ /*#define HAS_UNORDERED /**/ +/* HAS_UNSETENV: + * This symbol, if defined, indicates that the unsetenv () routine is + * available for use. + */ +/*#define HAS_UNSETENV /**/ + /* HAS_USTAT: * This symbol, if defined, indicates that the ustat system call is * available to query file system statistics by dev_t. |