summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-19 15:33:54 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-19 15:33:54 (GMT)
commit4e8af445ec93124f9a8f4c75206ef505cdfa311a (patch)
tree38d55427291c89199401606d3641d6c5e7e12f55 /config.h.in
parent5622ef3cbbb3066e5e42330572840bc78a349131 (diff)
downloadcpython-4e8af445ec93124f9a8f4c75206ef505cdfa311a.zip
cpython-4e8af445ec93124f9a8f4c75206ef505cdfa311a.tar.gz
cpython-4e8af445ec93124f9a8f4c75206ef505cdfa311a.tar.bz2
Simplify value of INSTALL (always 'cp').
Pass value of OPT from configure environment to Makefile. Add check for limits.h. Use <directory>/libreadline.a instead of -lreadline.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index ff6490e..a3fc506 100644
--- a/config.h.in
+++ b/config.h.in
@@ -225,6 +225,9 @@
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
/* Define if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H