mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
17 lines
364 B
CMake
17 lines
364 B
CMake
#define VERSION "@ENCFS_VERSION@"
|
|
|
|
#cmakedefine HAVE_ATTR_XATTR_H
|
|
#cmakedefine HAVE_SYS_XATTR_H
|
|
#cmakedefine XATTR_ADD_OPT
|
|
|
|
#cmakedefine HAVE_TR1_MEMORY
|
|
#cmakedefine HAVE_TR1_UNORDERED_MAP
|
|
#cmakedefine HAVE_TR1_UNORDERED_SET
|
|
#cmakedefine HAVE_TR1_TUPLE
|
|
|
|
#cmakedefine HAVE_LCHMOD
|
|
|
|
/* TODO: add other thread library support. */
|
|
#cmakedefine CMAKE_USE_PTHREADS_INIT
|
|
|