mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
sunos xattr defines
This commit is contained in:
parent
8be3dad543
commit
67a8d7a0c6
@ -24,6 +24,15 @@
|
|||||||
#include <sys/paths.h>
|
#include <sys/paths.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef XATTR_FINDERINFO_NAME
|
||||||
|
#define XATTR_FINDERINFO_NAME "com.apple.FinderInfo"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef XATTR_RESOURCEFORK_NAME
|
||||||
|
#define XATTR_RESOURCEFORK_NAME "com.apple.ResourceFork"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "defc.h"
|
#include "defc.h"
|
||||||
#include "gsos.h"
|
#include "gsos.h"
|
||||||
#include "fst.h"
|
#include "fst.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user