X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/663f364bd429de50c8f5478879b1285d1270c1b3..7f28d7ed4c74c2882540e558f96bdecd94b0d70b:/dosish.h diff --git a/dosish.h b/dosish.h index c939127..fe8b16b 100644 --- a/dosish.h +++ b/dosish.h @@ -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) \ @@ -83,12 +88,7 @@ * information. */ #if defined(WIN64) || defined(USE_LARGE_FILES) -# if defined(__BORLANDC__) /* buk */ -# include -# define Stat_t struct stati64 -# else #define Stat_t struct _stati64 -# endif #else #if defined(UNDER_CE) #define Stat_t struct xcestat @@ -197,3 +197,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: + */