From 922a80e109d207fcfbe55d45055bba2d6b67cd29 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 4 Dec 2021 18:02:08 -0800 Subject: [PATCH] [nfc] remove legacy NDIR lines in Windows config.h The only use of these defines and ndir.h headers was removed in 0330a4d918dcbf6edb1ce46956a20bde9a2444f9. --- windows/include/config.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/windows/include/config.h b/windows/include/config.h index c58e1616b..aeca47744 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -150,9 +150,6 @@ /* Define if you have the ming library for SWF support */ /* #undef HAVE_MING */ -/* Define to 1 if you have the header file, and it defines `DIR'. */ -/* #undef HAVE_NDIR_H */ - /* Define if you have the pangocairo library */ #define HAVE_PANGOCAIRO 1 @@ -199,10 +196,6 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_MMAN_H */ -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -/* #undef HAVE_SYS_NDIR_H */ - /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SELECT_H */ -- 2.40.0