summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixPort.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-03-24 19:13:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-03-24 19:13:10 (GMT)
commite7d6184f174812e2b29917a973a19e31b2f831b1 (patch)
treeb5bae340eed26502e2261af9d5f190b6893f1b2d /unix/tkUnixPort.h
parent4c4c5a44021f4a8239c9baba0e4c36a3b4e330f8 (diff)
downloadtk-e7d6184f174812e2b29917a973a19e31b2f831b1.zip
tk-e7d6184f174812e2b29917a973a19e31b2f831b1.tar.gz
tk-e7d6184f174812e2b29917a973a19e31b2f831b1.tar.bz2
Purge configuration efforts at supporting platforms lacking <limits.h>.
Diffstat (limited to 'unix/tkUnixPort.h')
-rw-r--r--unix/tkUnixPort.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h
index 9051c63..dbd5e09 100644
--- a/unix/tkUnixPort.h
+++ b/unix/tkUnixPort.h
@@ -20,11 +20,7 @@
#include <stdio.h>
#include <ctype.h>
#include <fcntl.h>
-#ifndef NO_LIMITS_H
-# include <limits.h>
-#else
-# include "../compat/limits.h"
-#endif
+#include <limits.h>
#include <math.h>
#include <pwd.h>
#ifdef NO_STDLIB_H