summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-21 21:38:57 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-21 21:38:57 +0000
commite88a27a1ea80034fa91c2c622bf9df54e2ccfe1e (patch)
tree77e5e5601eeaba9c30e487009db694bb13b8fb34
parentc6c69c7a8238a8fd30c4fd7d8eb5581356d1400b (diff)
downloadATCD-e88a27a1ea80034fa91c2c622bf9df54e2ccfe1e.tar.gz
removed ACE_LACKS_IOSTREAM_SETGET because tests won't build with it
-rw-r--r--ace/README1
-rw-r--r--ace/config-irix6.2-sgic++-nothreads.h2
-rw-r--r--ace/config-irix6.2-sgic++.h2
3 files changed, 2 insertions, 3 deletions
diff --git a/ace/README b/ace/README
index 6f7f7c56e43..cb0a200701e 100644
--- a/ace/README
+++ b/ace/README
@@ -170,7 +170,6 @@ ACE_LACKS_EXEC Platform lacks the exec() family of system calls (e.g., Win32,
ACE_LACKS_FILELOCKS Platform lacks file locking mechanism
ACE_LACKS_GETPGID Platform lacks getpgid() call (e.g., Win32, Chorus, and FreeBSD).
ACE_LACKS_GETSERVBYNAME Platforms lacks getservbyname() (e.g., VxWorks and Chorus).
-ACE_LACKS_IOSTREAM_SETGET Platforms lacks IOStream get/set operators (e.g., SGI IRIX 6.2).
ACE_LACKS_IOSTREAM_FX iostream header does not declare ipfx (), opfx (), etc.
ACE_LACKS_LINEBUFFERED_STREAMBUF Platform lacks streambuf "linebuffered ()".
ACE_LACKS_MADVISE Platform lacks madvise() (e.g., Linux)
diff --git a/ace/config-irix6.2-sgic++-nothreads.h b/ace/config-irix6.2-sgic++-nothreads.h
index bed586602ab..60cfbb2d61f 100644
--- a/ace/config-irix6.2-sgic++-nothreads.h
+++ b/ace/config-irix6.2-sgic++-nothreads.h
@@ -17,7 +17,7 @@
// Include XtReactor into the library.
#define ACE_HAS_XT
-#define ACE_LACKS_IOSTREAM_SETGET
+#define ACE_LACKS_SIGNED_CHAR
// Platform supports getpagesize() call.
#define ACE_HAS_GETPAGESIZE
diff --git a/ace/config-irix6.2-sgic++.h b/ace/config-irix6.2-sgic++.h
index d60e0e9c3c0..a82bddb1c63 100644
--- a/ace/config-irix6.2-sgic++.h
+++ b/ace/config-irix6.2-sgic++.h
@@ -13,7 +13,7 @@
#if !defined (ACE_CONFIG_H)
#define ACE_CONFIG_H
-#define ACE_LACKS_IOSTREAM_SETGET
+#define ACE_LACKS_SIGNED_CHAR
#define ACE_HAS_P_READ_WRITE
#define ACE_HAS_IRIX62_THREADS
#define ACE_HAS_PTHREAD_SIGMASK