summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-16 21:16:47 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-16 21:16:47 +0000
commit21b24fed243b3f9c67f84676302e2977a490e45d (patch)
treeacfc147ed2d3d608ff5eefe43fa6d2a900aa540d
parent4e6ea2c3b30d1ef2a7f2c68db5d82351f13b502f (diff)
downloadperl-21b24fed243b3f9c67f84676302e2977a490e45d.tar.gz
[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
-rw-r--r--win32/config.gc1
-rw-r--r--win32/config_H.gc5
2 files changed, 6 insertions, 0 deletions
diff --git a/win32/config.gc b/win32/config.gc
index e06fe815ba..73bf865f0d 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 40cdea5741..78e52e83a6 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: