mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
7295b3369b
This PR solves https://github.com/vgough/encfs/issues/305 "llistxattr breaks compilation on Mac OS X" checking whether llistxattr exists or not.
13 lines
259 B
CMake
13 lines
259 B
CMake
#define VERSION "@ENCFS_VERSION@"
|
|
|
|
#cmakedefine HAVE_ATTR_XATTR_H
|
|
#cmakedefine HAVE_SYS_XATTR_H
|
|
#cmakedefine XATTR_ADD_OPT
|
|
#cmakedefine XATTR_LLIST
|
|
|
|
#cmakedefine HAVE_LCHMOD
|
|
|
|
/* TODO: add other thread library support. */
|
|
#cmakedefine CMAKE_USE_PTHREADS_INIT
|
|
|