curl: move to core packages

SVN-Revision: 41143
This commit is contained in:
Jo-Philipp Wich
2014-06-11 15:43:24 +00:00
parent 12cdfef54c
commit 3a1b8699b6
6 changed files with 363 additions and 0 deletions

View File

@@ -0,0 +1,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 */