summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2017-09-19 12:50:05 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2017-09-19 12:50:05 +0200
commit3c29c5aa5bebaf28951e5d6826764c08fa531d74 (patch)
tree880a3febb490cc37a1edf043ee0ddf12bfb03f81 /config_h.SH
parent1d217c696857b2bf41d87a7e927c43d20cc556e5 (diff)
downloadperl-3c29c5aa5bebaf28951e5d6826764c08fa531d74.tar.gz
regen Configure and friends after backports
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH60
1 files changed, 28 insertions, 32 deletions
diff --git a/config_h.SH b/config_h.SH
index da1a1f3627..40df29c4b7 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -63,31 +63,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_alarm HAS_ALARM /**/
-/* HAS_OPENAT:
- * This symbol is defined if the openat() routine is available.
- */
-#$d_openat HAS_OPENAT /**/
-
-/* HAS_UNLINKAT:
- * This symbol is defined if the unlinkat() routine is available.
- */
-#$d_unlinkat HAS_UNLINKAT /**/
-
-/* HAS_RENAMEAT:
- * This symbol is defined if the renameat() routine is available.
- */
-#$d_renameat HAS_RENAMEAT /**/
-
-/* HAS_LINKAT:
- * This symbol is defined if the linkat() routine is available.
- */
-#$d_linkat HAS_LINKAT /**/
-
-/* HAS_FCHMODAT:
- * This symbol is defined if the fchmodat() routine is available.
- */
-#$d_fchmodat HAS_FCHMODAT /**/
-
/* HAS_BCMP:
* This symbol is defined if the bcmp() routine is available to
* compare blocks of memory.
@@ -596,6 +571,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_strcoll HAS_STRCOLL /**/
+/* USE_STRUCT_COPY:
+ * This symbol, if defined, indicates that this C compiler knows how
+ * to copy structures. If undefined, you'll need to use a block copy
+ * routine of some sort instead.
+ */
+#$d_strctcpy USE_STRUCT_COPY /**/
+
/* HAS_STRTOD:
* This symbol, if defined, indicates that the strtod routine is
* available to provide better numeric string conversion than atof().
@@ -2200,13 +2182,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#$d_statblks USE_STAT_BLOCKS /**/
#endif
-/* USE_STRUCT_COPY:
- * This symbol, if defined, indicates that this C compiler knows how
- * to copy structures. If undefined, you'll need to use a block copy
- * routine of some sort instead.
- */
-#$d_strctcpy USE_STRUCT_COPY /**/
-
/* HAS_STRERROR:
* This symbol, if defined, indicates that the strerror routine is
* available to translate error numbers to strings. See the writeup
@@ -2905,6 +2880,27 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_fs_data_s HAS_STRUCT_FS_DATA /**/
+/* HAS_FCHMODAT:
+ * This symbol is defined if the fchmodat() routine is available.
+ */
+/* HAS_LINKAT:
+ * This symbol is defined if the linkat() routine is available.
+ */
+/* HAS_OPENAT:
+ * This symbol is defined if the openat() routine is available.
+ */
+/* HAS_RENAMEAT:
+ * This symbol is defined if the renameat() routine is available.
+ */
+/* HAS_UNLINKAT:
+ * This symbol is defined if the unlinkat() routine is available.
+ */
+#$d_fchmodat HAS_FCHMODAT /**/
+#$d_linkat HAS_LINKAT /**/
+#$d_openat HAS_OPENAT /**/
+#$d_renameat HAS_RENAMEAT /**/
+#$d_unlinkat HAS_UNLINKAT /**/
+
/* HAS_FSEEKO:
* This symbol, if defined, indicates that the fseeko routine is
* available to fseek beyond 32 bits (useful for ILP32 hosts).