CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
duplex_zlib.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_DUPLEX_ZLIB_H_
6 #define CVMFS_DUPLEX_ZLIB_H_
7 
8 #ifdef _BUILT_IN_ZLIB
9  #include "zlib.h"
10 #else
11  #include <zlib.h>
12 #endif
13 
14 #endif // CVMFS_DUPLEX_ZLIB_H_