Re: Using SystemConfiguration API inside KEXT
Re: Using SystemConfiguration API inside KEXT
- Subject: Re: Using SystemConfiguration API inside KEXT
- From: Amanda Walker <email@hidden>
- Date: Tue, 11 May 2010 17:14:36 -0400
On May 11, 2010, at 4:36 PM, John B Brown wrote:
> It got out of hand because the classic C language #include, according to my reading of the replies, apparently does not work in the Apple compile system. Or maybe it does. I looked at the referenced manual pages and still could not find anything to meet the original call.
#include works exactly as it does on any other C language platform. Apple's build environment overrides the include path to include more than /usr/include before invoking the compiler, much as 'make' and other build environments often do.
That said, assuming that everything will work the way it works in Linux is going to lead to frustration. A Darwin or Mac OS X machine is not a Linux box.
--Amanda
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden