Add a way to determine if a compression codec is supported at runtime
authorChristopher Dykes <cdykes@fb.com>
Mon, 13 Mar 2017 21:47:40 +0000 (14:47 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 13 Mar 2017 21:49:51 +0000 (14:49 -0700)
commitce56a16aab5a5f39246b26cb145e822a15436b5a
tree9b33031c7429030be08168006333196b9417c271
parent03d240dc01f3821797183d8eae6237ef33c2edfc
Add a way to determine if a compression codec is supported at runtime

Summary: Folly supports being compiled without all of the compression libraries, so we need a way to determine at runtime what libraries Folly has been compiled to support.

Reviewed By: yfeldblum

Differential Revision: D4692556

fbshipit-source-id: 0ec459db70a4b1d64f1e07c87a1f51ae584bccd0
folly/io/Compression.cpp
folly/io/Compression.h