Displayed compile-time options when help is requested

N2009_11_14_FIXES
jpandre 2009-06-17 08:06:45 +00:00
parent d76c7f6172
commit 6a54eac8ad
1 changed files with 11 additions and 0 deletions

View File

@ -168,6 +168,17 @@ static u32 ntfs_sequence;
static const char *usage_msg =
"\n"
"%s %s %s %d - Third Generation NTFS Driver\n"
"\t\t"
#ifdef HAVE_SETXATTR
"XATTRS are on, "
#else
"XATTRS are off, "
#endif
#if POSIXACLS
"POSIX ACLS are on\n"
#else
"POSIX ACLS are off\n"
#endif
"\n"
"Copyright (C) 2005-2007 Yura Pakhuchiy\n"
"Copyright (C) 2006-2009 Szabolcs Szakacsits\n"