mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
freebsd/aix xattr includes
This commit is contained in:
parent
827f381ead
commit
d4bb8f3e0d
@ -12,6 +12,7 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
#include "defc.h"
|
#include "defc.h"
|
||||||
#include "gsos.h"
|
#include "gsos.h"
|
||||||
@ -23,14 +24,18 @@
|
|||||||
#include <sys/paths.h>
|
#include <sys/paths.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
#include <sys/xattr.h>
|
#include <sys/xattr.h>
|
||||||
#include <sys/time.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__FreeBSD__)
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/extattr.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(_AIX)
|
||||||
|
#include <sys/ea.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef XATTR_FINDERINFO_NAME
|
#ifndef XATTR_FINDERINFO_NAME
|
||||||
#define XATTR_FINDERINFO_NAME "com.apple.FinderInfo"
|
#define XATTR_FINDERINFO_NAME "com.apple.FinderInfo"
|
||||||
@ -40,9 +45,6 @@
|
|||||||
#define XATTR_RESOURCEFORK_NAME "com.apple.ResourceFork"
|
#define XATTR_RESOURCEFORK_NAME "com.apple.ResourceFork"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef O_BINARY
|
|
||||||
#define O_BINARY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern Engine_reg engine;
|
extern Engine_reg engine;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user