1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Portability fixes

Don't define crc32 if we are not linking with gzip
This commit is contained in:
monty@narttu.mysql.fi
2003-02-27 03:44:44 +02:00
parent 9a46698e1e
commit 3b073a08e0
30 changed files with 192 additions and 55 deletions

View File

@ -96,7 +96,7 @@ typedef struct el_state_t {
#include "tty.h"
#include "prompt.h"
#include "key.h"
#include "term.h"
#include "libedit_term.h"
#include "refresh.h"
#include "chared.h"
#include "common.h"