summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-26 09:52:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-26 09:52:00 (GMT)
commit1b53ef3bbd2bd4139a0fbbeaa493a2d4562b9825 (patch)
tree5d21575a7b80694248716632361e21ac84f2160c /unix/tclConfig.h.in
parente37db312053b02b4ca582bd370d90e10b2632a77 (diff)
downloadtcl-1b53ef3bbd2bd4139a0fbbeaa493a2d4562b9825.zip
tcl-1b53ef3bbd2bd4139a0fbbeaa493a2d4562b9825.tar.gz
tcl-1b53ef3bbd2bd4139a0fbbeaa493a2d4562b9825.tar.bz2
Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index f5c0e8b..49906d0 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -244,6 +244,9 @@
/* Define to 1 if `st_blocks' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLOCKS
+/* Define to 1 if `st_rdev' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_RDEV
+
/* Define to 1 if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H