/* zlibdefs.h -- compile-time definitions for the zlib compression library * Copyright (C) 1995-2006 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ #include /* for off_t */ #include /* for SEEK_* and off_t */ #ifdef VMS # include /* for off_t */ #endif #ifndef z_off_t # define z_off_t off_t #endif