summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-03-17 20:00:27 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-03-17 20:00:27 +0000
commit66334e0d1e74844e9923dbc5a07cb958113cd981 (patch)
treeea25302995d21920fdaf796138b443336c14169f /acconfig.h
parentead8edfe1165a7423dee64dc2fcb862fcf896083 (diff)
downloadATCD-66334e0d1e74844e9923dbc5a07cb958113cd981.tar.gz
* configure.in:
* acconfig.h: Added check for rename() system call.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 2e1d49a341b..6556682dc8d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1139,6 +1139,9 @@
/* Platform lacks the readlink() function. */
#undef ACE_LACKS_READLINK
+/* Platform lacks the rename() function. */
+#undef ACE_LACKS_RENAME
+
/* Platform lacks recvmsg() */
#undef ACE_LACKS_RECVMSG