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-os400.h | |
parent | 6bf14a72b9355f0540cb5b5c43515f8e3d8f43c0 (diff) | |
download | curl-e92603289aaf05649e3e66464fa5363dae714fe0.tar.gz |
configure/cmake: remove unused define HAVE_PERROR
Closes #7276
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r-- | lib/config-os400.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h index e48b4ba60..3f5d9c5b3 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -223,9 +223,6 @@ /* Define if you have the <pem.h> header file. */ #undef HAVE_PEM_H -/* Define if you have the `perror' function. */ -#define HAVE_PERROR - /* Define if you have the <pwd.h> header file. */ #define HAVE_PWD_H |