Skip to content

Commit c054192

Browse files
author
jan.nijtmans
committed
Update tclConfig.h.in
1 parent 2031d40 commit c054192

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

unix/tclConfig.h.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@
309309
/* Do we have <float.h>? */
310310
#undef NO_FLOAT_H
311311

312+
/* Do we have fork() */
313+
#undef NO_FORK
314+
312315
/* Do we have fstatfs()? */
313316
#undef NO_FSTATFS
314317

@@ -324,6 +327,9 @@
324327
/* Do we have memmove()? */
325328
#undef NO_MEMMOVE
326329

330+
/* Do we have mknod() */
331+
#undef NO_MKNOD
332+
327333
/* Do we have realpath() */
328334
#undef NO_REALPATH
329335

@@ -339,6 +345,9 @@
339345
/* Do we have <sys/wait.h>? */
340346
#undef NO_SYS_WAIT_H
341347

348+
/* Do we have tcdrain() */
349+
#undef NO_TCDRAIN
350+
342351
/* Do we have uname() */
343352
#undef NO_UNAME
344353

0 commit comments

Comments
 (0)