Default LOG_PRIMASK for Sys-Syslog in cases where it is not
Steve Peters [Mon, 20 Aug 2007 16:49:21 +0000 (16:49 +0000)]
defined.

p4raw-id: //depot/perl@31738

ext/Sys/Syslog/Makefile.PL

index c78408d..f56e7ba 100644 (file)
@@ -64,9 +64,9 @@ if(eval {require ExtUtils::Constant; 1}) {
 
             # others macros
             qw(
-                LOG_FACMASK LOG_NFACILITIES LOG_PRIMASK 
+                LOG_FACMASK LOG_NFACILITIES
             ), 
-
+           { name => "LOG_PRIMASK", type => "IV", default => [ "IV", 7] },
            { name => "_PATH_LOG", type => "PV", default => [ "PV", qq("$_PATH_LOG") ] },
     );