config: remove all defines of HAVE_DES_H

As there's no code using it.

Closes #5144
This commit is contained in:
Daniel Stenberg 2020-03-24 15:22:48 +01:00
parent 9a8b3b3e13
commit 2edeb10457
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 2 additions and 22 deletions

View file

@ -798,7 +798,6 @@ check_include_file_concat("arpa/inet.h" HAVE_ARPA_INET_H)
check_include_file_concat("arpa/tftp.h" HAVE_ARPA_TFTP_H)
check_include_file_concat("assert.h" HAVE_ASSERT_H)
check_include_file_concat("crypto.h" HAVE_CRYPTO_H)
check_include_file_concat("des.h" HAVE_DES_H)
check_include_file_concat("err.h" HAVE_ERR_H)
check_include_file_concat("errno.h" HAVE_ERRNO_H)
check_include_file_concat("fcntl.h" HAVE_FCNTL_H)