From e92603289aaf05649e3e66464fa5363dae714fe0 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 18 Jun 2021 10:10:51 +0200 Subject: configure/cmake: remove unused define HAVE_PERROR Closes #7276 --- lib/config-win32ce.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/config-win32ce.h') diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 077eec066..8bee4f709 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -166,9 +166,6 @@ /* Define if you have a working ioctlsocket FIONBIO function. */ #define HAVE_IOCTLSOCKET_FIONBIO 1 -/* Define if you have the perror function. */ -#define HAVE_PERROR 1 - /* Define if you have the RAND_screen function when using SSL */ #define HAVE_RAND_SCREEN 1 -- cgit v1.2.1