diff options
author | Gergely Nagy <ngg@tresorit.com> | 2021-06-18 10:01:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-18 13:52:08 +0200 |
commit | 9bf0e7b2efbdf18902ea6f1deae1aefc0ac4cc79 (patch) | |
tree | 839241201aa49b66af9c4ed611c5ae0c7af58a77 /lib/config-plan9.h | |
parent | 4e03d45bf90f5f51301c0a4c0bdf60a477f82feb (diff) | |
download | curl-9bf0e7b2efbdf18902ea6f1deae1aefc0ac4cc79.tar.gz |
configure/cmake: remove unused define HAVE_FORK
Closes #7276
Diffstat (limited to 'lib/config-plan9.h')
-rw-r--r-- | lib/config-plan9.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config-plan9.h b/lib/config-plan9.h index 1da74ed85..dcc5c3124 100644 --- a/lib/config-plan9.h +++ b/lib/config-plan9.h @@ -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 |