summaryrefslogtreecommitdiffstats
path: root/src/syrep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syrep.c')
-rw-r--r--src/syrep.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/syrep.c b/src/syrep.c
index 5ac60bd..3e4d69e 100644
--- a/src/syrep.c
+++ b/src/syrep.c
@@ -612,6 +612,11 @@ static int version(const char *argv0) {
"Compiled with zlib %s, linked to zlib %s.\n"
"Compiled with libdb %i.%i.%i, linked to libdb %i.%i.%i\n"
"SVN Revision "SVN_REVISION"\n"
+#ifdef USE_XATTR
+ "Compile with extended attribute support: yes"
+#else
+ "Compile with extended attribute support: no"
+#endif
#ifdef USE_SENDFILE
"Using sendfile(): yes\n",
#else