diff options
author | Perl 5 Porters <perl5-porters.nicoh.com> | 1996-01-03 22:14:37 +0000 |
---|---|---|
committer | Andy Dougherty <doughera.lafayette.edu> | 1996-01-03 22:14:37 +0000 |
commit | 568ef1f6d5ece280f6d27d282d56c43436151ebd (patch) | |
tree | 83af5037b122312622e8916d923a24f06b909c24 /config_h.SH | |
parent | 720fb644424900350db135e470934a00919daa13 (diff) | |
download | perl-568ef1f6d5ece280f6d27d282d56c43436151ebd.tar.gz |
perl 5.002beta1h patch: config_h.SH
Check for HAS_SIGACCTION
Add STARTPERL define for C code (specifically, a2p).
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index c15dfd463d..d4e039ca80 100644 --- a/config_h.SH +++ b/config_h.SH @@ -705,6 +705,12 @@ sed <<!GROK!THIS! >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 <<!GROK!THIS! >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: |