From c58791a66d8db29b7e9f3083c312f98f8218dd81 Mon Sep 17 00:00:00 2001 From: millert Date: Sat, 13 Jan 2018 20:40:43 +0000 Subject: [PATCH] Add descriptions for HAVE_B64_NTOP and HAVE_B64_PTON so autoheader will run. OK florian@ --- usr.sbin/nsd/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/nsd/configure.ac b/usr.sbin/nsd/configure.ac index 89d69d88ebe..2ad31c51d32 100644 --- 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]) -- 2.20.1