#ifdef __OBJC__ #import #import #import #ifdef NSAppKitVersionNumber10_3 #define WebKitVersion146 1 #endif #endif #ifdef NSAppKitVersionNumber10_3 #include #endif // define these here so they weak link for Panther letting the binary be backwards compatible extern int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options) WEAK_IMPORT_ATTRIBUTE; extern ssize_t fgetxattr(int fd, const char *name, void *value, size_t size, u_int32_t position, int options) WEAK_IMPORT_ATTRIBUTE;