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 60429e0 commit 35a092fCopy full SHA for 35a092f
3 files changed
config.h.in
@@ -269,6 +269,9 @@
269
/* Define if you have the getpeername function. */
270
#undef HAVE_GETPEERNAME
271
272
+/* Define if you have the getgroups function. */
273
+#undef HAVE_GETGROUPS
274
+
275
/* Define if you have the getpgrp function. */
276
#undef HAVE_GETPGRP
277
@@ -284,6 +287,18 @@
284
287
/* Define if you have the getwd function. */
285
288
#undef HAVE_GETWD
286
289
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
302
/* Define if you have the hypot function. */
303
#undef HAVE_HYPOT
304
0 commit comments