diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-17 20:00:27 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-17 20:00:27 +0000 |
commit | 66334e0d1e74844e9923dbc5a07cb958113cd981 (patch) | |
tree | ea25302995d21920fdaf796138b443336c14169f /acconfig.h | |
parent | ead8edfe1165a7423dee64dc2fcb862fcf896083 (diff) | |
download | ATCD-66334e0d1e74844e9923dbc5a07cb958113cd981.tar.gz |
* configure.in:
* acconfig.h:
Added check for rename() system call.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
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 |