3 * Copyright (C) 1995, 1999, 2000, 2001, by Larry Wall and others
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Artistic License, as specified in the README file.
11 * "For the rest, they shall represent the other Free Peoples of the World:
12 * Elves, Dwarves, and Men." --Elrond
15 /* This file exists to #include "perl.h" _ONCE_ with
16 * PERL_IN_GLOBALS_C defined. That causes various global varaiables
17 * in perl.h and other files it includes to be _defined_ (and initialized)
18 * rather than just declared.
20 * There is a #include "perlapi.h" which makes use of the fact
21 * that the object file created from this file will be included by linker
22 * (to resolve global variables). perlapi.h mention various other "API"
23 * functions not used by perl itself, but the functions get
24 * pulled into the perl executable via the refrerence here.
29 #define PERL_IN_GLOBALS_C
32 #include "perlapi.h" /* bring in PL_force_link_funcs */
36 * c-indentation-style: bsd
41 * ex: set ts=8 sts=4 sw=4 noet: