CarbonPriv header file?
CarbonPriv header file?
- Subject: CarbonPriv header file?
- From: Jim Witte <email@hidden>
- Date: Sat, 30 Oct 2004 03:38:05 -0500
Hi,
I want to compile the ppp package, the sample program for which (MiniTerm) requires CarbonPriv.h (I assume MiniTerm is the example program, and Google turns this as the ONLY thing in Darwin that requires this header..) Where can I get it?
The only thing MiniTerm seems to need from it is a constant
smKeyEnableRomanOnly which appears in the line
- (void)awkeFromNib {
[...]
// enable only roman keyboard
KeyScript(smKeyEnableRomanOnly);
// contact pppd to get serial descriptor and exit code communication channel
sockfd = socket(AF_LOCAL, SOCK_STREAM, 0);
[...]
}
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden