diff options
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config.plan9 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 463c0942fb..6916622bf3 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -1144,12 +1144,17 @@ * This symbol, if defined, indicates to the C program that struct passwd * contains pw_comment. */ +/* PWGECOS: + * This symbol, if defined, indicates to the C program that struct passwd + * contains pw_gecos. + */ #define I_PWD /**/ #undef PWQUOTA /**/ #undef PWAGE /**/ #undef PWCHANGE /**/ #undef PWCLASS /**/ #undef PWEXPIRE /**/ +#define PWGECOS /**/ #undef PWCOMMENT /**/ /* I_STDDEF: |