Projects
Browse Source     Search     Timeline     Wiki

Changeset 23506

Show
Ignore:
Timestamp:
2008-02-01 10:43:05 (8 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5715717> reference to undefined HAVE_SECURITY_FRAMEWORK

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/SULeopard/launchd/src/launchd.c

    r23492 r23506  
    2424#include "launchd.h" 
    2525 
    26 #if HAVE_SECURITY_FRAMEWORK 
     26#if HAVE_SECURITY 
    2727#include <Security/Authorization.h> 
    2828#include <Security/AuthorizationTags.h> 
     
    286286launchd_SessionCreate(void) 
    287287{ 
    288 #if HAVE_SECURITY_FRAMEWORK 
     288#if HAVE_SECURITY 
    289289        OSStatus (*sescr)(SessionCreationFlags flags, SessionAttributeBits attributes); 
    290290        void *seclib;