From 089309807123985c6e7d1d01247dc423f21e48c4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 25 Nov 2025 16:17:36 +0100 Subject: [PATCH] Clearlooks: don't hardcode define HAVE_UNISTD_H --- libs/clearlooks-newer/config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/clearlooks-newer/config.h b/libs/clearlooks-newer/config.h index 4326e37ec1..b301c222d0 100644 --- a/libs/clearlooks-newer/config.h +++ b/libs/clearlooks-newer/config.h @@ -52,9 +52,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - /* Name of package */ #define PACKAGE "gtk-engines"