K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2013-12-14T20:10:48.985587Z
K 7
svn:log
V 503
ckpasswd:  check for both gdbm/ndbm.h and gdbm-ndbm.h headers

libgdbm-dev in Debian provides /usr/include/gdbm-ndbm.h whereas
gdbm-devel in Red Hat provides /usr/include/gdbm/ndbm.h; INN then
has to make sure to search for the right header file when DBM support
is found.
Define HAVE_GDBM_SLASH_NDBM_H and HAVE_GDBM_HYPHEN_NDBM_H instead
of HAVE_GDBM_NDBM_H to properly disambiguate the two headers that are
mapped to the same preprocessor name by Autoconf.

Thanks to Jesse Rehmer for the bug report.

END
