summaryrefslogtreecommitdiffstats
path: root/include/libaccess/acl.h
blob: a5aca8d24d99f87da678dcd6ec6f457038a759c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/** BEGIN COPYRIGHT BLOCK
 * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/
#ifndef ACL_HEADER
#define ACL_HEADER

#ifndef NOINTNSACL
#define INTNSACL
#endif /* NOINTNSACL */

#include <netsite.h>
#include <base/pool.h>
#include <base/plist.h>
#include <libaccess/nserror.h>

#ifndef FALSE
#define	FALSE			0
#endif
#ifndef TRUE
#define	TRUE			1
#endif

#ifndef PUBLIC_NSACL_ACLAPI_H
#include "public/nsacl/aclapi.h"
#endif /* !PUBLIC_NSACL_ACLAPI_H */

#ifdef INTNSACL

NSPR_BEGIN_EXTERN_C

extern	char	*generic_rights[];
extern	char	*http_generic[];

NSPR_END_EXTERN_C

#endif /* INTNSACL */

#endif