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
5821b777
Commit
5821b777
authored
Aug 25, 2000
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add configure tests for poll() (SF patch #100852)
parent
65f39adf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
config.h.in
config.h.in
+6
-0
configure
configure
+3
-3
configure.in
configure.in
+2
-2
No files found.
config.h.in
View file @
5821b777
...
...
@@ -404,6 +404,9 @@
/* Define if you have the plock function. */
#undef HAVE_PLOCK
/* Define if you have the poll function. */
#undef HAVE_POLL
/* Define if you have the pthread_init function. */
#undef HAVE_PTHREAD_INIT
...
...
@@ -536,6 +539,9 @@
/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H
/* Define if you have the <poll.h> header file. */
#undef HAVE_POLL_H
/* Define if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
...
...
configure
View file @
5821b777
#! /bin/sh
# From configure.in Revision: 1.14
6
# From configure.in Revision: 1.14
7
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
...
...
@@ -1536,7 +1536,7 @@ EOF
fi
for
ac_hdr
in
dlfcn.h fcntl.h limits.h locale.h ncurses.h pthread.h
\
for
ac_hdr
in
dlfcn.h fcntl.h limits.h locale.h ncurses.h p
oll.h p
thread.h
\
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h
\
sys/audioio.h sys/file.h sys/lock.h
\
sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.h
\
...
...
@@ -3798,7 +3798,7 @@ 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
\
kill link
lstat
mkfifo
mktime mremap
\
nice
pathconf pause plock pthread_init
\
nice
pathconf pause plock p
oll p
thread_init
\
putenv
readlink
\
select
setegid seteuid setgid
\
setlocale setregid setreuid setsid setpgid setuid setvbuf
\
...
...
configure.in
View file @
5821b777
...
...
@@ -367,7 +367,7 @@ dnl AC_MSG_RESULT($cpp_type)
# checks for header files
AC_HEADER_STDC
AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h locale.h ncurses.h pthread.h \
AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h locale.h ncurses.h p
oll.h p
thread.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h \
sys/audioio.h sys/file.h sys/lock.h \
sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.h \
...
...
@@ -872,7 +872,7 @@ AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
flock fork fsync fdatasync fpathconf ftime ftruncate \
getgroups getlogin getpeername getpid getpwent getwd \
kill link lstat mkfifo mktime mremap \
nice pathconf pause plock pthread_init \
nice pathconf pause plock p
oll p
thread_init \
putenv readlink \
select setegid seteuid setgid \
setlocale setregid setreuid setsid setpgid setuid setvbuf \
...
...
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