Searched defs:constants (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/
H A DMM_Solaris_ON.pm32 # 2. constants() is overriden to add the include paths specified in the
78 # The constants() method works out the compiler flags needed to build a module.
81 # ExtUtils::MM_Unix for details of the constants() method.
83 sub constants subroutine
133 # Call the default Unix constants() method (see MM_Unix.pm)
135 return ($self->ExtUtils::MM_Unix::constants());
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm501 =item constants (override)
509 sub constants { subroutine
566 return $self->SUPER::constants;
635 # ($self->{DEFINE} has already been VMSified in constants() above)
H A DMM_Unix.pm375 Defines a couple of constants in the Makefile that are imported from
389 # SITE*EXP macros are defined in &constants; avoid duplicates here
424 =item constants (o)
426 my $make_frag = $mm->constants;
428 Prints out macros for lots of constants.
432 sub constants { subroutine
3285 within Makefile.PL after all constants have been defined.

Completed in 67 milliseconds