diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 21:15:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 21:15:48 +0000 |
commit | 372e7a6cd411f9350c67abee7066ee38c7d3ecf6 (patch) | |
tree | ef6e13eedc7d03b6870e1c8a55980c404a6c5dd6 /src/mkhelp.pl | |
parent | 211004bb0d12c1eb70ad70dccf9e0c4230c8deeb (diff) | |
download | curl-372e7a6cd411f9350c67abee7066ee38c7d3ecf6.tar.gz |
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.
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r-- | src/mkhelp.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mkhelp.pl b/src/mkhelp.pl index 195328edf..318e5986d 100644 --- a/src/mkhelp.pl +++ b/src/mkhelp.pl @@ -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> |