]> wimlib.net Git - wimlib/blobdiff - src/ntfs-3g_security.c
Fix build without new libntfs-3g
[wimlib] / src / ntfs-3g_security.c
index 4b26eb2f0998e615dcf9be51f6a6c883f857bbe5..7c8dec3c504db8dace198cadd1c1afc19bc36ed5 100644 (file)
 #include "config.h"
 #endif
 
+#ifdef ENABLE_XATTR
+#define HAVE_SETXATTR
+#endif
+
 #include <stdarg.h>
 
-/*#ifdef HAVE_STDIO_H*/
 #include <stdio.h>
-/*#endif*/
-#ifdef HAVE_STDLIB_H
 #include <stdlib.h>
-#endif
-#ifdef HAVE_STRING_H
 #include <string.h>
-#endif
-/*#ifdef HAVE_ERRNO_H*/
 #include <errno.h>
-/*#endif*/
-/*#ifdef HAVE_FCNTL_H*/
 #include <fcntl.h>
-/*#endif*/
 #ifdef HAVE_SETXATTR
 #include <sys/xattr.h>
 #endif