diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2018-01-13 20:40:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2018-01-13 20:40:44 +0000 |
commit | 047b9ad617154f046ac2742aff7d9718e35ece57 (patch) | |
tree | 86fdbaf735bb354a44738d941edb4aac875dba77 /usr.sbin | |
parent | 26b07e37d9312ab3ee04ca9d6c7475865eba730d (diff) |
Add descriptions for HAVE_B64_NTOP and HAVE_B64_PTON so autoheader
will run. OK florian@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/nsd/configure.ac | 4 |
1 files 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]) |