From 04b6df21cd281e8cd540139f8d9ae85defc1961c Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 10 Sep 2019 16:59:32 +0000 Subject: remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less. --- src/conversation/Makefile.am | 4 ---- src/conversation/gnunet_gst_def.h | 2 -- 2 files changed, 6 deletions(-) (limited to 'src/conversation') diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am index c329bebf5..dc8283e9b 100644 --- a/src/conversation/Makefile.am +++ b/src/conversation/Makefile.am @@ -3,10 +3,6 @@ SUBDIRS = . plugindir = $(libdir)/gnunet -if MINGW - WINFLAGS = -no-undefined -Wl,--export-all-symbols -endif - AM_CPPFLAGS = \ $(GNUNET_CPPFLAGS) \ -I$(top_srcdir)/src/include \ diff --git a/src/conversation/gnunet_gst_def.h b/src/conversation/gnunet_gst_def.h index 341341f24..5f5910121 100644 --- a/src/conversation/gnunet_gst_def.h +++ b/src/conversation/gnunet_gst_def.h @@ -65,14 +65,12 @@ #include // sockets -#ifndef MINGW #if HAVE_NETINET_IN_H #include #endif #include #include #include -#endif #include #include -- cgit v1.2.3