diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-19 22:17:15 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-19 22:17:15 +0000 |
commit | 08282dce9c162357f13bb5377b0fe8bf7ac11279 (patch) | |
tree | e6d4000ff4a4926f24d613f25f23cb2cd20f64d1 /ace/config-linux-common.h | |
parent | 39ccf7605ff83cbcbeba9c6127ce9640980549fe (diff) | |
download | ATCD-08282dce9c162357f13bb5377b0fe8bf7ac11279.tar.gz |
removed include of rpc/rpc.h, and ACE_LACKS_RPC_H
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r-- | ace/config-linux-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h index da755f4778d..e87f662de9b 100644 --- a/ace/config-linux-common.h +++ b/ace/config-linux-common.h @@ -52,7 +52,6 @@ // but that may depend on the version of glibc that is used. # define ACE_HAS_DLFCN_H_BROKEN_EXTERN_C # define ACE_HAS_VOIDPTR_SOCKOPT -# define ACE_LACKS_RPC_H # define ACE_LACKS_SYSTIME_H // The strtok_r declaration is protected in string.h. extern "C" char *strtok_r __P ((char *__s, __const char *__delim, |