diff options
Diffstat (limited to 'include/resource.h')
-rw-r--r-- | include/resource.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/resource.h b/include/resource.h index f513141c0..45164209c 100644 --- a/include/resource.h +++ b/include/resource.h @@ -225,7 +225,7 @@ extern pointer LookupClientResourceComplex( #define SecurityWriteAccess (1<<1) /* changing the object */ #define SecurityDestroyAccess (1<<2) /* destroying the object */ -#ifdef XCSECURITY +#ifdef XACE extern pointer SecurityLookupIDByType( ClientPtr /*client*/, @@ -239,7 +239,7 @@ extern pointer SecurityLookupIDByClass( RESTYPE /*classes*/, Mask /*access_mode*/); -#else /* not XCSECURITY */ +#else /* not XACE */ #define SecurityLookupIDByType(client, id, rtype, access_mode) \ LookupIDByType(id, rtype) @@ -247,7 +247,7 @@ extern pointer SecurityLookupIDByClass( #define SecurityLookupIDByClass(client, id, classes, access_mode) \ LookupIDByClass(id, classes) -#endif /* XCSECURITY */ +#endif /* XACE */ extern void GetXIDRange( int /*client*/, |