summaryrefslogtreecommitdiff
path: root/lib/tsocket/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-04-02 21:06:27 +0200
committerStefan Metzmacher <metze@samba.org>2009-04-02 21:54:08 +0200
commit3bbad34a02350c96cb44d53da510c6273b6910d7 (patch)
tree8e0ea9f249f1f2280fa8e9cd420fbf1591658bec /lib/tsocket/config.mk
parent7e1411b5c7afa8b47d76ddb1fb93973201bb08a8 (diff)
downloadsamba-3bbad34a02350c96cb44d53da510c6273b6910d7.tar.gz
samba-3bbad34a02350c96cb44d53da510c6273b6910d7.tar.bz2
samba-3bbad34a02350c96cb44d53da510c6273b6910d7.zip
tsocket: remove DGRAM support from tsocket_context
metze
Diffstat (limited to 'lib/tsocket/config.mk')
-rw-r--r--lib/tsocket/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tsocket/config.mk b/lib/tsocket/config.mk
index c35f0afd6f..2e05f544c9 100644
--- a/lib/tsocket/config.mk
+++ b/lib/tsocket/config.mk
@@ -5,8 +5,6 @@ LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
tsocket.o \
tsocket_helpers.o \
tsocket_bsd.o \
- tsocket_recvfrom.o \
- tsocket_sendto.o \
tsocket_connect.o \
tsocket_writev.o \
tsocket_readv.o)