summaryrefslogtreecommitdiff
path: root/lib/curl_config.h.cmake
diff options
context:
space:
mode:
authorKlaus Crusius <klaus.crusius@web.de>2020-11-28 18:17:11 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-01 12:32:55 +0100
commitd6bfbfadd30984737f4481087678219be88fc5f7 (patch)
tree93a4fcdffcdf72278768028274091f8d7e9f9a40 /lib/curl_config.h.cmake
parent221c9da9af187a69ff5775ca95bc5ce5f10ba41d (diff)
downloadcurl-d6bfbfadd30984737f4481087678219be88fc5f7.tar.gz
cmake: check for linux/tcp.h
The HAVE_LINUX_TCP_H define was not set by cmake. Closes #6252
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r--lib/curl_config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake
index 9bf07433c..082d76b37 100644
--- a/lib/curl_config.h.cmake
+++ b/lib/curl_config.h.cmake
@@ -473,6 +473,9 @@
/* Define to 1 if you have the <netinet/tcp.h> header file. */
#cmakedefine HAVE_NETINET_TCP_H 1
+/* Define to 1 if you have the <linux/tcp.h> header file. */
+#cmakedefine HAVE_LINUX_TCP_H 1
+
/* Define to 1 if you have the <net/if.h> header file. */
#cmakedefine HAVE_NET_IF_H 1