Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bb3e57

Browse files
committed
Added detection of getlogin() and getlogin_r().
1 parent b1b78d8 commit 3bb3e57

3 files changed

Lines changed: 114 additions & 106 deletions

File tree

config.h.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@
272272
/* Define if you have the getgroups function. */
273273
#undef HAVE_GETGROUPS
274274

275+
/* Define if you have the getlogin function. */
276+
#undef HAVE_GETLOGIN
277+
278+
/* Define if you have the getlogin_r function. */
279+
#undef HAVE_GETLOGIN_R
280+
275281
/* Define if you have the getpgrp function. */
276282
#undef HAVE_GETPGRP
277283

0 commit comments

Comments
 (0)