1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -62,6 +62,10 @@ typedef struct el_key_t {
#define XK_NOD 2
#define XK_EXE 3
#undef key_end
#undef key_clear
#undef key_print
protected int key_init(EditLine *);
protected void key_end(EditLine *);
protected key_value_t *key_map_cmd(EditLine *, int);