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 2031d40 commit c054192Copy full SHA for c054192
unix/tclConfig.h.in
@@ -309,6 +309,9 @@
309
/* Do we have <float.h>? */
310
#undef NO_FLOAT_H
311
312
+/* Do we have fork() */
313
+#undef NO_FORK
314
+
315
/* Do we have fstatfs()? */
316
#undef NO_FSTATFS
317
@@ -324,6 +327,9 @@
324
327
/* Do we have memmove()? */
325
328
#undef NO_MEMMOVE
326
329
330
+/* Do we have mknod() */
331
+#undef NO_MKNOD
332
333
/* Do we have realpath() */
334
#undef NO_REALPATH
335
@@ -339,6 +345,9 @@
339
345
/* Do we have <sys/wait.h>? */
340
346
#undef NO_SYS_WAIT_H
341
347
348
+/* Do we have tcdrain() */
349
+#undef NO_TCDRAIN
350
342
351
/* Do we have uname() */
343
352
#undef NO_UNAME
344
353
0 commit comments