summaryrefslogtreecommitdiff
path: root/src/mod_authn_file.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-02 23:57:58 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-03 01:42:05 -0500
commitc7c342017f3876b3277ab231bc8b49b55c86683e (patch)
tree20bf5305ba3281732a69ab86b1307d8210e4e165 /src/mod_authn_file.c
parentd8bceb1472fddfab56437449a5be65341a3b4454 (diff)
downloadlighttpd-git-c7c342017f3876b3277ab231bc8b49b55c86683e.tar.gz
[build] feature consistency between build types
upate config.h.cmake for missing defines minor adjustments to other builds for features consistency
Diffstat (limited to 'src/mod_authn_file.c')
-rw-r--r--src/mod_authn_file.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mod_authn_file.c b/src/mod_authn_file.c
index 2db53dd3..e219cfef 100644
--- a/src/mod_authn_file.c
+++ b/src/mod_authn_file.c
@@ -11,11 +11,6 @@
#include <unistd.h>
#endif
-#if defined(HAVE_LIBCRYPT) && !defined(HAVE_CRYPT)
-/* always assume crypt() is present if we have -lcrypt */
-# define HAVE_CRYPT
-#endif
-
#include <stdlib.h>
#include <string.h>