Don't #define HAVE_COMPRESS on windows.

This commit is contained in:
MySQL Team 2001-01-24 18:11:25 +00:00
parent 5ad27928ac
commit 5073b97ffb
2 changed files with 3 additions and 1 deletions

View 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 */

View File

@ -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";
}
}
}