summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd/mongoose.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-10 06:31:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-04 08:02:28 +0200
commit2e77151e93c4083177a398581d4365fa284fa169 (patch)
treee0ccf531124fe48b20cc9581d72f354a991f658d /cpukit/mghttpd/mongoose.c
parentpppd: Simplify Makefile.am (diff)
downloadrtems-2e77151e93c4083177a398581d4365fa284fa169.tar.bz2
mghttpd: Add configuration to source file
Update #3375.
Diffstat (limited to 'cpukit/mghttpd/mongoose.c')
-rw-r--r--cpukit/mghttpd/mongoose.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/mghttpd/mongoose.c b/cpukit/mghttpd/mongoose.c
index f7d65a9948..52bc4d3c1a 100644
--- a/cpukit/mghttpd/mongoose.c
+++ b/cpukit/mghttpd/mongoose.c
@@ -25,6 +25,10 @@
#if defined(__rtems__)
#include <md5.h>
#define HAVE_MD5
+#define NO_CGI
+#define NO_POPEN
+#define NO_SSL
+#define USE_WEBSOCKET
#endif // __rtems__
#if defined(_WIN32)