diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 21:26:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 21:26:48 +0000 |
commit | 648bd9427e19a114622df3e390b2dc84cc2ec881 (patch) | |
tree | 263e2600bcc0702ebce60fcf5e53bdb630803b28 /ace/config-cray.h | |
parent | 9614d20d0cc07848caadd9ffe6c259b7a45f8e4c (diff) | |
download | ATCD-648bd9427e19a114622df3e390b2dc84cc2ec881.tar.gz |
ChangeLogTag:Mon Aug 30 16:12:36 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/config-cray.h')
-rw-r--r-- | ace/config-cray.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/ace/config-cray.h b/ace/config-cray.h index e9ab5630593..9bb277fc7a3 100644 --- a/ace/config-cray.h +++ b/ace/config-cray.h @@ -143,49 +143,32 @@ // working. Of course, all other Cray PVP and MPP systems do NOT support it, // so it's probably good to just define like this for consistency #define ACE_LACKS_SYSV_SHMEM - #define ACE_LACKS_MMAP - #define ACE_LACKS_CONST_TIMESPEC_PTR - #define ACE_LACKS_SYSCALL - #define ACE_LACKS_STRRECVFD - #define ACE_LACKS_MADVISE - #define ACE_LACKS_NETDB_REENTRANT_FUNCTIONS - #define ACE_LACKS_LINEBUFFERED_STREAMBUF - #define ACE_LACKS_PTHREAD_CLEANUP - #define ACE_LACKS_CONDATTR_PSHARED - #define ACE_LACKS_THREAD_PROCESS_SCOPING #if !defined(_CRAYMPP) #define ACE_LACKS_PTHREAD_CANCEL - #define ACE_LACKS_PTHREAD_KILL #endif #define ACE_LACKS_MUTEXATTR_PSHARED - #define ACE_LACKS_RWLOCK_T - #define ACE_LACKS_PRI_T - #define ACE_LACKS_GETPGID - +#define ACE_LACKS_SETPGID #define ACE_LACKS_MPROTECT - #define ACE_LACKS_MSYNC - #define ACE_LACKS_READV - #define ACE_LACKS_RLIMIT // we probably want to fake not having this, since Cray memory mgmt is different |