summaryrefslogtreecommitdiff
path: root/acconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Wed Dec 5 12:37:56 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-12-051-3/+0
|
* ChangeLogTag:Wed Jun 14 17:54:18 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-06-151-17/+2
|
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-12/+2
|
* ChangeLogTag:Mon Apr 17 16:33:17 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-04-171-1/+14
|
* ChangeLogTag:Mon Feb 21 16:23:03 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-02-221-3/+2
|
* ChangeLogTag:Mon Feb 14 08:43:31 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-02-141-3/+3
|
* Removed all instances of trailing whitespace.Ossama Othman2000-01-191-3/+3
|
* ChangeLogTag:Tue Jan 18 20:56:58 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-01-191-3/+9
|
* ChangeLogTag:Sun Jan 16 16:13:00 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-01-171-0/+12
|
* ChangeLogTag:Fri Dec 24 16:33:48 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-12-241-0/+3
|
* ChangeLogTag:Fri Dec 24 13:06:59 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-12-241-5/+0
|
* ChangeLogTag:Fri Dec 10 14:35:26 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-12-101-1/+1
|
* ChangeLogTag:Thu Dec 9 19:55:58 1999 Ossama OthmanOssama Othman1999-12-101-0/+4
| | | | <othman@cs.wustl.edu>
* ChangeLogTag:Tue Nov 30 14:24:31 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-11-301-3/+3
|
* ChangeLogTag:Sun Nov 28 17:06:00 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-11-281-102/+112
|
* ChangeLogTag:Wed Nov 17 13:45:25 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-11-171-2/+12
|
* ChangeLogTag:Mon Nov 8 16:34:27 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-11-081-0/+12
|
* ChangeLogTag:Fri Oct 29 19:53:59 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-10-301-24/+22
|
* ChangeLogTag:Tue Oct 19 12:55:16 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-10-191-4/+17
|
* ChangeLogTag:Sun Aug 29 20:47:10 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-08-301-7/+3
|
* Added entries for the following macros:Ossama Othman1999-08-301-0/+38
| | | | | | | | | | | | ACE_AUTO_PTR_LACKS_RESET ACE_HAS_LLSEEK ACE_HAS_EXPLICIT_KEYWORD ACE_HAS_MUTABLE_KEYWORD ACE_HAS_STD_TEMPLATE_SPECIALIZATION ACE_HAS_STD_TEMPLATE_METHOD_SPECIALIZATION ACE_HAS_SIGTIMEDWAIT ACE_LACKS_ATEXIT ACE_LACKS_GETPPID
* Minor ACE Configuration Project related updates and fixes.Ossama Othman1999-07-141-0/+3
|
* ACE Configuration Project updates. Synchronized with currentOssama Othman1999-07-141-9/+0
| | | | version of ACE in CVS repository.
* Added support/test for ACE_HAS_MEMCHR macro.Ossama Othman1999-06-261-0/+10
|
* Added support/tests for ACE_LACKS_CHAR_RIGHT_SHIFTS andOssama Othman1999-05-091-0/+8
| | | | ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS.
* Removed all references to ACE_HAS_PTHREAD_SIGMASK. This macroOssama Othman1999-05-071-6/+3
| | | | has been deprecated.
* Added tests/support for ACE_LACKS_PTHREAD_SIGMASK,Ossama Othman1999-05-071-0/+9
| | | | | ACE_LACKS_TCP_NODELAY and ACE_LACKS_NULL_PTHREAD_STATUS. Thanks to David for providing a test for ACE_LACKS_NULL_PTHREAD_STATUS.
* Started to add minimal IPv6 support.Ossama Othman1999-04-291-0/+3
|
* Minor aesthetic updates not worth discussing.Ossama Othman1999-03-311-25/+22
| | | | Also removed reference to ACE_HAS_FEATURES_H. It isn't needed by ACE.
* Updated to use ACE_NEEDS_SCHED_H instead of ACE_LACKS_SCHED_H.Ossama Othman1999-03-301-1/+1
|
* * Makefile.am (ACE.ifnames):Ossama Othman1999-03-251-11/+7
| | | | | | | | | | | | | | | | | | Placed rule generation of ACE.ifnames within a MAINTAINER_MODE automake conditional. If a `--enable-maintainer-mode' option isn't given on the configure script command line then don't generate a new `ACE.ifnames' file. * configure.in: Added AM_MAINTAINER_MODE so that maintainer level Makefile features are disabled by default. * acconfig.h: Added ACE_HAS_BROKEN_MAP_FAILED macro for platforms that do not cast MAP_FAILED to a (void *). Defining this macro prevents compilers on those platforms from complaining about assigning an int to a (void *). Thanks to Roland Gigler <roland@mch.pn.siemens.de> for providing feedback about this.
* * 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.