Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
637
Issues
637
List
Boards
Labels
Service Desk
Milestones
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
734b3777
Commit
734b3777
authored
Jun 24, 2003
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1475. [port] Probe for old sprintf().
parent
f9523183
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
configure
+3
-3
configure.in
configure.in
+3
-3
No files found.
configure
View file @
734b3777
#! /bin/sh
# From configure.in Revision: 1.34
4
.
# From configure.in Revision: 1.34
5
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
...
...
@@ -13441,8 +13441,8 @@ echo "${ECHO_T}$ac_cv_func_vsnprintf" >&6
if
test
$ac_cv_func_vsnprintf
=
yes
;
then
ISC_PLATFORM_NEEDVSNPRINTF
=
"#undef ISC_PLATFORM_NEEDVSNPRINTF"
else
ISC_
EXTRA
_OBJS
=
"print.
$O
"
ISC_
EXTRA
_SRCS
=
"print.c"
ISC_
PRINT
_OBJS
=
"print.
$O
"
ISC_
PRINT
_SRCS
=
"print.c"
ISC_PLATFORM_NEEDVSNPRINTF
=
"#define ISC_PLATFORM_NEEDVSNPRINTF 1"
fi
...
...
configure.in
View file @
734b3777
...
...
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.34
4
$)
AC_REVISION($Revision: 1.34
5
$)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
...
...
@@ -1613,8 +1613,8 @@ AC_SUBST(ISC_PLATFORM_NEEDSPRINTF)
AC_CHECK_FUNC(vsnprintf,
[ISC_PLATFORM_NEEDVSNPRINTF="#undef ISC_PLATFORM_NEEDVSNPRINTF"],
[ISC_
EXTRA
_OBJS="print.$O"
ISC_
EXTRA
_SRCS="print.c"
[ISC_
PRINT
_OBJS="print.$O"
ISC_
PRINT
_SRCS="print.c"
ISC_PLATFORM_NEEDVSNPRINTF="#define ISC_PLATFORM_NEEDVSNPRINTF 1"])
AC_SUBST(ISC_PLATFORM_NEEDVSNPRINTF)
ISC_EXTRA_OBJS="$ISC_EXTRA_OBJS $ISC_PRINT_OBJS"
...
...
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