]> granicus.if.org Git - python/commitdiff
Patch #102469: Check for glibc's getline() extension
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 29 Nov 2000 02:44:05 +0000 (02:44 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 29 Nov 2000 02:44:05 +0000 (02:44 +0000)
config.h.in
configure
configure.in

index 17a1624cb37d4df3ad84dca8552b91ca6053b045..6b503febca80933121064dff2b94734fcd1efd1f 100644 (file)
 /* 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
 
index 1942b32af538a5da37543b474b668c7fde67c114..a68176ecd5aac842d759d5090af0c43bfe1e7f5c 100755 (executable)
--- a/configure
+++ b/configure
@@ -3962,7 +3962,7 @@ fi
 # checks for library functions
 for ac_func in alarm chown clock confstr ctermid ctermid_r execv \
  flock fork fsync fdatasync fpathconf ftime ftruncate \
- getgroups getlogin getpeername getpid getpwent getwd \
+ getgroups getline getlogin getpeername getpid getpwent getwd \
  kill link lstat mkfifo mktime mremap \
  nice pathconf pause plock poll pthread_init \
  putenv readlink \
index a6f488dff38bcfc6b8548f66650b04388ee15d0c..bf21e51584f100583da629351505398173f76318 100644 (file)
@@ -956,7 +956,7 @@ fi
 # checks for library functions
 AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
  flock fork fsync fdatasync fpathconf ftime ftruncate \
- getgroups getlogin getpeername getpid getpwent getwd \
+ getgroups getline getlogin getpeername getpid getpwent getwd \
  kill link lstat mkfifo mktime mremap \
  nice pathconf pause plock poll pthread_init \
  putenv readlink \