Use XACE, not XCSECURITY to decide if SecurityLookup* are exported

This commit is contained in:
Alan Coopersmith 2006-06-21 18:12:41 -07:00 committed by Alan Coopersmith
parent 3177dc498a
commit c0cb8d1fb8

View File

@ -162,7 +162,7 @@ _X_HIDDEN void *dixLookupTab[] = {
SYMFUNC(QueueWorkProc) SYMFUNC(QueueWorkProc)
SYMFUNC(RegisterBlockAndWakeupHandlers) SYMFUNC(RegisterBlockAndWakeupHandlers)
SYMFUNC(RemoveBlockAndWakeupHandlers) SYMFUNC(RemoveBlockAndWakeupHandlers)
#ifdef XCSECURITY #ifdef XACE
SYMFUNC(SecurityLookupDrawable) SYMFUNC(SecurityLookupDrawable)
SYMFUNC(SecurityLookupWindow) SYMFUNC(SecurityLookupWindow)
#endif #endif
@ -283,7 +283,7 @@ _X_HIDDEN void *dixLookupTab[] = {
SYMFUNC(LookupIDByType) SYMFUNC(LookupIDByType)
SYMFUNC(LookupIDByClass) SYMFUNC(LookupIDByClass)
SYMFUNC(LegalNewID) SYMFUNC(LegalNewID)
#ifdef XCSECURITY #ifdef XACE
SYMFUNC(SecurityLookupIDByClass) SYMFUNC(SecurityLookupIDByClass)
SYMFUNC(SecurityLookupIDByType) SYMFUNC(SecurityLookupIDByType)
#endif #endif