Projects
Browse Source     Search     Timeline     Wiki

Changeset 23507

Show
Ignore:
Timestamp:
02/01/08 10:44:28 (10 months ago)
Author:
zarzycki@…
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd.c

    r23494 r23507  
    2424#include "launchd.h" 
    2525 
    26 #if HAVE_SECURITY_FRAMEWORK 
     26#if HAVE_SECURITY 
    2727#include <Security/Authorization.h> 
    2828#include <Security/AuthorizationTags.h> 
     
    284284launchd_SessionCreate(void) 
    285285{ 
    286 #if HAVE_SECURITY_FRAMEWORK 
     286#if HAVE_SECURITY 
    287287        OSStatus (*sescr)(SessionCreationFlags flags, SessionAttributeBits attributes); 
    288288        void *seclib;