artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ede3fb8
)
Add descriptions for HAVE_B64_NTOP and HAVE_B64_PTON so autoheader
author
millert
<millert@openbsd.org>
Sat, 13 Jan 2018 20:40:43 +0000
(20:40 +0000)
committer
millert
<millert@openbsd.org>
Sat, 13 Jan 2018 20:40:43 +0000
(20:40 +0000)
will run. OK florian@
usr.sbin/nsd/configure.ac
patch
|
blob
|
history
diff --git
a/usr.sbin/nsd/configure.ac
b/usr.sbin/nsd/configure.ac
index
89d69d8
..
2ad31c5
100644
(file)
--- a/
usr.sbin/nsd/configure.ac
+++ b/
usr.sbin/nsd/configure.ac
@@
-687,8
+687,8
@@
if test "x$found_b64_ntop" = xno; then
fi
fi
if test "x$found_b64_ntop" = xyes; then
- AC_DEFINE(HAVE_B64_NTOP)
- AC_DEFINE(HAVE_B64_PTON)
+ AC_DEFINE(HAVE_B64_NTOP
, 1, [Define to 1 if you have the `b64_ntop' function.]
)
+ AC_DEFINE(HAVE_B64_PTON
, 1, [Define to 1 if you have the `b64_pton' function.]
)
AC_MSG_RESULT(yes)
else
AC_LIBOBJ([b64_ntop])