aboutsummaryrefslogtreecommitdiff
path: root/toynet.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-11-02 14:24:33 -0500
committerRob Landley <rob@landley.net>2013-11-02 14:24:33 -0500
commit98c322e881c6ab8d4f54c23feb1a106c23673640 (patch)
treef6de06fdc186ab2a9dcecaec7c6db8f3f5b562a3 /toynet.h
parent6fb8fae27c6642fe33c6f9db6139b3c834145ac3 (diff)
downloadtoybox-98c322e881c6ab8d4f54c23feb1a106c23673640.tar.gz
Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
Diffstat (limited to 'toynet.h')
-rw-r--r--toynet.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/toynet.h b/toynet.h
deleted file mode 100644
index 3cfb0159..00000000
--- a/toynet.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// Included after toys.h, for network stuff. Some build environments
-// don't include network support, so we shouldn't include it unless we're
-// going to build it.
-
-#include <arpa/inet.h>
-#include <netdb.h>
-#include <net/if.h>
-#include <netinet/in.h>
-#include <netinet/tcp.h>
-#include <poll.h>
-#include <sys/socket.h>
-#include <sys/un.h>
-