Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
c870001a
Commit
c870001a
authored
Jul 20, 2006
by
Mark Andrews
Browse files
2054. [port] freebsd: do not explicitly link against -lpthread.
[RT #16170]
parent
0b5d8941
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c870001a
2054. [port] freebsd: do not explicitly link against -lpthread.
[RT #16170]
2053. [port] netbsd:libbind: silence compiler warnings. [RT #16220]
2052. [bug] 'rndc' improve connect failed message to report
...
...
config.h.in
View file @
c870001a
...
...
@@ -16,7 +16,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.h.in,v 1.
79
2006/0
3/01 02:32
:4
6
marka Exp $ */
/* $Id: config.h.in,v 1.
82
2006/0
8/10 01:57
:4
1
marka Exp $ */
/*! \file */
...
...
@@ -190,6 +190,9 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define to 1 if you have the `thr' library (-lthr). */
#undef HAVE_LIBTHR
/* Define to 1 if you have the <linux/capability.h> header file. */
#undef HAVE_LINUX_CAPABILITY_H
...
...
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