mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
14 lines
264 B
CMake
14 lines
264 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_LCHMOD
|
||
|
|
||
|
/* TODO: add other thread library support. */
|
||
|
#cmakedefine CMAKE_USE_PTHREADS_INIT
|
||
|
|