From 29fe7265b8c1917ebc03283f22a3eb61e9195979 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 5 Apr 2007 20:26:28 +0000 Subject: nc: port nc 1.10 to busybox --- networking/nc.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'networking/nc.c') diff --git a/networking/nc.c b/networking/nc.c index bc7c701fe..e89eb7615 100644 --- a/networking/nc.c +++ b/networking/nc.c @@ -9,6 +9,10 @@ #include "busybox.h" +#if ENABLE_DESKTOP +#include "nc_bloaty.c" +#else + /* Lots of small differences in features * when compared to "standard" nc */ @@ -195,3 +199,4 @@ int nc_main(int argc, char **argv) } } } +#endif -- cgit v1.2.3