libdeflate-sys 1.26.1

Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data.
Documentation
#ifndef CONFIG_H
#define CONFIG_H

/* Is the clock_gettime() function available? */
#cmakedefine HAVE_CLOCK_GETTIME

/* Is the futimens() function available? */
#cmakedefine HAVE_FUTIMENS

/* Is the posix_fadvise() function available? */
#cmakedefine HAVE_POSIX_FADVISE

/* Is the posix_madvise() function available? */
#cmakedefine HAVE_POSIX_MADVISE

/* Does stat() provide nanosecond-precision timestamps? */
#cmakedefine HAVE_STAT_NANOSECOND_PRECISION

#endif /* CONFIG_H */