diff options
Diffstat (limited to 'crc32.c')
| -rw-r--r-- | crc32.c | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -24,8 +24,11 @@ | |||
| 24 | # include <stdio.h> | 24 | # include <stdio.h> |
| 25 | # ifndef DYNAMIC_CRC_TABLE | 25 | # ifndef DYNAMIC_CRC_TABLE |
| 26 | # define DYNAMIC_CRC_TABLE | 26 | # define DYNAMIC_CRC_TABLE |
| 27 | # endif /* !DYNAMIC_CRC_TABLE */ | 27 | # endif |
| 28 | #endif /* MAKECRCH */ | 28 | #endif |
| 29 | #ifdef DYNAMIC_CRC_TABLE | ||
| 30 | # define Z_ONCE | ||
| 31 | #endif | ||
| 29 | 32 | ||
| 30 | #include "zutil.h" /* for Z_U4, Z_U8, z_crc_t, and FAR definitions */ | 33 | #include "zutil.h" /* for Z_U4, Z_U8, z_crc_t, and FAR definitions */ |
| 31 | 34 | ||
