From 0ac2d8835a361a69b9d97deb03a9eaaa722e2f54 Mon Sep 17 00:00:00 2001 From: johnslavik Date: Mon, 26 Jan 2026 06:22:18 +0100 Subject: [PATCH] Remove `DONT_HAVE_SIG_ALARM` and `DONT_HAVE_SIG_PAUSE` --- PC/pyconfig.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/PC/pyconfig.h b/PC/pyconfig.h index a126fca6f5aafb..0681fb510b74c3 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -59,8 +59,6 @@ WIN32 is still required for the locale module. #include #define HAVE_STRFTIME -#define DONT_HAVE_SIG_ALARM -#define DONT_HAVE_SIG_PAUSE #define LONG_BIT 32 #define WORD_BIT 32