From: Perl 5 Porters Date: Wed, 3 Jan 1996 22:14:37 +0000 (+0000) Subject: perl 5.002beta1h patch: config_h.SH X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=568ef1f6d5ece280f6d27d282d56c43436151ebd;p=p5sagit%2Fp5-mst-13.2.git perl 5.002beta1h patch: config_h.SH Check for HAS_SIGACCTION Add STARTPERL define for C code (specifically, a2p). --- diff --git a/config_h.SH b/config_h.SH index c15dfd4..d4e039c 100644 --- a/config_h.SH +++ b/config_h.SH @@ -705,6 +705,12 @@ sed <config.h -e 's!^#undef!/\*#define!' -e 's!^#un-def!#undef!' #define Shmat_t $shmattype /**/ #$d_shmatprototype HAS_SHMAT_PROTOTYPE /**/ +/* HAS_SIGACTION: + * This symbol, if defined, indicates that Vr4's sigaction() routine + * is available. + */ +#$d_sigaction HAS_SIGACTION /**/ + /* HAS_SOCKET: * This symbol, if defined, indicates that the BSD socket interface is * supported. @@ -1527,6 +1533,13 @@ sed <config.h -e 's!^#undef!/\*#define!' -e 's!^#un-def!#undef!' */ #define SITELIB_EXP "$sitelibexp" /**/ +/* STARTPERL: + * This variable contains the string to put in front of a perl + * script to make sure (one hopes) that it runs with perl and not + * some shell. + */ +#define STARTPERL "$startperl" /**/ + /* VOIDFLAGS: * This symbol indicates how much support of the void type is given by this * compiler. What various bits mean: