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 | |
parent | 39ccf7605ff83cbcbeba9c6127ce9640980549fe (diff) | |
download | ATCD-08282dce9c162357f13bb5377b0fe8bf7ac11279.tar.gz |
removed include of rpc/rpc.h, and ACE_LACKS_RPC_H
-rw-r--r-- | ace/OS.i | 6 | ||||
-rw-r--r-- | ace/README | 2 | ||||
-rw-r--r-- | ace/config-cygwin32-common.h | 2 | ||||
-rw-r--r-- | ace/config-linux-common.h | 1 | ||||
-rw-r--r-- | ace/config-psos-diab.h | 2 | ||||
-rw-r--r-- | ace/config-psos-tm.h | 2 | ||||
-rw-r--r-- | ace/config-psosim-g++.h | 2 | ||||
-rw-r--r-- | ace/config-sco-5.0.0-mit-pthread.h | 1 | ||||
-rw-r--r-- | ace/config-sco-5.0.0.h | 4 | ||||
-rw-r--r-- | ace/config-tandem.h | 2 |
10 files changed, 1 insertions, 23 deletions
@@ -417,10 +417,6 @@ operator - (const ACE_Time_Value &tv1, #if !defined (ACE_WIN32) -# if !defined (ACE_LACKS_RPC_H) -# include /**/ <rpc/rpc.h> -# endif /* ACE_LACKS_RPC_H */ - // Matthew Stevens 7-10-95 Fix GNU GCC 2.7 for memchr() problem. # if defined (ACE_HAS_GNU_CSTRING_H) // Define this file to keep /usr/include/memory.h from being included. @@ -10847,7 +10843,7 @@ ACE_OS::isatty (ACE_HANDLE handle) ACE_UNUSED_ARG (handle); return 0; # endif /* ACE_HAS_WINCE */ -# else +# else // ACE_TRACE ("ACE_OS::isatty"); ACE_OSCALL_RETURN (::isatty (handle), int, -1); # endif /* defined (ACE_LACKS_ISATTY) */ diff --git a/ace/README b/ace/README index 3394870058a..4819fb9f6f4 100644 --- a/ace/README +++ b/ace/README @@ -743,8 +743,6 @@ ACE_LACKS_RLIMIT Platform/compiler lacks ACE_LACKS_RLIMIT_PROTOTYPE Platform/compiler lacks {get,set}rlimit() prototypes (e.g., Tandem) -ACE_LACKS_RPC_H Platform lacks the ONC RPC - header files. ACE_LACKS_RTTI Compiler does not support dynamic_cast. Usually used with ACE_HAS_ANSI_CASTS. 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)); 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, diff --git a/ace/config-psos-diab.h b/ace/config-psos-diab.h index a1e7a871e54..b27d9d16472 100644 --- a/ace/config-psos-diab.h +++ b/ace/config-psos-diab.h @@ -172,8 +172,6 @@ #define ACE_LACKS_RLIMIT -#define ACE_LACKS_RPC_H - #define ACE_LACKS_RWLOCK_T #define ACE_LACKS_SBRK diff --git a/ace/config-psos-tm.h b/ace/config-psos-tm.h index b42558f45b3..9f15ca7be89 100644 --- a/ace/config-psos-tm.h +++ b/ace/config-psos-tm.h @@ -143,8 +143,6 @@ #define ACE_LACKS_RLIMIT -#define ACE_LACKS_RPC_H - #define ACE_LACKS_RWLOCK_T #define ACE_LACKS_SBRK diff --git a/ace/config-psosim-g++.h b/ace/config-psosim-g++.h index 59eaf40bcf4..3b8efeb0016 100644 --- a/ace/config-psosim-g++.h +++ b/ace/config-psosim-g++.h @@ -182,8 +182,6 @@ #define ACE_LACKS_RLIMIT -#define ACE_LACKS_RPC_H - #define ACE_LACKS_RWLOCK_T #define ACE_LACKS_SBRK diff --git a/ace/config-sco-5.0.0-mit-pthread.h b/ace/config-sco-5.0.0-mit-pthread.h index 17924ddc8e8..9b5cbe62b10 100644 --- a/ace/config-sco-5.0.0-mit-pthread.h +++ b/ace/config-sco-5.0.0-mit-pthread.h @@ -156,7 +156,6 @@ // #define ACE_LACKS_MUTEXATTR_PSHARED #define ACE_LACKS_RWLOCK_T #define ACE_LACKS_SETSCHED -#define ACE_LACKS_RPC_H #define ACE_HAS_POSIX_TIME #include <pthread.h> diff --git a/ace/config-sco-5.0.0.h b/ace/config-sco-5.0.0.h index e489e6b0cdb..96ae7e1dbce 100644 --- a/ace/config-sco-5.0.0.h +++ b/ace/config-sco-5.0.0.h @@ -37,10 +37,6 @@ // Platform supports Term Ioctls #define ACE_HAS_TERM_IOCTLS -// Platform supports recvmsg and sendmsg. -// #define ACE_HAS_MSG -#define ACE_LACKS_RPC_H - // Compiler/platform contains the <sys/syscall.h> file. //#define ACE_HAS_SYSCALL_H diff --git a/ace/config-tandem.h b/ace/config-tandem.h index 32154488975..b79469bdb7c 100644 --- a/ace/config-tandem.h +++ b/ace/config-tandem.h @@ -379,8 +379,6 @@ //ACE_LACKS_NETDB_REENTRANT_FUNCTIONS Platform does not support reentrant // netdb functions (getprotobyname_r, getprotobynumber_r, gethostbyaddr_r, // gethostbyname_r, getservbyname_r). -//ACE_LACKS_RPC_H Platform lacks the ONC RPC header -// files. //ACE_LACKS_PARAM_H Platform lacks <sys/param.h> (e.g., //MVS) //ACE_LACKS_POSIX_PROTOTYPES Platform lacks POSIX prototypes for |