X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.gc;h=ddc89d3b22507118ccddbc0aea238ba000582ec0;hb=25ca88e0cbd385e70d7ea2ee4f8a34a9ff7bcc17;hp=215ad65fc56eccc62b04ce83dbe20c86b9acb331;hpb=96803be7ff19a3614dff16bb395b21946532b2dc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.gc b/win32/config_H.gc index 215ad65..ddc89d3 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1045,7 +1045,7 @@ #endif /* NeXT */ /* CAT2: - * This macro catenates 2 tokens together. + * This macro concatenates 2 tokens together. */ /* STRINGIFY: * This macro surrounds its token with double quotes. @@ -3876,8 +3876,8 @@ /*#define HAS_ILOGBL /**/ /* LIBM_LIB_VERSION: - * This symbol, if defined, indicates that libm exports _LIB_VERSION - * and that math.h defines the enum to manipulate it. + * This symbol, if defined, indicates that libm exports _LIB_VERSION + * and that math.h defines the enum to manipulate it. */ /*#define LIBM_LIB_VERSION /**/ @@ -3948,6 +3948,14 @@ */ /*#define HAS_SOCKATMARK_PROTO /**/ +/* SPRINTF_RETURNS_STRLEN: + * This variable defines whether sprintf returns the length of the string + * (as per the ANSI spec). Some C libraries retain compatibility with + * pre-ANSI C and return a pointer to the passed in buffer; for these + * this variable will be undef. + */ +#define SPRINTF_RETURNS_STRLEN /**/ + /* HAS_SETRESGID_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the setresgid() function. Otherwise, it is up @@ -3972,13 +3980,13 @@ /* HAS_STRLCAT: * This symbol, if defined, indicates that the strlcat () routine is - * available to do string concatenation. + * available to do string concatenation. */ /*#define HAS_STRLCAT /**/ /* HAS_STRLCPY: * This symbol, if defined, indicates that the strlcpy () routine is - * available to do string copying. + * available to do string copying. */ /*#define HAS_STRLCPY /**/