5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Namespace structures
13 # include <exec/types.h>
21 /* AllocNamedObject() Tags */
22 #define ANO_NameSpace 4000
23 #define ANO_UserSpace 4001
24 #define ANO_Priority 4002
25 #define ANO_Flags 4003 /* see below */
29 #define NSF_NODUPS (1L<<0)
31 #define NSF_CASE (1L<<1)
33 #endif /* UTILITY_NAME_H */