From: Henrik Grindal Bakken Date: Wed, 21 Nov 2012 09:36:56 +0000 (+0100) Subject: Add #ifdef guards around xattr usage X-Git-Tag: v197~234 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cf37cd2f305db327e05f8e001f5d84887f4fdfeb;hp=cf37cd2f305db327e05f8e001f5d84887f4fdfeb;p=elogind.git Add #ifdef guards around xattr usage This adds #ifdef HAVE_ATTR_XATTR_H guards around all usage of xattr. This unbreaks building with --disable-xattr when doesn't exist. and usage of fsetxattr() without ---