Be traditional in your cpp (for the Errno extension).
Jarkko Hietaniemi [Thu, 5 Apr 2001 13:03:04 +0000 (13:03 +0000)]
p4raw-id: //depot/perl@9559

hints/darwin.sh

index 8625798..eff32f4 100644 (file)
@@ -41,6 +41,9 @@ optimize='-O3';
 # We have a prototype for telldir.
 ccflags="${ccflags} -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE";
 
+# For Errno.
+cppflags='-traditional-cpp';
+
 # Shared library extension is .dylib.
 # Bundle extension is .bundle.
 ld='cc';
@@ -61,3 +64,4 @@ usevfork='true';
 
 # malloc works
 usemymalloc='n';
+