1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-26 01:58:49 -05:00

configure/cmake: remove unused define HAVE_FORK

Closes #7276
This commit is contained in:
Gergely Nagy 2021-06-18 10:01:29 +02:00 committed by Daniel Stenberg
parent 4e03d45bf9
commit 9bf0e7b2ef
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
5 changed files with 0 additions and 12 deletions

View 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(strerror_r "${CURL_INCLUDES}" HAVE_STRERROR_R)
check_symbol_exists(siginterrupt "${CURL_INCLUDES}" HAVE_SIGINTERRUPT) check_symbol_exists(siginterrupt "${CURL_INCLUDES}" HAVE_SIGINTERRUPT)
check_symbol_exists(perror "${CURL_INCLUDES}" HAVE_PERROR) 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(getaddrinfo "${CURL_INCLUDES}" HAVE_GETADDRINFO)
check_symbol_exists(freeaddrinfo "${CURL_INCLUDES}" HAVE_FREEADDRINFO) check_symbol_exists(freeaddrinfo "${CURL_INCLUDES}" HAVE_FREEADDRINFO)
check_symbol_exists(freeifaddrs "${CURL_INCLUDES}" HAVE_FREEIFADDRS) check_symbol_exists(freeifaddrs "${CURL_INCLUDES}" HAVE_FREEIFADDRS)

View File

@ -96,7 +96,6 @@
#define HAVE_ERRNO_H 1 #define HAVE_ERRNO_H 1
#define HAVE_FCNTL 1 #define HAVE_FCNTL 1
#define HAVE_FCNTL_H 1 #define HAVE_FCNTL_H 1
#define HAVE_FORK 1
#define HAVE_FREEADDRINFO 1 #define HAVE_FREEADDRINFO 1
#define HAVE_FTRUNCATE 1 #define HAVE_FTRUNCATE 1
#define HAVE_GETADDRINFO 1 #define HAVE_GETADDRINFO 1

View File

@ -111,10 +111,6 @@
/* Define to 1 if you have a working fcntl O_NONBLOCK function. */ /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
#define HAVE_FCNTL_O_NONBLOCK 1 #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 to 1 if you have the `ftruncate' function. */
#define HAVE_FTRUNCATE 1 #define HAVE_FTRUNCATE 1

View File

@ -128,9 +128,6 @@
/* Define to 1 if you have a working fcntl O_NONBLOCK function. */ /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
#define HAVE_FCNTL_O_NONBLOCK 1 #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 to 1 if you have the freeaddrinfo function. */
#define HAVE_FREEADDRINFO 1 #define HAVE_FREEADDRINFO 1

View File

@ -160,9 +160,6 @@
/* Define to 1 if you have a working fcntl O_NONBLOCK function. */ /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
#cmakedefine HAVE_FCNTL_O_NONBLOCK 1 #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. */ /* Define to 1 if you have the freeaddrinfo function. */
#cmakedefine HAVE_FREEADDRINFO 1 #cmakedefine HAVE_FREEADDRINFO 1