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 898527b commit 22c6934Copy full SHA for 22c6934
2 files changed
config.h.in
@@ -360,6 +360,9 @@
360
/* Define if you have the mktime function. */
361
#undef HAVE_MKTIME
362
363
+/* Define if you have the mremap function. */
364
+#undef HAVE_MREMAP
365
+
366
/* Define if you have the nice function. */
367
#undef HAVE_NICE
368
@@ -528,6 +531,9 @@
528
531
/* Define if you have the <sys/select.h> header file. */
529
532
#undef HAVE_SYS_SELECT_H
530
533
534
+/* Define if you have the <sys/socket.h> header file. */
535
+#undef HAVE_SYS_SOCKET_H
536
537
/* Define if you have the <sys/time.h> header file. */
538
#undef HAVE_SYS_TIME_H
539
0 commit comments