summaryrefslogtreecommitdiff
path: root/acconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* * configure.in: Fixed the test for ACE_TEMPLATES_REQUIRE_SOURCE.Ossama Othman1999-03-231-5/+6
| | | | | | | | | | | | | | Thanks to Carlos for his help on this. Removed the test for ACE_HAS_BROKEN_T_ERRNO since it is no longer needed due to the above change. * acconfig.h: * configure.in: 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.
* Removed NULL characters.Ossama Othman1999-03-201-1/+1
|
* * acconfig.h: Some characters got removed so I put them back.Ossama Othman1999-03-171-1/+1
|
* * configure.in:Ossama Othman1999-03-171-0/+3
| | | | | * acconfig.h: Added check for rename() system call.
* Started to introduce the work done by the ACE ConfigurationOssama Othman1999-02-141-0/+1370
Project into the official ACE distribution.