Add check for getpw*_r()
This commit is contained in:

committed by
Nico Williams

parent
a988692434
commit
e2685c5b7c
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user