Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GNU CVS
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirabilos
GNU CVS
Commits
e2ad281f
Commit
e2ad281f
authored
16 years ago
by
scjones
Browse files
Options
Downloads
Patches
Plain Diff
* sunos57-select.m4: Need <sys/time.h> for struct timeval.
parent
2228aa1a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
m4/ChangeLog
+4
-0
4 additions, 0 deletions
m4/ChangeLog
m4/sunos57-select.m4
+2
-0
2 additions, 0 deletions
m4/sunos57-select.m4
with
6 additions
and
0 deletions
m4/ChangeLog
+
4
−
0
View file @
e2ad281f
2008-11-13 Larry Jones <lawrence.jones@siemens.com>
* sunos57-select.m4: Need <sys/time.h> for struct timeval.
2008-09-15 Derek Price <derek@ximbiot.com>
2008-09-15 Derek Price <derek@ximbiot.com>
Update from GNULIB.
Update from GNULIB.
...
...
This diff is collapsed.
Click to expand it.
m4/sunos57-select.m4
+
2
−
0
View file @
e2ad281f
...
@@ -13,12 +13,14 @@ dnl function that works around the problem.
...
@@ -13,12 +13,14 @@ dnl function that works around the problem.
AC_DEFUN([ccvs_FUNC_SELECT],
AC_DEFUN([ccvs_FUNC_SELECT],
[
[
AC_REQUIRE([gl_HEADER_SYS_TIME_H])
AC_CHECK_HEADERS([fcntl.h])
AC_CHECK_HEADERS([fcntl.h])
AC_CACHE_CHECK([whether select hangs on /dev/null fd when timeout is NULL],
AC_CACHE_CHECK([whether select hangs on /dev/null fd when timeout is NULL],
ccvs_cv_func_select_hang,
ccvs_cv_func_select_hang,
[AC_RUN_IFELSE([AC_LANG_PROGRAM([[
[AC_RUN_IFELSE([AC_LANG_PROGRAM([[
#include <stdio.h>
#include <stdio.h>
#include <sys/select.h>
#include <sys/select.h>
#include <sys/time.h>
#ifdef HAVE_FCNTL_H
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
# include <fcntl.h>
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment