summaryrefslogtreecommitdiff
path: root/ace/config-cray.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-30 21:26:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-30 21:26:48 +0000
commit648bd9427e19a114622df3e390b2dc84cc2ec881 (patch)
tree263e2600bcc0702ebce60fcf5e53bdb630803b28 /ace/config-cray.h
parent9614d20d0cc07848caadd9ffe6c259b7a45f8e4c (diff)
downloadATCD-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.h19
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