mirror of
https://github.com/curl/curl.git
synced 2026-08-01 17:30:27 +03:00
config: remove all defines of HAVE_DES_H
As there's no code using it. Closes #5144
This commit is contained in:
parent
9a8b3b3e13
commit
2edeb10457
7 changed files with 2 additions and 22 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue