summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2005-10-24 06:04:58 -0700
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-24 23:35:40 +0000
commit360321b398f5e797c408b6d6c60b7da3cca5e324 (patch)
treeed0c100a700d629ed6e28b424fafddfb0053c4a8 /config_h.SH
parent07a53161d8f385ae983caafd911c0948af383bd2 (diff)
downloadperl-360321b398f5e797c408b6d6c60b7da3cca5e324.tar.gz
Backport of changes #25831 and #25832. Re-order needed
Subject: [PATCH] Re: Configure question about format of cc/cppsymbols Message-ID: <20051024200458.GC2312@efn.org> p4raw-link: @25831 on //depot/perl: 78821a22f30aaed98d9c6643adb5ed18f868dbe7 p4raw-id: //depot/perl@25837
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH16
1 files changed, 8 insertions, 8 deletions
diff --git a/config_h.SH b/config_h.SH
index e6e7f9b7c8..b6249d7729 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3968,6 +3968,14 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_sockatmarkproto 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.
+ */
+#$d_sprintf_returns_strlen 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
@@ -4378,13 +4386,5 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#$d_ttyname_r HAS_TTYNAME_R /**/
#define TTYNAME_R_PROTO $ttyname_r_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.
- */
-#$d_sprintf_returns_strlen SPRINTF_RETURNS_STRLEN /**/
-
#endif
!GROK!THIS!