view release on metacpan or search on metacpan
include/ppport.h view on Meta::CPAN
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LaTeXML/Package/eTeX.pool.ltxml view on Meta::CPAN
#======================================================================
# 3.5 Bi-directional typesetting: the TeX--XeT primitives
# Should these simply ouput some unicode direction changers,
# [Things like:
# 202A;LEFT-TO-RIGHT EMBEDDING;Cf;0;LRE;;;;;N;;;;;
# 202B;RIGHT-TO-LEFT EMBEDDING;Cf;0;RLE;;;;;N;;;;;
# 202C;POP DIRECTIONAL FORMATTING;Cf;0;PDF;;;;;N;;;;;
# 202D;LEFT-TO-RIGHT OVERRIDE;Cf;0;LRO;;;;;N;;;;;
# 202E;RIGHT-TO-LEFT OVERRIDE;Cf;0;RLO;;;;;N;;;;;
# ]
# or do we need to do some more intelligent tracking of modes
view all matches for this distribution
view release on metacpan or search on metacpan
t/82_live_embedding.t view on Meta::CPAN
if ($ENV{TEST_LANGERTHA_OLLAMA_URL}) {
require Langertha::Engine::Ollama;
my $ollama = Langertha::Engine::Ollama->new(
url => $ENV{TEST_LANGERTHA_OLLAMA_URL},
$ENV{TEST_LANGERTHA_OLLAMA_EMBEDDING_MODEL}
? (embedding_model => $ENV{TEST_LANGERTHA_OLLAMA_EMBEDDING_MODEL})
: (),
);
test_engine('Ollama', $ollama);
# --- OllamaOpenAI (same server, /v1 endpoint) ---
require Langertha::Engine::OllamaOpenAI;
my $ollama_oai = Langertha::Engine::OllamaOpenAI->new(
url => $ENV{TEST_LANGERTHA_OLLAMA_URL} . '/v1',
model => 'dummy', # not used for embeddings
$ENV{TEST_LANGERTHA_OLLAMA_EMBEDDING_MODEL}
? (embedding_model => $ENV{TEST_LANGERTHA_OLLAMA_EMBEDDING_MODEL})
: (),
);
test_engine('OllamaOpenAI', $ollama_oai);
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Language/Eforth.pm view on Meta::CPAN
values, AND CONTRARY TO THE ans fORTH SPECIFICATION REQUIRES LOWER-CASE
WORDS. Consult C<embed.fth> for details on various "Error Codes" and
other documentation.
Memory usage while not zero should not be very significant; it mostly
depends on the C<EMBED_CORE_SIZE> count of 16-bit cells allocated. And
whatever Perl needs. Assertion failures are also possible, unless the
compile was somehow done with C<-DNDEBUG>.
=head1 METHODS
view all matches for this distribution
view release on metacpan or search on metacpan
hugs98-Nov2003/src/iomonad.c view on Meta::CPAN
}
#endif /* GC_WEAKPTRS */
#if HSCRIPT
#if EMBEDDED
extern void* getCurrentScript(void);
primFun(primGetCurrentScript) { /* IO Int */
IOReturn( mkInt( (int)getCurrentScript() ) );
}
hugs98-Nov2003/src/iomonad.c view on Meta::CPAN
primFun(primGetCurrentScript) { /* IO Int */
IOReturn( mkInt( 0 ) );
}
#endif /* EMBEDDED */
#endif /* HSCRIPT */
/* --------------------------------------------------------------------------
* Primitives for implementing disposable memo functions
* Byron Cook -- byron@cse.ogi.edu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Language/MzScheme_in.pm view on Meta::CPAN
require DynaLoader;
@ISA = qw(Exporter DynaLoader);
package Language::MzScheme;
bootstrap Language::MzScheme;
package Language::MzScheme;
@EXPORT = qw( mzscheme_init mzscheme_make_perl_prim_w_arity mzscheme_make_perl_object_w_arity mzscheme_from_perl_scalar mzscheme_from_perl_symbol mzscheme_from_perl_arrayref mzscheme_from_perl_hashref mzscheme_to_perl_scalar mzscheme_do_apply mzschem...
1;
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
myldr/Makefile.PL view on Meta::CPAN
########
# VARS #
########
## EMBED
my $debug = 0;
my $exe = $Config{_exe};
my $o = $Config{_o};
view all matches for this distribution
view release on metacpan or search on metacpan
cld-src/base/scoped_ptr.h view on Meta::CPAN
#include <assert.h>
#include <stdlib.h>
#include <cstddef>
#ifdef OS_EMBEDDED_QNX
// NOTE(akirmse):
// The C++ standard says that <stdlib.h> declares both ::foo and std::foo
// But this isn't done in QNX version 6.3.2 200709062316.
using std::free;
using std::malloc;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lingua/JA/NormalizeText.pm view on Meta::CPAN
U+2067 RIGHT-TO-LEFT ISOLATE
U+2068 FIRST STRONG ISOLATE
U+2069 POP DIRECTIONAL ISOLATE
U+200E LEFT-TO-RIGHT MARK
U+200F RIGHT-TO-LEFT MARK
U+202A LEFT-TO-RIGHT EMBEDDING
U+202B RIGHT-TO-LEFT EMBEDDING
U+202C POP DIRECTIONAL FORMATTING
U+202D LEFT-TO-RIGHT OVERRIDE
U+202E RIGHT-TO-LEFT OVERRIDE
See L<http://www.unicode.org/reports/tr9/> for more information about Directional Formatting Characters.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lingua/JA/bep-eng.dic view on Meta::CPAN
EMBEZZLING ã¨ã³ããºãªã³ã°
EMBEZZLER ã¨ã³ããºã©ã¼
EMBEZZLE ã¨ã³ããºã«
EMBER ã¨ã³ãã¼
EMBELLISH ã¨ã³ããªãã·ã¥
EMBEDS ã¤ã³ãããº
EMBEDDING ã¤ã³ãããã£ã³ã°
EMBEDDED ã¤ã³ãããã£ãã¥
EMBED ã¤ã³ãããã¥
EMBATTLING ã¤ã³ããã¥ãªã³ã°
EMBATTLE ã¤ã³ããã¥ã«
EMBASSY ã¨ã³ãã·ã¼
EMBASSIES ã¨ã³ãã·ã¤ãº
EMBARRASSING ã¨ã³ãã©ã·ã³ã°
view all matches for this distribution
view release on metacpan or search on metacpan
examples/embedder.pl view on Meta::CPAN
get '/oembed' => sub {
my $c = shift;
my $url = $c->param('url');
if ($c->stash('restricted') and !grep { $_ eq $url } @{$c->stash('predefined')}) {
return $c->render(json => {error => "LINK_EMBEDDER_RESTRICTED is set."});
}
$c->embedder->serve($c);
};
app->defaults(
restricted => $ENV{LINK_EMBEDDER_RESTRICTED} ? 1 : 0,
predefined => [
"https://xkcd.com/927",
"https://catoverflow.com/cats/r4cIt4z.gif",
"https://www.ted.com/talks/jill_bolte_taylor_s_powerful_stroke_of_insight",
"https://imgur.com/gallery/ohL3e",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Linux/ppport.h view on Meta::CPAN
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Linux/ppport.h view on Meta::CPAN
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
easyxs/ppport.h view on Meta::CPAN
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
easyxs/ppport.h view on Meta::CPAN
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Liveman.pm view on Meta::CPAN
The exception doesn't have to be matched by the regular expression (but it should be):
1/0 # <~@ auto
1/0 # â auto
=head2 EMBEDDING FILES
Each test is performed in a temporary catalog, which is removed and created when starting the dough.
The format of this catalog: /tmp/.liveman/I<project>/I<path-to-test>/.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LoadHtml.pm view on Meta::CPAN
-CGIScript: Causes s special hidden form variable called "CGIScript" to be added at
the bottom of the first form with the value set to "$ENV{SCRIPT_NAME}" if on, otherwise not added.
-includes: Allows the <!INCLUDE> tags to be processed if on, otherwise ignored.
-embeds: Allows the <!EMBED> tags to be processed if on, otherwise ignored.
-loops: Allows the <!LOOP> tags to be processed if on, otherwise ignored.
-numbers: Allows the classic numeric parameter (":1", ":2", etc.) tags to be processed if on, otherwise ignored.
lib/LoadHtml.pm view on Meta::CPAN
B<-CGIScript>: Causes s special hidden form variable called "CGIScript" to be added at
the bottom of the first form with the value set to "$ENV{SCRIPT_NAME}" if on, otherwise not added.
B<-includes>: Allows the <!INCLUDE> tags to be processed if on, otherwise ignored.
B<-embeds>: Allows the <!EMBED> tags to be processed if on, otherwise ignored.
B<-loops>: Allows the <!LOOP> tags to be processed if on, otherwise ignored.
B<-numbers>: Allows the classic numeric parameter (":1", ":2", etc.) tags to be processed if on, otherwise ignored.
lib/LoadHtml.pm view on Meta::CPAN
if ($tag) #ADDED 20060117 TO ALLOW PARTIAL FILE INCLUDES BASED ON TAGS.
{
$html =~ s/^.*\<\!\-\-\s+BEGIN\s+$tag\s*\-\-\>//is or $html = '';
$html =~ s#\<\!\-\-\s+END\s+$tag\s*\-\-\>.*$##is;
}
#$rtn = &modhtml(\$html, %parms); #CHGD. 20010720 TO HANDLE EMBEDS.
#return ($rtn);
#return $modhtmlflag ? &modhtml(\$html, %parms) : $html; #CHD 20030206 TO SUPPORT PARAMETERIZED INCLUDES.
return $modhtmlflag ? &modhtml(\$html, {%{$parms}, %includeparms}) : $html;
};
lib/LoadHtml.pm view on Meta::CPAN
if ($cfgOps{hashes});
$$html =~ s#</FORM>#<INPUT NAME="CGIScript" TYPE=HIDDEN VALUE="$ENV{'SCRIPT_NAME'}">\n</FORM>#i
if ($cfgOps{CGIScript});
#$$html =~ s#<\!INCLUDE\s+(.*?)>\s*#&fetchinclude($parms, $1)#eigs #CHGD. TO NEXT 20010720 TO SUPPORT EMBEDS.
$$html =~ s!<\!INCLUDE\s+(.*?)>\s*!
my $one = $1;
$one =~ s/^\"//o;
$one =~ s/\"\s*$//o;
my $tag = 0;
lib/LoadHtml.pm view on Meta::CPAN
#WHICH WERE CONVERTED USING:
# $html =~ s#([\'\"])images/#$1$main_htmlsubdir/images/#ig;
}
#NEXT LINE ADDED 20010720 TO SUPPORT EMBEDS (NON-PARSED INCLUDES).
# $$html =~ s#<\!EMBED\s+(.*?)>\s*#&fetchinclude($parms, $1, 0)#eigs
# if ($cfgOps{embeds});
#ABOVE CHANGED TO NEXT REGEX 20060117 TO ALLOW PARTIAL FILE INCLUDES BASED ON TAGS.
$$html =~ s!<\!EMBED\s+(.*?)>\s*!
my $one = $1;
$one =~ s/^\"//o;
$one =~ s/\"\s*$//o;
my $tag = 0;
$tag = $1 if ($one =~ s/\:(\w+)//o);
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ppport.h view on Meta::CPAN
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# MILTERLIB=/path/to/milter/lib Milter library directory [auto-detect]
# SPOOLDIR=/var/spool/MIMEDefang Spool directory
# QUARANTINEDIR=/var/spool/MD-Quarantine
# CONFSUBDIR=mail Subdirectory under sysconfdir
# SYSCONFDIR=/etc System configuration root
# ENABLE_EMBEDDED_PERL=1|0 Build embedded Perl interpreter [1]
# ENABLE_POLL=0|1 Use poll(2) instead of select(2) [0]
# ENABLE_DEBUGGING=0|1 Enable syslog debug messages [0]
# ENABLE_ANTI_VIRUS=1|0 Probe for AV scanners [1]
# ENABLE_CHECK_PERL_MODULES=1|0 Verify Perl deps at build time [1]
# ENABLE_PTHREAD_FLAG=0|1 Pass -pthread to the C compiler [0]
Makefile.PL view on Meta::CPAN
print "Milter include dir : $MILTERINC\n";
print "Milter library dir : $MILTERLIB\n";
# --- Feature flags ---------------------------------------------------------
my $ENABLE_EMBEDDED_PERL = opt('ENABLE_EMBEDDED_PERL', 1);
my $ENABLE_POLL = opt('ENABLE_POLL', 0);
my $ENABLE_DEBUGGING = opt('ENABLE_DEBUGGING', 0);
my $ENABLE_ANTI_VIRUS = opt('ENABLE_ANTI_VIRUS', 1);
my $ENABLE_CHECK_PERL_MODULES= opt('ENABLE_CHECK_PERL_MODULES',1);
my $ENABLE_PTHREAD_FLAG = opt('ENABLE_PTHREAD_FLAG', 0);
Makefile.PL view on Meta::CPAN
my $HAVE_LIBRESOLV = probe_libresolv();
print "libresolv : " . ($HAVE_LIBRESOLV ? 'yes' : 'no (using libc)') . "\n";
# --- Embedded Perl C/LD flags ----------------------------------------------
my ($EMBPERL_CFLAGS, $EMBPERL_LDFLAGS) = ('', '');
if ($ENABLE_EMBEDDED_PERL) {
chomp($EMBPERL_CFLAGS = `$PERL -MExtUtils::Embed -e ccopts 2>/dev/null`);
chomp($EMBPERL_LDFLAGS = `$PERL -MExtUtils::Embed -e ldopts 2>/dev/null`);
print "Embedded Perl : enabled\n";
} else {
print "Embedded Perl : disabled\n";
Makefile.PL view on Meta::CPAN
"-std=c89 -D_BSD_SOURCE -D_DEFAULT_SOURCE",
($ENABLE_DEBUGGING ? '-DENABLE_DEBUGGING' : ()),
($ENABLE_POLL ? '-DUSE_POLL' : ()),
($ENABLE_PTHREAD_FLAG ? '-pthread' : ()),
($HAVE_CLOCK_MONOTONIC ? '-DHAVE_CLOCK_MONOTONIC' : ()),
($ENABLE_EMBEDDED_PERL ? ('-DEMBED_PERL', $EMBPERL_CFLAGS) : ()),
);
my $LDFLAGS_MILTER = "-L$MILTERLIB -lmilter";
my $LDFLAGS_PTHREAD = $ENABLE_PTHREAD_FLAG ? '-lpthread' : '';
my $LDFLAGS_EMBPERL = $ENABLE_EMBEDDED_PERL ? $EMBPERL_LDFLAGS : '';
my $LDFLAGS_COMMON = join(' ', ($HAVE_LIBRESOLV ? '-lresolv' : ()),
$LDFLAGS_PTHREAD, $LDFLAGS_EMBPERL);
my $HAVE_MILTER = probe_milter($CC, $CFLAGS);
print "\nmilter.h: " . ($HAVE_MILTER ? 'found' : 'not found') . "\n";
Makefile.PL view on Meta::CPAN
HAVE_INET_NTOP => $HAVE_INET_NTOP,
HAVE_SOCKLEN_T => $HAVE_SOCKLEN_T,
HAVE_MILTER => $HAVE_MILTER,
ENABLE_DEBUGGING => $ENABLE_DEBUGGING,
ENABLE_POLL => $ENABLE_POLL,
WITH_EMBEDDED_PERL=> $ENABLE_EMBEDDED_PERL,
);
# ---------------------------------------------------------------------------
# Substitution map for .in template files
# ---------------------------------------------------------------------------
Makefile.PL view on Meta::CPAN
notifier.o
rm_r.o
syslog-fac.o
utils.o
);
push @mux_obj_list, 'embperl.o', 'xs_init.o' if $ENABLE_EMBEDDED_PERL;
my $mux_objs = join(' ', @mux_obj_list);
my $mux_ldflags = '$(MD_LDFLAGS_COMMON)';
# md-mx-ctrl
my $ctrl_objs = join(' ', qw(
Makefile.PL view on Meta::CPAN
my $mode = (stat $mdfile)[2] & 0777;
chmod $mode, $outf;
}
# Generate xs_init.c for embedded Perl support
if ($ENABLE_EMBEDDED_PERL) {
print "Generating xs_init.c for embedded Perl...\n";
system($PERL, '-MExtUtils::Embed', '-e', 'xsinit', '--', '-o', 'xs_init.c') == 0
or warn "WARNING: Failed to generate xs_init.c\n";
}
Makefile.PL view on Meta::CPAN
print $fh "#ifndef HAVE_INET_NTOP\n#define HAVE_INET_NTOP\n#endif\n" if $v{HAVE_INET_NTOP};
print $fh "#define HAVE_SOCKLEN_T\n" if not $v{HAVE_SOCKLEN_T};
print $fh "#define HAVE_MILTER\n" if $v{HAVE_MILTER};
print $fh "#ifndef ENABLE_DEBUGGING\n#define ENABLE_DEBUGGING\n#endif\n" if $v{ENABLE_DEBUGGING};
print $fh "#ifndef USE_POLL\n#define USE_POLL\n#endif\n" if $v{ENABLE_POLL};
print $fh "#ifndef EMBED_PERL\n#define EMBED_PERL\n#endif\n" if $v{WITH_EMBEDDED_PERL};
print $fh "#define STDC_HEADERS 1\n";
close $fh;
print "config.h written.\n";
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mail/Toaster/Setup.pm view on Meta::CPAN
$self->freebsd->install_port( "php5",
category=> 'lang',
options => "# This file generated by mail-toaster
# Options for php5-5.4.16
_OPTIONS_READ=php5-5.4.16
_FILE_COMPLETE_OPTIONS_LIST=CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR
OPTIONS_FILE_SET+=CLI
OPTIONS_FILE_SET+=CGI
OPTIONS_FILE_UNSET+=FPM
OPTIONS_FILE_UNSET+=APACHE
OPTIONS_FILE_UNSET+=AP2FILTER
OPTIONS_FILE_UNSET+=EMBED
OPTIONS_FILE_UNSET+=DEBUG
OPTIONS_FILE_UNSET+=DTRACE
OPTIONS_FILE_SET+=IPV6
OPTIONS_FILE_UNSET+=MAILHEAD
OPTIONS_FILE_UNSET+=LINKTHR
view all matches for this distribution