Home
last modified time | relevance | path

Searched refs:GZIP_OS_CODE (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DMakefile.PL18 my $GZIP_OS_CODE = -1 ;
105 …T_SOLO $OLD_ZLIB $WALL $OPT_Z_PREFIX $OPT_USE_ZLIB_NG -DGZIP_OS_CODE=$GZIP_OS_CODE $USE_PPPORT_H -…
302 my @Options = qw( ZLIB_INCLUDE ZLIB_LIB BUILD_ZLIB OLD_ZLIB GZIP_OS_CODE USE_ZLIB_NG) ;
337 $GZIP_OS_CODE = getConfigValue('GZIP_OS_CODE', \%Info);
375 unless uc $GZIP_OS_CODE eq 'AUTO_DETECT'
376 || ( $GZIP_OS_CODE =~ /^(\d+)$/ && $1 >= 0 && $1 <= 255) ;
378 if (uc $GZIP_OS_CODE eq 'AUTO_DETECT')
381 $GZIP_OS_CODE = getOSCode() ;
384 my $name = getOSname($GZIP_OS_CODE);
385 print "Setting Gzip OS Code to $GZIP_OS_CODE [$name]\n" ;
[all …]
H A Dconfig.in18 GZIP_OS_CODE = AUTO_DETECT
H A DZlib.xs398 #ifndef GZIP_OS_CODE
399 # define GZIP_OS_CODE OS_CODE macro
911 sv_setiv(os_code_sv, GZIP_OS_CODE) ;