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