Skip to content
GitLab
Menu
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
f8c20700
Commit
f8c20700
authored
Jan 19, 1999
by
Michael Graff
Browse files
make quick changes to steal code from Bob's wire_test
parent
523b3c81
Changes
4
Hide whitespace changes
Inline
Side-by-side
bin/Makefile.in
View file @
f8c20700
...
...
@@ -3,7 +3,7 @@ srcdir = @srcdir@
VPATH
=
@srcdir@
top_srcdir
=
@top_srcdir@
SUBDIRS
=
tests
SUBDIRS
=
tests
server
TARGETS
=
@BIND9_MAKE_RULES@
bin/tests/wire_test.c
View file @
f8c20700
...
...
@@ -300,7 +300,7 @@ getsection(isc_buffer_t *source, dns_namelist_t *section, unsigned int count,
}
}
static
void
void
getmessage
(
dns_message_t
*
message
,
isc_buffer_t
*
source
,
isc_buffer_t
*
target
)
{
...
...
@@ -438,7 +438,7 @@ printsection(dns_namelist_t *section, char *section_name) {
return
(
DNS_R_SUCCESS
);
}
static
dns_result_t
dns_result_t
printmessage
(
dns_message_t
*
message
)
{
isc_boolean_t
did_flag
=
ISC_FALSE
;
unsigned
int
opcode
,
rcode
;
...
...
@@ -484,6 +484,7 @@ printmessage(dns_message_t *message) {
return
(
result
);
}
#ifndef NOMAIN
int
main
(
int
argc
,
char
*
argv
[])
{
char
*
rp
,
*
wp
;
...
...
@@ -563,3 +564,4 @@ main(int argc, char *argv[]) {
return
(
0
);
}
#endif
/* !NOMAIN */
configure
View file @
f8c20700
...
...
@@ -1635,6 +1635,7 @@ trap 'rm -fr `echo "make/rules
lib/dns/include/dns/Makefile
bin/Makefile
bin/tests/Makefile
bin/server/Makefile
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat
>>
$CONFIG_STATUS
<<
EOF
...
...
@@ -1742,6 +1743,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules
lib/dns/include/dns/Makefile
bin/Makefile
bin/tests/Makefile
bin/server/Makefile
"}
EOF
cat
>>
$CONFIG_STATUS
<<
\
EOF
...
...
configure.in
View file @
f8c20700
AC_REVISION($Revision: 1.
7
$)
AC_REVISION($Revision: 1.
8
$)
AC_INIT(lib/dns/name.c)
AC_CONFIG_HEADER(config.h)
...
...
@@ -78,4 +78,5 @@ AC_OUTPUT(
lib/dns/include/dns/Makefile
bin/Makefile
bin/tests/Makefile
bin/server/Makefile
)
Write
Preview
Supports
Markdown
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