feat: build proect for restproxy
This commit is contained in:
23
proxy_c/third-lib/libcurl/tests/configurehelp.pm
Normal file
23
proxy_c/third-lib/libcurl/tests/configurehelp.pm
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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 = 'gcc -E';
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user