diff gtk3/dw.c @ 2160:07f1366a724c

Rename config.h(.in) to dwconfig.h and install it with dwcompat. Building modules that use dwcompat requires some of the defines in dwconfig.h. On some platforms without it the opendir headers are not included and cause build failures. Unix (Linux, BSD, Solaris and Mac) are primarily affected.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 29 Sep 2020 22:49:04 +0000
parents 48172881415c
children b818a32f7790
line wrap: on
line diff
--- a/gtk3/dw.c	Tue Sep 29 04:06:20 2020 +0000
+++ b/gtk3/dw.c	Tue Sep 29 22:49:04 2020 +0000
@@ -7,7 +7,7 @@
  * (C) 2003-2011 Mark Hessling <mark@rexx.org>
  * (C) 2002 Nickolay V. Shmyrev <shmyrev@yandex.ru>
  */
-#include "config.h"
+#include "dwconfig.h"
 #include "dw.h"
 #include <glib/gi18n.h>
 #include <string.h>