Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
241e4b61
Commit
241e4b61
authored
Oct 19, 2002
by
stolz
Browse files
[project @ 2002-10-19 10:42:23 by stolz]
Retro Police: There are hosts w/o in_addr_t (e.g. SuSE 7.0)
parent
f53483a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
241e4b61
...
...
@@ -1161,6 +1161,14 @@ case "$cv_func_usleep_return_type" in
;;
esac
dnl --------------------------------------------------
dnl * test for in_addr_t
dnl --------------------------------------------------
AC_MSG_CHECKING(for in_addr_t in netinet/in.h)
AC_EGREP_HEADER(in_addr_t, netinet/in.h,
[ AC_DEFINE(HAVE_IN_ADDR_T) AC_MSG_RESULT(yes) ],
AC_MSG_RESULT(no))
dnl --------------------------------------------------
dnl * test for GTK+
dnl --------------------------------------------------
...
...
mk/config.h.in
View file @
241e4b61
...
...
@@ -385,6 +385,9 @@
/* Define if usleep returns void */
#undef USLEEP_RETURNS_VOID
/*Define if in_addr_t available */
#undef HAVE_IN_ADDR_T
/* Define if C compiler supports long long types */
#undef HAVE_LONG_LONG
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment