diff options
author | Gergely Nagy <ngg@tresorit.com> | 2021-06-18 10:10:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-18 13:52:16 +0200 |
commit | e92603289aaf05649e3e66464fa5363dae714fe0 (patch) | |
tree | af12f9454888339b8c4580d4a99c7e280866331a /lib/config-vxworks.h | |
parent | 6bf14a72b9355f0540cb5b5c43515f8e3d8f43c0 (diff) | |
download | curl-e92603289aaf05649e3e66464fa5363dae714fe0.tar.gz |
configure/cmake: remove unused define HAVE_PERROR
Closes #7276
Diffstat (limited to 'lib/config-vxworks.h')
-rw-r--r-- | lib/config-vxworks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 4436dcb88..9774d5aba 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -388,9 +388,6 @@ /* Define to 1 if you have the <pem.h> header file. */ /* #undef HAVE_PEM_H */ -/* Define to 1 if you have the `perror' function. */ -#define HAVE_PERROR 1 - /* Define to 1 if you have the `pipe' function. */ #define HAVE_PIPE 1 |