summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index e81c02b8..2f6a057a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -952,6 +952,10 @@
'ptrdiff_t'. */
#undef PTRDIFF_T_SUFFIX
+/* Define if rename does not work when the destination file exists, as on
+ Windows. */
+#undef RENAME_DEST_EXISTS_BUG
+
/* Define if rename does not work for source file names with a trailing slash,
like the one from SunOS 4.1.1_U1. */
#undef RENAME_TRAILING_SLASH_BUG