diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-05-14 08:02:11 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-05-14 08:02:11 +0000 |
commit | ce4a058e0167c2815e008eb91690fb185492882f (patch) | |
tree | 295c34d6facc9e39888416bbfa73067c3c56ead3 /config_H | |
parent | 165b74241bedb9834a770635d7300b30f10271f1 (diff) | |
download | perl-ce4a058e0167c2815e008eb91690fb185492882f.tar.gz |
Add BIN_SH as part of OS/2 support
Diffstat (limited to 'config_H')
-rw-r--r-- | config_H | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1554,6 +1554,11 @@ */ #define STARTPERL "#!/usr/local/bin/perl" /**/ +/* BIN_SH: + * This variable contains the path to the shell. + */ +#define BIN_SH "/bin/sh" /**/ + /* VOIDFLAGS: * This symbol indicates how much support of the void type is given by this * compiler. What various bits mean: |