diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-17 07:53:32 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-17 07:53:32 +0000 |
commit | 7e7e0801f1305b1fe2a0e5ff4b0cc022077f73a6 (patch) | |
tree | 4024d7c33559faecd57832c74e5f650c7bf80e49 /ace/config-irix6.2-sgic++.h | |
parent | f498ec3072a4f20dbedadc2340592e24ed3301b7 (diff) | |
download | ATCD-7e7e0801f1305b1fe2a0e5ff4b0cc022077f73a6.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-irix6.2-sgic++.h')
-rw-r--r-- | ace/config-irix6.2-sgic++.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ace/config-irix6.2-sgic++.h b/ace/config-irix6.2-sgic++.h index aa16f2824ae..c46aa0681b5 100644 --- a/ace/config-irix6.2-sgic++.h +++ b/ace/config-irix6.2-sgic++.h @@ -24,9 +24,21 @@ // ACE supports threads. #define ACE_HAS_THREADS +// Include XtReactor into the library. +#define ACE_HAS_XT + // Platform supports getpagesize() call. #define ACE_HAS_GETPAGESIZE +// Platform supports reentrant functions (i.e., all the POSIX *_r +// functions). +#define ACE_HAS_REENTRANT_FUNCTIONS + +// Platform does not support reentrant netdb functions (getprotobyname_r, +// getprotobynumber_r, gethostbyaddr_r, gethostbyname_r, +// getservbyname_r). +#define ACE_LACKS_NETDB_REENTRANT_FUNCTIONS + //Sockets may be called in multi-threaded programs #define ACE_HAS_MT_SAFE_SOCKETS @@ -39,6 +51,9 @@ // Platform supports the tid_t type (e.g., AIX and Irix 6.2) #define ACE_HAS_TID_T +// uses ctime_r & asctime_r with only two parameters vs. three +#define ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R + // Platform has no implementation of pthread_condattr_setpshared(), // even though it supports pthreads! (like Irix 6.2) #define ACE_LACKS_CONDATTR_PSHARED |