24 lines
333 B
Perl
24 lines
333 B
Perl
# This is a generated file. Do not edit.
|
|
|
|
package configurehelp;
|
|
|
|
use strict;
|
|
use warnings;
|
|
use Exporter;
|
|
|
|
use vars qw(
|
|
@ISA
|
|
@EXPORT_OK
|
|
$Cpreprocessor
|
|
);
|
|
|
|
@ISA = qw(Exporter);
|
|
|
|
@EXPORT_OK = qw(
|
|
$Cpreprocessor
|
|
);
|
|
|
|
$Cpreprocessor = 'arm-linux-gnueabihf-gcc -E -isystem /home/huey/openssl/install/include';
|
|
|
|
1;
|