From: Perl 5 Porters Date: Mon, 11 Mar 1996 07:56:22 +0000 (+0000) Subject: Provide default value for $^O in C X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=57bf803e17521cb2745e1d6da2bd476a3ccb4d7f;p=p5sagit%2Fp5-mst-13.2.git Provide default value for $^O in C --- diff --git a/config_h.SH b/config_h.SH index ad7a69f..f4ecea0 100755 --- a/config_h.SH +++ b/config_h.SH @@ -1332,6 +1332,12 @@ sed <config.h -e 's!^#undef!/\*#define!' -e 's!^#un-def!#undef!' */ #$d_archlib ARCHLIB_EXP "$archlibexp" /**/ +/* OSNAME: + * This symbol contains the name of the operating system, as determined + * by Configure. + */ +#define OSNAME "$osname" /**/ + /* BYTEORDER: * This symbol hold the hexadecimal constant defined in byteorder, * i.e. 0x1234 or 0x4321, etc...