X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/cbec8ebe2f7855c619451e56c6921e1537d3eba5..55d389e7b5f7bc71c43841a47bda16dba06579f5:/dosish.h diff --git a/dosish.h b/dosish.h index c7a780c..59bf122 100644 --- a/dosish.h +++ b/dosish.h @@ -1,7 +1,7 @@ /* dosish.h * * Copyright (C) 1993, 1994, 1996, 1997, 1998, 1999, - * 2000, 2001, 2002, by Larry Wall and others + * 2000, 2001, 2002, 2007, by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -26,7 +26,12 @@ # if (DJGPP==2 && DJGPP_MINOR < 2) # define NO_LOCALECONV_MON_THOUSANDS_SEP # endif -# define PERL_FS_VER_FMT "%d_%d_%d" +# ifndef PERL_CORE +# define PERL_FS_VER_FMT "%d_%d_%d" +# endif +# define PERL_FS_VERSION STRINGIFY(PERL_REVISION) "_" \ + STRINGIFY(PERL_VERSION) "_" \ + STRINGIFY(PERL_SUBVERSION) #else /* DJGPP */ # ifdef WIN32 # define PERL_SYS_INIT_BODY(c,v) \ @@ -197,3 +202,13 @@ /* Don't go reading from /dev/urandom */ #define PERL_NO_DEV_RANDOM + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */