pike.git
/
src
/
modules
/
Perl
/
perlmod.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Perl/perlmod.c:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: perlmod.c,v 1.
34
2004/
01
/
22
23
:
14
:
54
nilsson Exp $
+
|| $Id: perlmod.c,v 1.
35
2004/
04
/
06
13
:
00
:
48
nilsson Exp $
*/ #define NO_PIKE_SHORTHAND #include "builtin_functions.h" #include "global.h" #include "svalue.h" #include "array.h" #include "stralloc.h" #include "interpret.h" #include "module_support.h" #include "threads.h" #include "mapping.h" #include "perl_machine.h"
-
#include "security.h"
+
#include "
pike_
security.h"
#ifdef HAVE_PERL /* #define PERL_560 1 */ #include <EXTERN.h> #include <perl.h> #ifdef USE_THREADS