diff options
Diffstat (limited to 'httpd.cpp')
-rw-r--r-- | httpd.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 + |