aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-29 15:48:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-29 15:48:27 +0000
commitf50678eda7977ec5b1e584ef03957d46b6053403 (patch)
treea084ee46f5beb73b176c3d21ee2d1c2709ee9bba /CHANGES
parent3ded81188b35de8575af7b820e429c89a6e9f125 (diff)
don't include config.g in src/hugehelp.c unless HAVE_CONFIG_H is defined
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f08c4d6df..01376d0e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.