]> granicus.if.org Git - php/commitdiff
Don't #define HAVE_COMPRESS on windows.
authorMySQL Team <mysql@php.net>
Wed, 24 Jan 2001 18:11:25 +0000 (18:11 +0000)
committerMySQL Team <mysql@php.net>
Wed, 24 Jan 2001 18:11:25 +0000 (18:11 +0000)
ext/mysql/libmysql/config-win.h
ext/mysql/libmysql/update_sources

index 8567be406dbc967fb33c39c9c528fd8f0665383e..5d4d40d98bf06c1e84cf2c905e4b189bdc0ea09a 100644 (file)
@@ -239,7 +239,7 @@ inline double ulonglong2double(ulonglong value)
 #define HAVE_ALLOCA
 #define HAVE_STRPBRK
 #define HAVE_STRSTR
-#define HAVE_COMPRESS
+/* #define HAVE_COMPRESS     -- not with PHP, please */
 
 #ifdef NOT_USED
 #define HAVE_SNPRINTF          /* Gave link error */
index 8a3919022e8913458d562ef03bcac1d43a80aee9..573129b020e84671a864aa32df5bfaf14ffbae64 100755 (executable)
@@ -89,6 +89,8 @@ sub diff_files {
     else
     {
       print STDERR "DIFF: $f\n";
+      $f eq 'config-win.h' and
+       print STDERR "/n/nDon't forget to undefine HAVE_COMPRESS in $f/n/n/n";
     }
   }
 }