Commit 951d20f9 authored by Sergey Lyubka's avatar Sergey Lyubka

Added coniditional to use net_skeleton separately

parent 85a6abd5
......@@ -15,6 +15,9 @@
// Alternatively, you can license this library under a commercial
// license, as set out in <http://cesanta.com/>.
#ifdef NOEMBED_NET_SKELETON
#include "net_skeleton.h"
#else
// net_skeleton start
// Copyright (c) 2014 Cesanta Software Limited
......@@ -947,6 +950,7 @@ void ns_server_free(struct ns_server *s) {
}
// net_skeleton end
#endif // NOEMBED_NET_SKELETON
#include <ctype.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment