From: millert Date: Sat, 13 Jan 2018 20:40:43 +0000 (+0000) Subject: Add descriptions for HAVE_B64_NTOP and HAVE_B64_PTON so autoheader X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c58791a66d8db29b7e9f3083c312f98f8218dd81;p=openbsd Add descriptions for HAVE_B64_NTOP and HAVE_B64_PTON so autoheader will run. OK florian@ --- 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])