1 /************************************************************************
3 * Embedded Perl Header File
4 * Last Modified: 12-08-2004
6 ************************************************************************/
9 /******** BEGIN EMBEDDED PERL INTERPRETER DECLARATIONS ********/
15 #undef ctime /* don't need perl's threaded version */
16 #undef printf /* can't use perl's printf until initialized */
18 /* In perl.h (or friends) there is a macro that defines sighandler as Perl_sighandler, so we must #undef it so we can use our sighandler() function */
21 /* and we don't need perl's reentrant versions */
28 EXTERN_C
void xs_init(pTHX
);
30 EXTERN_C
void xs_init(void);
33 /******** END EMBEDDED PERL INTERPRETER DECLARATIONS ********/