Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
362f051a
Commit
362f051a
authored
Mar 13, 1999
by
Ben Collins
Browse files
Added check for <arpa/inet.h>
parent
c0b11aa8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
362f051a
This diff is collapsed.
Click to expand it.
configure.in
View file @
362f051a
...
...
@@ -1547,7 +1547,8 @@ if test $am_cv_sys_posix_termios = yes ; then
fi
AC_CHECK_HEADERS( \
arpa/nameser.h \
arpa/inet.h \
arpa/nameser.h \
crypt.h \
errno.h \
fcntl.h \
...
...
include/portable.h.in
View file @
362f051a
...
...
@@ -342,6 +342,9 @@
/* Define if you have the waitpid function. */
#undef HAVE_WAITPID
/* Define if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
/* Define if you have the <arpa/nameser.h> header file. */
#undef HAVE_ARPA_NAMESER_H
...
...
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