From: Gurusamy Sarathy Date: Sat, 16 May 1998 21:16:47 +0000 (+0000) Subject: [win32] sync config*.gc with others, and verify that nothing from X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21b24fed243b3f9c67f84676302e2977a490e45d;p=p5sagit%2Fp5-mst-13.2.git [win32] sync config*.gc with others, and verify that nothing from change#986 needs to be merged p4raw-link: @986 on //depot/maint-5.004/perl: 3eec58ad3806d77b2fa94c6ae2efa73931967386 p4raw-id: //depot/win32/perl@1003 --- diff --git a/win32/config.gc b/win32/config.gc index e06fe81..73bf865 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -181,6 +181,7 @@ d_pwchange='undef' d_pwclass='undef' d_pwcomment='undef' d_pwexpire='undef' +d_pwgecos='undef' d_pwquota='undef' d_readdir='define' d_readlink='undef' diff --git a/win32/config_H.gc b/win32/config_H.gc index 40cdea5..78e52e8 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -924,6 +924,10 @@ * This symbol, if defined, indicates to the C program that struct passwd * contains pw_expire. */ +/* PWGECOS: + * This symbol, if defined, indicates to the C program that struct passwd + * contains pw_gecos. + */ /* PWCOMMENT: * This symbol, if defined, indicates to the C program that struct passwd * contains pw_comment. @@ -934,6 +938,7 @@ /*#define PWCHANGE /**/ /*#define PWCLASS /**/ /*#define PWEXPIRE /**/ +/*#define PWGECOS /**/ /*#define PWCOMMENT /**/ /* I_SFIO: