diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-23 21:39:45 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-23 21:39:45 +0000 |
commit | 044df4606e1b686a953bf2a425ed49d09f7cce7b (patch) | |
tree | 5a0fcaa1c101ebe69523dba54e5334105b654559 /ace/config-osf1-4.0.h | |
parent | 84666cf3519dcb376d3592492bce91214d2b9df1 (diff) | |
download | ATCD-044df4606e1b686a953bf2a425ed49d09f7cce7b.tar.gz |
* ace/OS.h:
* ace/TLI.cpp:
* ace/config-osf1-4.0.h: Removed all references to
ACE_HAS_BROKEN_T_ERRNO and removed the definition of the _terrno()
function from TLI.cpp since it isn't a standard TLI function (at
least not the Steven's books that I've read). This also fixes a
problem on Solaris that was causing an autoconfigured build of
TLI.cpp to fail.
* ace/Makefile.am: Make sure template source files get installed for
all cases. Previously, they only got installed if the template
source is required by the compiler. However, they are still needed
by compilers that don't explicitly require template sources to
be included in a file that references them.
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r-- | ace/config-osf1-4.0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index 8b534c6f5c5..056309dc978 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -80,7 +80,6 @@ # define ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R # define ACE_HAS_BROKEN_IF_HEADER # define ACE_HAS_BROKEN_R_ROUTINES -# define ACE_HAS_BROKEN_T_ERRNO # define ACE_HAS_PTHREADS # define ACE_HAS_PTHREADS_STD # define ACE_HAS_PTHREAD_SIGMASK |