summaryrefslogtreecommitdiff
path: root/package/network/utils/curl/patches/400-hugehelp.patch
blob: 312792be9882aecf32f3de0eed6a7df8e608f2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/src/tool_hugehelp.h
+++ b/src/tool_hugehelp.h
@@ -23,6 +23,10 @@
  ***************************************************************************/
 #include "tool_setup.h"
 
+#ifdef USE_MANUAL
 void hugehelp(void);
+#else
+#define hugehelp() Curl_nop_stmt
+#endif
 
 #endif /* HEADER_CURL_TOOL_HUGEHELP_H */