summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
Commit message (Collapse)AuthorAgeFilesLines
* moved ACE_LACKS_MADVISE to non-glibc sectionlevine1999-04-191-4/+4
|
* * ace/config-linux-common.h (ACE_LACKS_MADVISE):Ossama Othman1999-04-181-1/+1
| | | | | Re-enabled #define ACE_LACKS_MADVISE. Linux doesn't appear to have an madvise() system call.
* Linux has msync() and madvise(), and dlfcn.h is protected by extern "C"Ossama Othman1999-03-101-3/+8
|
* ChangeLogTag:Mon Feb 1 13:49:11 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-02-011-0/+4
|
* removed include of rpc/rpc.h, and ACE_LACKS_RPC_Hlevine1999-01-191-1/+0
|
* replaced ACE_LACKS_GETPGID with a getpgid () prototype.levine1998-12-101-1/+6
|
* restored ACE_LACKS_GETPGID, because ::getpgid () isn't found on Alpha.levine1998-12-091-1/+1
|
* removed ACE_LACKS_GETPGIDlevine1998-12-091-1/+1
|
* removed ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR because itlevine1998-11-171-2/+0
| | | | caused compilation failure with egcs 1.0.2.
* added ACE_HAS_BROKEN_EXPLICIT_DESTRUCTORlevine1998-11-151-5/+7
|
* added ACE_UINT64_FORMAT_SPECIFIERlevine1998-11-071-0/+2
|
* added ACE_HAS_PROCFSlevine1998-10-291-0/+1
|
* added ACE_LACKS_MSG_ACCRIGHTS supportlevine1998-10-201-9/+1
|
* Basic_Types.hschmidt1998-10-171-1/+1
|
* re-enabled msg_* undefs and defines, but for libc5 (non-glibc) onlylevine1998-10-111-20/+12
|
* added ACE_POLL_IS_BROKEN with __alphalevine1998-10-091-0/+4
|
* commented out the msg_accrights(len) #defineslevine1998-09-241-10/+17
|
* *** empty log message ***schmidt1998-09-121-1/+1
|
* Added ACE_HAS_DIRENT.nanbor1998-09-081-0/+2
|
* *** empty log message ***schmidt1998-09-011-1/+1
|
* Updated documentation regarding config.hgonzo1998-08-041-0/+2
|
* added #define ACE_DEFAULT_SELECT_REACTOR_SIZE 256levine1998-07-291-0/+2
|
* added ACE_HAS_GPERFlevine1998-07-221-0/+2
|
* only use ACE_HAS_POLL with glibc2levine1998-05-081-4/+4
|
* updated KCC/Linux support, and integrated into config-linux-common.hlevine1998-05-081-2/+1
|
* only use ACE_HAS_4_4BSD_SENDMSG_RECVMSG with glibc2levine1998-05-071-2/+1
|
* moved ACE_HAS_PENTIUM from config-linux-common.h to config-g++-common.hlevine1998-05-051-9/+4
|
* added ACE_HAS_4_4BSD_SENDMSG_RECVMSGlevine1998-04-241-0/+2
|
* set ACE_DEFAULT_MAX_SOCKET_BUFSIZ to 65535 on Linux, and #define ↵levine1998-03-281-2/+3
| | | | ACE_HAS_GETPAGESIZE
* Incorporated changes that were suggested by Robert Hanzlikjxh1998-03-131-0/+10
| | | | | <robi@codalan.cz> to get ACE to compile on Linux using glibc 2.1 and libg++/gcc 2.8.
* removed ACE_LACKS_TCP_H on alpha because it's not necessary with glibc-2.0.6levine1998-02-171-8/+0
|
* added ACE_HAS_TERM_IOCTLSlevine1998-02-081-0/+2
|
* moved ACE_HAS_EXCEPTIONS #define from config-linux-common.h to ↵levine1998-02-051-4/+0
| | | | config-g++-common.h
* replace #define of ACE_HAS_EXCEPTIONS with a compile time check for egcs, ↵levine1998-02-051-45/+5
| | | | which supports exceptions. Exceptions can now be enabled on the make command line. Also, moved some comments on system configuration up to ACE-INSTALL.html
* migrated to config-g++-common.hlevine1998-01-301-17/+8
|
* moved ACE_LACKS_TCP_H so that it is only seen on alphaslevine1998-01-271-3/+4
|
* added ACE_HAS_SOCKLEN_T support for Linux/glibc2levine1998-01-151-1/+42
|
* added ACE_HAS_TEMPLATE_TYPEDEFS and ACE_HAS_TYPENAME_KEYWORDlevine1998-01-121-0/+2
|
* moved ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES to non-egcs portionlevine1998-01-121-3/+2
|
* added ACE_HAS_STDCPP_STL_INCLUDES and removed ACE_LACKS_ACE_IOSTREAMlevine1998-01-091-8/+2
|
* factored out ACE_LACKS_SOME_POSIX_PROTOTYPES from glibc and non-glibc ↵levine1998-01-061-13/+14
| | | | sections to common section
* removed ACE_HAS_LONGLONG_Tlevine1998-01-051-2/+0
|
* (getrusage,{get,set}rlimit): added ACE_HAS_RUSAGE_WHO_ENUM and ↵levine1997-12-271-30/+21
| | | | ACE_HAS_RLIMIT_RESOURCE_ENUM support
* started adding support for threads on alpha (glibc)levine1997-12-181-11/+27
|
* updated header comments about autosensinglevine1997-12-151-3/+4
|
* *** empty log message ***levine1997-12-151-1/+3
|
* incorporated Torbjorn's unified configslevine1997-12-131-3/+153
|
* added ACE_HAS_BYTESEX_Hlevine1997-12-121-0/+2
|
* set an ACE_DEFAULT_BASE_ADDR, on Alpha for now. This mightlevine1997-12-031-0/+3
| | | | be necessary on Intel as well.
* created config-linux-common.h and moved Alpha-specific defines to itlevine1997-11-071-0/+22