summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-06-15 01:18:00 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-06-15 01:18:00 +0000
commit4f815763ea5e8a22406442f225daf7472ae966cb (patch)
treeee69f85e65f228a644cd2cde58e5462a0b13cc20
parent2b320aa9561c136f93b41979b9f654c7ffe43ad9 (diff)
downloadATCD-4f815763ea5e8a22406442f225daf7472ae966cb.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog11
-rw-r--r--ChangeLogs/ChangeLog-02a11
-rw-r--r--ChangeLogs/ChangeLog-03a11
3 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 983ad19ba36..0a034425fa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Wed Jun 14 18:15:43 2000 Ossama Othman <ossama@uci.edu>
+
+ * configure.in (ACE_HAS_UCONTEXT_T):
+
+ Check if ucontext_t gets defined by including <signal.h>, if the
+ check in <ucontext.h> fails. Some platforms define ucontext_t
+ in <sys/ucontext.h>, but ACE doesn't explicitly include that
+ header. However, it is very likely that <signal.h> does. This
+ should fix a configuration problem that was occuring on FreeBSD
+ 4.0.
+
Wed Jun 14 17:54:18 2000 Ossama Othman <ossama@uci.edu>
* Makefile.am:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 983ad19ba36..0a034425fa9 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Wed Jun 14 18:15:43 2000 Ossama Othman <ossama@uci.edu>
+
+ * configure.in (ACE_HAS_UCONTEXT_T):
+
+ Check if ucontext_t gets defined by including <signal.h>, if the
+ check in <ucontext.h> fails. Some platforms define ucontext_t
+ in <sys/ucontext.h>, but ACE doesn't explicitly include that
+ header. However, it is very likely that <signal.h> does. This
+ should fix a configuration problem that was occuring on FreeBSD
+ 4.0.
+
Wed Jun 14 17:54:18 2000 Ossama Othman <ossama@uci.edu>
* Makefile.am:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 983ad19ba36..0a034425fa9 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,14 @@
+Wed Jun 14 18:15:43 2000 Ossama Othman <ossama@uci.edu>
+
+ * configure.in (ACE_HAS_UCONTEXT_T):
+
+ Check if ucontext_t gets defined by including <signal.h>, if the
+ check in <ucontext.h> fails. Some platforms define ucontext_t
+ in <sys/ucontext.h>, but ACE doesn't explicitly include that
+ header. However, it is very likely that <signal.h> does. This
+ should fix a configuration problem that was occuring on FreeBSD
+ 4.0.
+
Wed Jun 14 17:54:18 2000 Ossama Othman <ossama@uci.edu>
* Makefile.am: