aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-10 16:59:32 +0000
committerng0 <ng0@n0.is>2019-09-10 16:59:32 +0000
commit04b6df21cd281e8cd540139f8d9ae85defc1961c (patch)
tree6357199445df8d5c0c631bc8f10aef838b1f9f1e /src/conversation
parent483b0139a218a5f8a8311bda3eb23bcd88f57688 (diff)
downloadgnunet-04b6df21cd281e8cd540139f8d9ae85defc1961c.tar.gz
gnunet-04b6df21cd281e8cd540139f8d9ae85defc1961c.zip
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.
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/Makefile.am4
-rw-r--r--src/conversation/gnunet_gst_def.h2
2 files changed, 0 insertions, 6 deletions
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 = .
3 3
4plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
5 5
6if MINGW
7 WINFLAGS = -no-undefined -Wl,--export-all-symbols
8endif
9
10AM_CPPFLAGS = \ 6AM_CPPFLAGS = \
11 $(GNUNET_CPPFLAGS) \ 7 $(GNUNET_CPPFLAGS) \
12 -I$(top_srcdir)/src/include \ 8 -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 @@
65#include <gst/app/gstappsink.h> 65#include <gst/app/gstappsink.h>
66 66
67// sockets 67// sockets
68#ifndef MINGW
69#if HAVE_NETINET_IN_H 68#if HAVE_NETINET_IN_H
70#include <netinet/in.h> 69#include <netinet/in.h>
71#endif 70#endif
72#include <sys/socket.h> 71#include <sys/socket.h>
73#include <arpa/inet.h> 72#include <arpa/inet.h>
74#include <netdb.h> 73#include <netdb.h>
75#endif
76 74
77#include <sys/types.h> 75#include <sys/types.h>
78#include <fcntl.h> 76#include <fcntl.h>