|
|
@ -73,3 +73,15 @@ |
|
|
|
#else |
|
|
|
ip = strncpy(buf,inet_ntoa(in),buf_size); |
|
|
|
ip[buf_size - 1] = 0; |
|
|
|
diff -Nur curl-7.10.7.orig/configure curl-7.10.7/configure
|
|
|
|
--- curl-7.10.7.orig/configure Thu Aug 14 22:44:54 2003
|
|
|
|
+++ curl-7.10.7/configure Fri Sep 5 10:56:52 2003
|
|
|
|
@@ -6404,7 +6404,7 @@
|
|
|
|
done |
|
|
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
|
|
|
rm -f conftest.err conftest.$ac_ext |
|
|
|
-if $ac_preproc_ok; then
|
|
|
|
+if true; then
|
|
|
|
: |
|
|
|
else |
|
|
|
{ { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check |