summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-11-29 02:44:05 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-11-29 02:44:05 (GMT)
commit78a14423af6f0bea5386c75c7e3794328f90b257 (patch)
tree8e3876672a343a2fbb094e9b00727bff8f30f398 /config.h.in
parentee814bf2c9d4b4a578064e69764ed58cfc223846 (diff)
downloadcpython-78a14423af6f0bea5386c75c7e3794328f90b257.zip
cpython-78a14423af6f0bea5386c75c7e3794328f90b257.tar.gz
cpython-78a14423af6f0bea5386c75c7e3794328f90b257.tar.bz2
Patch #102469: Check for glibc's getline() extension
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 17a1624..6b503fe 100644
--- a/config.h.in
+++ b/config.h.in
@@ -341,6 +341,9 @@
/* Define if you have the gethostbyname function. */
#undef HAVE_GETHOSTBYNAME
+/* Define if you have the getline function. */
+#undef HAVE_GETLINE
+
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN