From: Steve Hay Date: Tue, 11 Oct 2005 10:09:48 +0000 (+0000) Subject: Update win32 config files w.r.t. change #25733 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c8463ea7c848a6cca2d9db2623308369ba11aca;p=p5sagit%2Fp5-mst-13.2.git Update win32 config files w.r.t. change #25733 p4raw-link: @25733 on //depot/perl: bdf33aa7435b6e4ab927ed6430f3f240f211d879 p4raw-id: //depot/perl@25734 --- diff --git a/win32/config.bc b/win32/config.bc index 66b508b..2ffe490 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -470,6 +470,7 @@ d_umask='define' d_uname='define' d_union_semun='define' d_unordered='undef' +d_unsetenv='undef' d_usleep='undef' d_usleepproto='undef' d_ustat='undef' diff --git a/win32/config.gc b/win32/config.gc index 57a94b4..45a3403 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -470,6 +470,7 @@ d_umask='define' d_uname='define' d_union_semun='define' d_unordered='undef' +d_unsetenv='undef' d_usleep='undef' d_usleepproto='undef' d_ustat='undef' diff --git a/win32/config.vc b/win32/config.vc index a1b25db..c877247 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -470,6 +470,7 @@ d_umask='define' d_uname='define' d_union_semun='define' d_unordered='undef' +d_unsetenv='undef' d_usleep='undef' d_usleepproto='undef' d_ustat='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index 7d13abc..e883294 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -470,6 +470,7 @@ d_umask='define' d_uname='define' d_union_semun='define' d_unordered='undef' +d_unsetenv='undef' d_usleep='undef' d_usleepproto='undef' d_ustat='undef' diff --git a/win32/config_H.bc b/win32/config_H.bc index 87f72fc..d03a79d 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -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. diff --git a/win32/config_H.gc b/win32/config_H.gc index 7897159..75dd315 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. diff --git a/win32/config_H.vc b/win32/config_H.vc index 1372f61..1c53a9b 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -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. diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 3e7a109..864efe0 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -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.