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

Skip to content

Commit 35a092f

Browse files
committed
Added detection for getgroups(), fpathconf(), pathconf(),
confstr(), and sysconf().
1 parent 60429e0 commit 35a092f

3 files changed

Lines changed: 131 additions & 114 deletions

File tree

config.h.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@
269269
/* Define if you have the getpeername function. */
270270
#undef HAVE_GETPEERNAME
271271

272+
/* Define if you have the getgroups function. */
273+
#undef HAVE_GETGROUPS
274+
272275
/* Define if you have the getpgrp function. */
273276
#undef HAVE_GETPGRP
274277

@@ -284,6 +287,18 @@
284287
/* Define if you have the getwd function. */
285288
#undef HAVE_GETWD
286289

290+
/* Define if you have the fpathconf function. */
291+
#undef HAVE_FPATHCONF
292+
293+
/* Define if you have the pathconf function. */
294+
#undef HAVE_PATHCONF
295+
296+
/* Define if you have the confstr function. */
297+
#undef HAVE_CONFSTR
298+
299+
/* Define if you have the sysconf function. */
300+
#undef HAVE_SYSCONF
301+
287302
/* Define if you have the hypot function. */
288303
#undef HAVE_HYPOT
289304

0 commit comments

Comments
 (0)