summaryrefslogtreecommitdiff
path: root/ace/config-cygwin32-common.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-19 22:17:15 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-19 22:17:15 +0000
commit08282dce9c162357f13bb5377b0fe8bf7ac11279 (patch)
treee6d4000ff4a4926f24d613f25f23cb2cd20f64d1 /ace/config-cygwin32-common.h
parent39ccf7605ff83cbcbeba9c6127ce9640980549fe (diff)
downloadATCD-08282dce9c162357f13bb5377b0fe8bf7ac11279.tar.gz
removed include of rpc/rpc.h, and ACE_LACKS_RPC_H
Diffstat (limited to 'ace/config-cygwin32-common.h')
-rw-r--r--ace/config-cygwin32-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/config-cygwin32-common.h b/ace/config-cygwin32-common.h
index e378075a822..b045ae5a566 100644
--- a/ace/config-cygwin32-common.h
+++ b/ace/config-cygwin32-common.h
@@ -14,7 +14,6 @@
#define ACE_LACKS_UNIX_DOMAIN_SOCKETS
#define ACE_LACKS_SYSV_MSG_H
-#define ACE_LACKS_RPC_H
#define ACE_HAS_SIG_MACROS
#define ACE_LACKS_SYSTIME_H
#define ACE_LACKS_TELLDIR
@@ -61,7 +60,6 @@
# define ACE_HAS_DLFCN_H_BROKEN_EXTERN_C
# define ACE_HAS_VOIDPTR_SOCKOPT
# define ACE_LACKS_GETPGID
-# define ACE_LACKS_RPC_H
// The strtok_r declaration is protected in string.h.
extern "C" char *strtok_r __P ((char *__s, __const char *__delim,
char **__save_ptr));