From 6ca6c5dc411004e1c1af96fbfe499a308376fbcb Mon Sep 17 00:00:00 2001 From: johnslavik Date: Mon, 26 Jan 2026 06:19:19 +0100 Subject: [PATCH] Remove `DIRENT` build flag comment --- PC/pyconfig.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/PC/pyconfig.h b/PC/pyconfig.h index a126fca6f5aafb..67e3b93cf4ebcf 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -441,9 +441,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ */ #define HAVE_DECL_TZNAME 1 -/* Define if you have dirent.h. */ -/* #define DIRENT 1 */ - /* Define to the type of elements in the array set by `getgroups'. Usually this is either `int' or `gid_t'. */ /* #undef GETGROUPS_T */