summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/config.bc1
-rw-r--r--win32/config.vc1
-rw-r--r--win32/config_H.bc5
-rw-r--r--win32/config_H.vc5
4 files changed, 12 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc
index 1def0f6820..cd82b30471 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -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.vc b/win32/config.vc
index 8fae6bc243..84ee590de0 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -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.bc b/win32/config_H.bc
index e1b8543b1b..fccb2fe25a 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -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:
diff --git a/win32/config_H.vc b/win32/config_H.vc
index 1652fa5c92..93f2332888 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -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: