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 478e718 commit c339753Copy full SHA for c339753
1 file changed
PC/config.h
@@ -330,13 +330,13 @@ typedef int pid_t;
330
#define HAVE_FTIME
331
332
/* Define if you have getpeername. */
333
-/* #undef HAVE_GETPEERNAME */
+#define HAVE_GETPEERNAME
334
335
/* Define if you have getpgrp. */
336
/* #undef HAVE_GETPGRP */
337
338
/* Define if you have getpid. */
339
-/* #undef HAVE_GETPID */
+#define HAVE_GETPID
340
341
/* Define if you have gettimeofday. */
342
/* #undef HAVE_GETTIMEOFDAY */
@@ -365,6 +365,9 @@ typedef int pid_t;
365
/* Define if you have setsid. */
366
/* #undef HAVE_SETSID */
367
368
+/* Define if you have setvbuf. */
369
+#define HAVE_SETVBUF
370
+
371
/* Define if you have siginterrupt. */
372
/* #undef HAVE_SIGINTERRUPT */
373
0 commit comments