diff options
Diffstat (limited to 'vms/config.vms')
-rw-r--r-- | vms/config.vms | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vms/config.vms b/vms/config.vms index 6deaac7eca..3f5b1bf74d 100644 --- a/vms/config.vms +++ b/vms/config.vms @@ -965,12 +965,11 @@ */ #undef HAS_GETPPID /**/ -/* HAS_GROUP: - * This symbol, if defined, indicates that the group routine is +/* HAS_GETGRENT: + * This symbol, if defined, indicates that the getgrent routine is * available. */ -#undef HAS_GROUP /**/ - +#undef HAS_GETGRENT /**/ /* HAS_HTONL: * This symbol, if defined, indicates that the htonl() routine (and @@ -1016,8 +1015,9 @@ #define HAS_NICE /**/ /* HAS_PASSWD: - * This symbol, if defined, indicates that the passwd routine is - * available. + * This symbol, if defined, indicates that the getpwnam(), + * getpwuid(), and getpwent() routines are available to + * get password entries. */ #undef HAS_PASSWD /**/ |