don't include config.g in src/hugehelp.c unless HAVE_CONFIG_H is defined

This commit is contained in:
Daniel Stenberg
2004-01-29 15:48:27 +00:00
parent 3ded81188b
commit f50678eda7
2 changed files with 15 additions and 9 deletions

View File

@@ -7,6 +7,9 @@
Changelog
Daniel(29 January 2004)
- Stadler Stephan pointed out that src/hugehelp.c included config.h without
checking the define if its present...
- Ken Hirsch provided patches to make curl build fine on the MPE/iX operating
system.