HomeSort by: relevance | last modified time | path
    Searched refs:CONFIGURATION_H (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/
configdata.pm.in 154 my $configuration_h =
158 open CONFIGURATION_H, ">${configuration_h}.new"
159 or die "Trying to create ${configuration_h}.new: $!";
163 OUTPUT => \*CONFIGURATION_H,
171 close CONFIGURATION_H;
179 if (-f $configuration_h) {
180 my $configuration_h_mtime = (stat($configuration_h))[9];
187 || compare_text("${configuration_h}.new", $configuration_h) != 0)
    [all...]
  /src/crypto/external/bsd/openssl/dist/
configdata.pm.in 154 my $configuration_h =
158 open CONFIGURATION_H, ">${configuration_h}.new"
159 or die "Trying to create ${configuration_h}.new: $!";
163 OUTPUT => \*CONFIGURATION_H,
171 close CONFIGURATION_H;
179 if (-f $configuration_h) {
180 my $configuration_h_mtime = (stat($configuration_h))[9];
187 || compare_text("${configuration_h}.new", $configuration_h) != 0)
    [all...]

Completed in 21 milliseconds