Add check for getlogin_r()

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

View File

@@ -427,6 +427,9 @@ static const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* Define to 1 if you have the `getlogin' function. */
/* #define HAVE_GETLOGIN 1 */
/* Define to 1 if you have the `getlogin_r' function. */
/* #define HAVE_GETLOGIN_R 1 */
/* Define if you have a working getmsg. */
/* #undef HAVE_GETMSG */
@@ -1357,6 +1360,9 @@ static const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* Define if getlogin has POSIX flavour (and not BSD). */
/* #define POSIX_GETLOGIN 1 */
/* Define if getlogin_r has POSIX flavour (and not BSD). */
/* #define POSIX_GETLOGIN_R 1 */
/* Define if getpwnam_r has POSIX flavour. */
/* #define POSIX_GETPWNAM_R 1 */