X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=config_h.SH;h=2088967fd871e3c76353301168f17af0f15407b7;hb=f8f99792a41bb8e3b8d79451b979dbe275636f1a;hp=f91508ff8f5b3fd3ab66e96dc96dc801c2dc60b1;hpb=c68a00c0718023d4b3e2aa313bc06f7aa681515e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/config_h.SH b/config_h.SH index f91508f..2088967 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1410,7 +1410,7 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * a macro using sprintf("%g") is used. Arguments for the Gconvert * macro are: value, number of digits, whether trailing zeros should * be retained, and the output buffer. - * Possible values are: + * The usual values are: * d_Gconvert='gconvert((x),(n),(t),(b))' * d_Gconvert='gcvt((x),(n),(b))' * d_Gconvert='sprintf((b),"%.*g",(n),(x))' @@ -2669,9 +2669,14 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates to the C program that it should * include with KERNEL defined. */ +/* HAS_TM_TM_ZONE: + * This symbol, if defined, indicates to the C program that + * the struct tm has a tm_zone field. + */ #$i_time I_TIME /**/ #$i_systime I_SYS_TIME /**/ #$i_systimek I_SYS_TIME_KERNEL /**/ +#$d_tm_tm_zone HAS_TM_TM_ZONE /**/ /* I_USTAT: * This symbol, if defined, indicates that exists and @@ -3441,18 +3446,18 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * If defined, this macro indicates that the C compiler can handle * function prototypes. */ -/* PROTO_: +/* _: * This macro is used to declare function parameters for folks who want * to make declarations with prototypes using a different style than * the above macros. Use double parentheses. For example: * - * int main PROTO_((int argc, char *argv[])); + * int main _((int argc, char *argv[])); */ #$prototype CAN_PROTOTYPE /**/ #ifdef CAN_PROTOTYPE -#define PROTO_(args) args +#define _(args) args #else -#define PROTO_(args) () +#define _(args) () #endif /* SH_PATH: