This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 13 Jun 2003 14:33:51 +0000 (14:33 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 13 Jun 2003 14:33:51 +0000 (14:33 +0000)
commitf72d1791dc00727a5f66df7ed9fa216194f48af8
tree3f4b062470a511cab340db9e3366425785bbb07d
parentaf28e88917ada915d1c6a69f2caccaada3cad842
Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
way of detecting Darwin/Mac OS X; instead it is recommended to
detect the OS at a higher level and pass the information manually
down to the application, using e.g. a -Ddefinition.

p4raw-id: //depot/perl@19764
hints/darwin.sh
perl.h
x2p/util.c