~ubuntu-branches/ubuntu/precise/perl/precise

« back to all changes in this revision

Viewing changes to plan9/config.plan9

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2011-02-06 11:31:38 UTC
  • mto: (8.2.12 experimental) (1.1.12)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20110206113138-lzpm3g6rur7i3eyp
Tags: upstream-5.12.3
ImportĀ upstreamĀ versionĀ 5.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
3364
3364
 *      This symbol contains the ~name expanded version of PRIVLIB, to be used
3365
3365
 *      in programs that are not prepared to deal with ~ expansion at run-time.
3366
3366
 */
3367
 
#define PRIVLIB "/sys/lib/perl/5.12.2"          /**/
3368
 
#define PRIVLIB_EXP "/sys/lib/perl/5.12.2"              /**/
 
3367
#define PRIVLIB "/sys/lib/perl/5.12.3"          /**/
 
3368
#define PRIVLIB_EXP "/sys/lib/perl/5.12.3"              /**/
3369
3369
 
3370
3370
/* PTRSIZE:
3371
3371
 *      This symbol contains the size of a pointer, so that the C preprocessor
3492
3492
 *      removed.  The elements in inc_version_list (inc_version_list.U) can
3493
3493
 *      be tacked onto this variable to generate a list of directories to search.
3494
3494
 */
3495
 
#define SITELIB "/sys/lib/perl/5.12.2/site_perl"                /**/
3496
 
#define SITELIB_EXP "/sys/lib/perl/5.12.2/site_perl"            /**/
3497
 
#define SITELIB_STEM "/sys/lib/perl/5.12.2/site_perl"           /**/
 
3495
#define SITELIB "/sys/lib/perl/5.12.3/site_perl"                /**/
 
3496
#define SITELIB_EXP "/sys/lib/perl/5.12.3/site_perl"            /**/
 
3497
#define SITELIB_STEM "/sys/lib/perl/5.12.3/site_perl"           /**/
3498
3498
 
3499
3499
/* Size_t_size:
3500
3500
 *      This symbol holds the size of a Size_t in bytes.