[win32] sync config*.gc with others, and verify that nothing from
Gurusamy Sarathy [Sat, 16 May 1998 21:16:47 +0000 (21:16 +0000)]
change#986 needs to be merged

p4raw-link: @986 on //depot/maint-5.004/perl: 3eec58ad3806d77b2fa94c6ae2efa73931967386

p4raw-id: //depot/win32/perl@1003

win32/config.gc
win32/config_H.gc

index e06fe81..73bf865 100644 (file)
@@ -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'
index 40cdea5..78e52e8 100644 (file)
  *     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.
 /*#define PWCHANGE     /**/
 /*#define PWCLASS      /**/
 /*#define PWEXPIRE     /**/
+/*#define PWGECOS      /**/
 /*#define PWCOMMENT    /**/
 
 /* I_SFIO: