mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
Include "setup.h" and not "config.h" since setup.h is made to include
the correct config.h for the platform, and when this is done the USE_MANUAL define is properly known.
This commit is contained in:
parent
211004bb0d
commit
372e7a6cd4
2 changed files with 3 additions and 9 deletions
|
|
@ -112,9 +112,7 @@ print <<HEAD
|
|||
* NEVER EVER edit this manually, fix the mkhelp.pl script instead!
|
||||
* Generation time: $now
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include "setup.h"
|
||||
#ifdef USE_MANUAL
|
||||
#include "hugehelp.h"
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue