]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure/cmake: remove unused define HAVE_FORK
authorGergely Nagy <ngg@tresorit.com>
Fri, 18 Jun 2021 08:01:29 +0000 (10:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jun 2021 11:52:08 +0000 (13:52 +0200)
Closes #7276

CMakeLists.txt
lib/config-plan9.h
lib/config-tpf.h
lib/config-vxworks.h
lib/curl_config.h.cmake

index a2afe8c3612d0f0a764c4ca596b56cf1b45e2be9..45211b270884153fcadf628396593ca36083707a 100644 (file)
@@ -1046,7 +1046,6 @@ check_symbol_exists(_strtoi64      "${CURL_INCLUDES}" HAVE__STRTOI64)
 check_symbol_exists(strerror_r     "${CURL_INCLUDES}" HAVE_STRERROR_R)
 check_symbol_exists(siginterrupt   "${CURL_INCLUDES}" HAVE_SIGINTERRUPT)
 check_symbol_exists(perror         "${CURL_INCLUDES}" HAVE_PERROR)
-check_symbol_exists(fork           "${CURL_INCLUDES}" HAVE_FORK)
 check_symbol_exists(getaddrinfo    "${CURL_INCLUDES}" HAVE_GETADDRINFO)
 check_symbol_exists(freeaddrinfo   "${CURL_INCLUDES}" HAVE_FREEADDRINFO)
 check_symbol_exists(freeifaddrs    "${CURL_INCLUDES}" HAVE_FREEIFADDRS)
index 1da74ed85de89fdc67f39e9b048ab5775e44ada7..dcc5c3124b73917d652c905800829f16b0386f74 100644 (file)
@@ -96,7 +96,6 @@
 #define HAVE_ERRNO_H 1
 #define HAVE_FCNTL 1
 #define HAVE_FCNTL_H 1
-#define HAVE_FORK 1
 #define HAVE_FREEADDRINFO 1
 #define HAVE_FTRUNCATE 1
 #define HAVE_GETADDRINFO 1
index 61a7b56e5212fd0f2afedb8a9da3430c270dde1f..48f012b7381f22a119cbeb3445d4e895140bb11b 100644 (file)
 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
 #define HAVE_FCNTL_O_NONBLOCK 1
 
-/* Define to 1 if you have the `fork' function. */
-/* #undef HAVE_FORK */
-#define HAVE_FORK 1
-
 /* Define to 1 if you have the `ftruncate' function. */
 #define HAVE_FTRUNCATE 1
 
index b36a45aa56b91af4349f8e79f6b04b68a36f0f99..a3e6126f5eda6379cf2f8c2195e74e632a367d90 100644 (file)
 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
 #define HAVE_FCNTL_O_NONBLOCK 1
 
-/* Define to 1 if you have the `fork' function. */
-#define HAVE_FORK 1
-
 /* Define to 1 if you have the freeaddrinfo function. */
 #define HAVE_FREEADDRINFO 1
 
index cbbe99b586e1a4f7f6d09f3c94a3f4bc775a42fe..6a638824d75a670605c32a829653d2b6c1b43ea4 100644 (file)
 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
 #cmakedefine HAVE_FCNTL_O_NONBLOCK 1
 
-/* Define to 1 if you have the `fork' function. */
-#cmakedefine HAVE_FORK 1
-
 /* Define to 1 if you have the freeaddrinfo function. */
 #cmakedefine HAVE_FREEADDRINFO 1