~ubuntu-branches/ubuntu/saucy/libfile-spec-perl/saucy

« back to all changes in this revision

Viewing changes to Cwd.xs

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2008-01-14 12:42:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080114124245-0t9wefk1cx22b72b
Tags: 3.2501-3
* Drop (>= 0.19) from libmodule-build-perl Build-Dependency oldstable has
  0.26 and versioned B-D breaks building with perl-modules 5.10 (which
  includes Module::Build)
* add ppport.h licensing/copyright to debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include "EXTERN.h"
2
2
#include "perl.h"
3
3
#include "XSUB.h"
4
 
#define NEED_sv_2pv_nolen
5
 
#include "ppport.h"
 
4
#ifndef NO_PPPORT_H
 
5
#   define NEED_sv_2pv_nolen
 
6
#   include "ppport.h"
 
7
#endif
6
8
 
7
9
#ifdef I_UNISTD
8
10
#   include <unistd.h>