Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a9586c72
Commit
a9586c72
authored
Jan 08, 2001
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove configure test for getline(), since it's no longer used at all
parent
e2ad6330
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
config.h.in
config.h.in
+0
-3
configure
configure
+1
-1
configure.in
configure.in
+1
-1
No files found.
config.h.in
View file @
a9586c72
...
...
@@ -344,9 +344,6 @@
/* 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
...
...
configure
View file @
a9586c72
...
...
@@ -4058,7 +4058,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 getl
ine getl
ogin getpeername getpid getpwent getwd
\
getgroups getlogin getpeername getpid getpwent getwd
\
kill link
lstat
mkfifo
mktime mremap
\
nice
pathconf pause plock poll pthread_init
\
putenv
readlink
\
...
...
configure.in
View file @
a9586c72
...
...
@@ -976,7 +976,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 getl
ine getl
ogin getpeername getpid getpwent getwd \
getgroups getlogin getpeername getpid getpwent getwd \
kill link lstat mkfifo mktime mremap \
nice pathconf pause plock poll pthread_init \
putenv readlink \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment