X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2a6793bf1fd5ea97703a6bfaaa0ea4f88abffa0e..9819f005b667f938f6853636492665cac761c54f:/zlib/infutil.h diff --git a/zlib/infutil.h b/zlib/infutil.h index 5f0294ea..c07d1552 100644 --- a/zlib/infutil.h +++ b/zlib/infutil.h @@ -11,6 +11,10 @@ #ifndef _INFUTIL_H #define _INFUTIL_H +#ifdef BAD /* For AIX */ +#undef BAD +#endif + typedef enum { TYPE, /* get type bits (3, including end bit) */ LENS, /* get lengths for stored */ @@ -21,7 +25,7 @@ typedef enum { CODES, /* processing fixed or dynamic block */ DRY, /* output remaining window bytes */ DONE, /* finished last block, done */ - zBAD} /* got a data error--stuck here */ + BAD} /* got a data error--stuck here */ inflate_block_mode; /* inflate blocks semi-private state */