summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-06-21 18:12:41 -0700
committerAlan Coopersmith <alanc@alf.(none)>2006-06-21 18:12:41 -0700
commitc0cb8d1fb80540e093da54da3ee2f55bdf139274 (patch)
tree1ddc5ec766585a0ee4b89ed23adb1b5c9e1c59e2
parent3177dc498a955cd58cd6054a7c7e69724db4a59b (diff)
Use XACE, not XCSECURITY to decide if SecurityLookup* are exported
-rw-r--r--hw/xfree86/loader/dixsym.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/loader/dixsym.c b/hw/xfree86/loader/dixsym.c
index 0e8bb89dd..0963bef15 100644
--- a/hw/xfree86/loader/dixsym.c
+++ b/hw/xfree86/loader/dixsym.c
@@ -162,7 +162,7 @@ _X_HIDDEN void *dixLookupTab[] = {
SYMFUNC(QueueWorkProc)
SYMFUNC(RegisterBlockAndWakeupHandlers)
SYMFUNC(RemoveBlockAndWakeupHandlers)
-#ifdef XCSECURITY
+#ifdef XACE
SYMFUNC(SecurityLookupDrawable)
SYMFUNC(SecurityLookupWindow)
#endif
@@ -283,7 +283,7 @@ _X_HIDDEN void *dixLookupTab[] = {
SYMFUNC(LookupIDByType)
SYMFUNC(LookupIDByClass)
SYMFUNC(LegalNewID)
-#ifdef XCSECURITY
+#ifdef XACE
SYMFUNC(SecurityLookupIDByClass)
SYMFUNC(SecurityLookupIDByType)
#endif