Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b78d8 commit 3bb3e57Copy full SHA for 3bb3e57
3 files changed
config.h.in
@@ -272,6 +272,12 @@
272
/* Define if you have the getgroups function. */
273
#undef HAVE_GETGROUPS
274
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
281
/* Define if you have the getpgrp function. */
282
#undef HAVE_GETPGRP
283
0 commit comments