summaryrefslogtreecommitdiffstats
path: root/httpd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.cpp')
-rw-r--r--httpd.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/httpd.cpp b/httpd.cpp
index 7e82aa3..7c94f76 100644
--- a/httpd.cpp
+++ b/httpd.cpp
@@ -21,6 +21,8 @@
*
*/
+#ifndef CONF_NO_HTTPD
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -142,3 +144,5 @@ bool httpd::start_daemon()
return true;
}
+#endif
+
OpenPOWER on IntegriCloud