summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-17 21:56:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-17 21:56:51 (GMT)
commit295cb79af1ea35e5696815c6541de3928f91a4db (patch)
tree6319c293afbb9a41570c36d6acf5943ae4c74b49 /unix
parent4fd67d5ca799fac826a08aea189b58801f644502 (diff)
parent3fa2df99d2930a900ec7494cb122eb01b975c6c6 (diff)
downloadtcl-295cb79af1ea35e5696815c6541de3928f91a4db.zip
tcl-295cb79af1ea35e5696815c6541de3928f91a4db.tar.gz
tcl-295cb79af1ea35e5696815c6541de3928f91a4db.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'unix')
-rw-r--r--unix/tclUnixPort.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index 2728957..ba56089 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -125,11 +125,11 @@ typedef off_t Tcl_SeekOffset;
# include <sys/select.h>
#endif
#include <sys/stat.h>
-#if TIME_WITH_SYS_TIME
+#ifdef TIME_WITH_SYS_TIME
# include <sys/time.h>
# include <time.h>
#else
-#if HAVE_SYS_TIME_H
+#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#else
# include <time.h>
@@ -138,11 +138,11 @@ typedef off_t Tcl_SeekOffset;
#ifndef NO_SYS_WAIT_H
# include <sys/wait.h>
#endif
-#if HAVE_INTTYPES_H
+#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#include <limits.h>
-#if HAVE_STDINT_H
+#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_UNISTD_H