summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2014-10-10 21:58:31 +0000
committerSteve Huston <shuston@riverace.com>2014-10-10 21:58:31 +0000
commitad906bbed19a4e2e35a3adb429de6cb678217aec (patch)
treedc3bbf6d52c1dd3b1f89607aec46d33c94e7b2a6 /ACE/examples/Service_Configurator/IPC-tests
parent8cb211430ac1af0f738444209565ca9aa2840a62 (diff)
downloadATCD-ad906bbed19a4e2e35a3adb429de6cb678217aec.tar.gz
ChangeLogTag:Thu Oct 9 16:21:38 UTC 2014 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/examples/Service_Configurator/IPC-tests')
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp b/ACE/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp
index 616f6bc40ee..f7e6cc6111f 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp
@@ -13,7 +13,8 @@
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_fcntl.h"
-#if defined (ACE_HAS_MSG) && !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS)
+#if defined (ACE_HAS_MSG) && !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS) && \
+ !defined (ACE_DISABLE_TEMPNAM)
// Name of the program.
static ACE_TCHAR *program_name;
@@ -113,7 +114,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
int ACE_TMAIN (int, ACE_TCHAR *[])
{
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("your platform must support sendmsg/recvmsg to run this test\n")),
+ ACE_TEXT ("your platform must support sendmsg/recvmsg and tempnam to run this test\n")),
-1);
}
#endif /* ACE_HAS_MSG */