summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-13 17:55:52 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-13 17:55:52 +0000
commit0b08262ace54826f0c9d221ea2f3c011ed0247fa (patch)
treeaad19d7c670041db2be701862d71dc740360b1f6
parentaac7b573f0bc3776ec5af67cf73d00fba48ef6fc (diff)
downloadATCD-0b08262ace54826f0c9d221ea2f3c011ed0247fa.tar.gz
removed ACE_HAS_PTHREAD_EQUAL because it's no longer used
-rw-r--r--ace/config-aix-4.2.x.h1
-rw-r--r--ace/config-fsu-pthread.h1
-rw-r--r--ace/config-hpux-10.x.h1
-rw-r--r--ace/config-hpux11.h5
-rw-r--r--ace/config-irix6.x-g++.h3
-rw-r--r--ace/config-irix6.x-sgic++.h3
-rw-r--r--ace/config-mit-pthread.h1
-rw-r--r--ace/config-mvs.h1
-rw-r--r--ace/config-osf1-3.2.h2
-rw-r--r--ace/config-osf1-4.0.h1
-rw-r--r--ace/config-sco-5.0.0-mit-pthread.h1
-rw-r--r--ace/config-tandem.h1
12 files changed, 1 insertions, 20 deletions
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h
index ffa64d07b04..7c1d6b2bd30 100644
--- a/ace/config-aix-4.2.x.h
+++ b/ace/config-aix-4.2.x.h
@@ -146,7 +146,6 @@
#define ACE_HAS_PTHREADS
#define ACE_HAS_PTHREADS_DRAFT7
-#define ACE_HAS_PTHREAD_EQUAL
#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS
#define ACE_HAS_REENTRANT_FUNCTIONS
#define ACE_HAS_SIGTHREADMASK
diff --git a/ace/config-fsu-pthread.h b/ace/config-fsu-pthread.h
index 2392efcd26a..3b06089d813 100644
--- a/ace/config-fsu-pthread.h
+++ b/ace/config-fsu-pthread.h
@@ -23,7 +23,6 @@
#define ACE_HAS_PTHREAD_YIELD_VOID_PTR
#define ACE_HAS_PTHREAD_ATTR_INIT
#define ACE_HAS_PTHREAD_ATTR_DESTROY
-#define ACE_HAS_PTHREAD_EQUAL
#define ACE_LACKS_THREAD_STACK_ADDR
#define ACE_LACKS_PTHREAD_THR_SIGSETMASK
#define ACE_LACKS_CONDATTR_PSHARED
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h
index f6fac70104d..784d830d877 100644
--- a/ace/config-hpux-10.x.h
+++ b/ace/config-hpux-10.x.h
@@ -191,7 +191,6 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */
// will compile and link with this in place, but will not run. HP says
// the functions are not implemented.
//# define ACE_HAS_POSIX_SEM
-# define ACE_HAS_PTHREAD_EQUAL
# define ACE_HAS_THREAD_SPECIFIC_STORAGE
diff --git a/ace/config-hpux11.h b/ace/config-hpux11.h
index 9b729f3f5f5..ef2259b7ca2 100644
--- a/ace/config-hpux11.h
+++ b/ace/config-hpux11.h
@@ -223,12 +223,9 @@
# define ACE_HAS_PTHREADS
# define ACE_HAS_PTHREADS_STD
-# define ACE_HAS_PTHREAD_EQUAL
+# define ACE_HAS_PTHREAD_SIGMASK
# define ACE_HAS_THREAD_SPECIFIC_STORAGE
-
-// Platform has pthread_sigmask defined
-# define ACE_HAS_PTHREAD_SIGMASK
#endif /* ACE_HAS_THREADS */
#define ACE_HAS_POSIX_SEM
diff --git a/ace/config-irix6.x-g++.h b/ace/config-irix6.x-g++.h
index 33b11c8ce3e..ac716212894 100644
--- a/ace/config-irix6.x-g++.h
+++ b/ace/config-irix6.x-g++.h
@@ -34,9 +34,6 @@
// Platforms has pthread_thr_sigsetmask
#define ACE_HAS_PTHREAD_SIGMASK
-// Platform has pthread_equal().
-#define ACE_HAS_PTHREAD_EQUAL
-
// Compiler/platform has thread-specific storage
#define ACE_HAS_THREAD_SPECIFIC_STORAGE
diff --git a/ace/config-irix6.x-sgic++.h b/ace/config-irix6.x-sgic++.h
index 704310dabc3..442197f4279 100644
--- a/ace/config-irix6.x-sgic++.h
+++ b/ace/config-irix6.x-sgic++.h
@@ -36,9 +36,6 @@
// Platforms has pthread_thr_sigsetmask
#define ACE_HAS_PTHREAD_SIGMASK
-// Platform has pthread_equal().
-#define ACE_HAS_PTHREAD_EQUAL
-
// Compiler/platform has thread-specific storage
#define ACE_HAS_THREAD_SPECIFIC_STORAGE
diff --git a/ace/config-mit-pthread.h b/ace/config-mit-pthread.h
index 84c1a010bab..010b8f7c0ca 100644
--- a/ace/config-mit-pthread.h
+++ b/ace/config-mit-pthread.h
@@ -22,7 +22,6 @@
//#define ACE_HAS_PTHREAD_YIELD_VOID_PTR
//#define ACE_HAS_PTHREAD_ATTR_INIT
//#define ACE_HAS_PTHREAD_ATTR_DESTROY
-//#define ACE_HAS_PTHREAD_EQUAL
#define ACE_LACKS_THREAD_PROCESS_SCOPING
//#define ACE_LACKS_THREAD_STACK_ADDR
// If ACE doesn't compile due to the lack of these methods, please
diff --git a/ace/config-mvs.h b/ace/config-mvs.h
index c18c4ab8ee7..db047e88826 100644
--- a/ace/config-mvs.h
+++ b/ace/config-mvs.h
@@ -50,7 +50,6 @@
#define ACE_HAS_PTHREADS
#define ACE_HAS_PTHREADS_DRAFT6
#define ACE_HAS_PTHREAD_CONDATTR_SETKIND_NP
-#define ACE_HAS_PTHREAD_EQUAL
#define ACE_HAS_PTHREAD_MUTEXATTR_SETKIND_NP
#define ACE_HAS_SIGINFO_T
#define ACE_HAS_SIGWAIT
diff --git a/ace/config-osf1-3.2.h b/ace/config-osf1-3.2.h
index b15338c70cb..a7237d45846 100644
--- a/ace/config-osf1-3.2.h
+++ b/ace/config-osf1-3.2.h
@@ -114,8 +114,6 @@
#define ACE_LACKS_PTHREAD_THR_SIGSETMASK
-#define ACE_HAS_PTHREAD_EQUAL
-
// ACE supports POSIX Pthreads. OSF/1 3.2 has draft 4
#define ACE_HAS_PTHREADS
#define ACE_HAS_PTHREADS_DRAFT4
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h
index e13c8af0700..cffe7f15d3d 100644
--- a/ace/config-osf1-4.0.h
+++ b/ace/config-osf1-4.0.h
@@ -97,7 +97,6 @@
# define ACE_HAS_PTHREADS_DRAFT4
# define ACE_HAS_GETPAGESIZE
# define ACE_HAS_PROC_FS
-# define ACE_HAS_PTHREAD_EQUAL
# define ACE_HAS_SETKIND_NP
# define ACE_HAS_THREAD_SELF
# define ACE_LACKS_CONST_TIMESPEC_PTR
diff --git a/ace/config-sco-5.0.0-mit-pthread.h b/ace/config-sco-5.0.0-mit-pthread.h
index dbcc5373bc3..f5548091083 100644
--- a/ace/config-sco-5.0.0-mit-pthread.h
+++ b/ace/config-sco-5.0.0-mit-pthread.h
@@ -148,7 +148,6 @@
//#define ACE_HAS_PTHREAD_YIELD_VOID_PTR
//#define ACE_HAS_PTHREAD_ATTR_INIT
//#define ACE_HAS_PTHREAD_ATTR_DESTROY
-//#define ACE_HAS_PTHREAD_EQUAL
#define ACE_LACKS_THREAD_PROCESS_SCOPING
//#define ACE_LACKS_THREAD_STACK_ADDR
// If ACE doesn't compile due to the lack of these methods, please
diff --git a/ace/config-tandem.h b/ace/config-tandem.h
index c434748ad4e..8098a26fb72 100644
--- a/ace/config-tandem.h
+++ b/ace/config-tandem.h
@@ -198,7 +198,6 @@
//ACE_HAS_PTHREADS Platform supports POSIX Pthreads
//ACE_HAS_PTHREAD_CONDATTR_SETKIND_NP Platform has pthread_condattr_
// setkind_np().
-//ACE_HAS_PTHREAD_EQUAL Platform has pthread_equal().
//ACE_HAS_PTHREAD_MUTEXATTR_SETKIND_NP Platform has
// pthread_mutexattr_setkind_np().
//ACE_HAS_THREAD_SELF Platform has thread_self() rather