Reviewed By: trawick, colm, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396045
13f79535-47bb-0310-9956-
ffa450edef68
send to a target site. Reported by Thiago Zaninotti
<thiango nstalker.com>. [Mark Cox]
+ *) htdbm: Fix crash processing -d option in 64-bit mode on HP-UX.
+ [Jeff Trawick]
+
*) htdbm: Warn the user when adding a plaintext password on a platform
where it wouldn't work with the server (i.e., anywhere that has
crypt()). [Jeff Trawick]
#include "apr_xlate.h"
#endif /*APR_CHARSET_EBCDIC*/
+#if APR_HAVE_UNISTD_H
+#include <unistd.h>
+#endif
#if APR_HAVE_CRYPT_H
#include <crypt.h>
#endif