Add check for getpw*_r()

This commit is contained in:
Nicolas Williams
2017-10-12 23:47:39 -05:00
committed by Nico Williams
parent a988692434
commit e2685c5b7c
2 changed files with 41 additions and 1 deletions

View File

@@ -454,6 +454,9 @@ static const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* Define to 1 if you have the `getpwnam_r' function. */
/* #define HAVE_GETPWNAM_R 1 */
/* Define to 1 if you have the `getpwuid_r' function. */
/* #define HAVE_GETPWUID_R 1 */
/* Define to 1 if you have the `getrlimit' function. */
/* #define HAVE_GETRLIMIT 1 */
@@ -1366,6 +1369,9 @@ static const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* Define if getpwnam_r has POSIX flavour. */
/* #define POSIX_GETPWNAM_R 1 */
/* Define if getpwnam_r has POSIX flavour. */
/* #define POSIX_GETPWUID_R 1 */
/* Define if you have the readline package. */
#define READLINE 1