diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-09-17 23:21:01 +0100 | 
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-09-17 23:21:01 +0100 | 
| commit | 2e21fa6b925c4572d620248f1b149a5d652836b2 (patch) | |
| tree | d0ff026bc848d7ee466c9b793f42fb9ec4f07f62 /dep/acelite/ace/config-rtems.h | |
| parent | 6ebc6b9a76d0a4576306d777b35ec1a37d3ec5da (diff) | |
Core/Dependencies: Update ACE to v6.1.4 (Windows only)
Tested in multiple configurations
.diff with TC changes added
Diffstat (limited to 'dep/acelite/ace/config-rtems.h')
| -rw-r--r-- | dep/acelite/ace/config-rtems.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/dep/acelite/ace/config-rtems.h b/dep/acelite/ace/config-rtems.h index d113a1434a4..f65893cc57b 100644 --- a/dep/acelite/ace/config-rtems.h +++ b/dep/acelite/ace/config-rtems.h @@ -1,5 +1,5 @@  /* -*- C -*- */ -// $Id: config-rtems.h 87169 2009-10-19 20:26:55Z olli $ +// $Id: config-rtems.h 93571 2011-03-17 07:37:11Z olli $  /* The following configuration file is designed to work for RTEMS     platforms using GNU C. @@ -56,7 +56,6 @@  #define ACE_LACKS_MKSTEMP  #define ACE_LACKS_STRDUP  #define ACE_LACKS_STRTOK_R -#define ACE_LACKS_RAND_REENTRANT_FUNCTIONS  #define ACE_LACKS_REALPATH  #define ACE_LACKS_TEMPNAM  #define ACE_LACKS_TZSET @@ -76,7 +75,6 @@  # define ACE_HAS_PTHREAD_SCHEDPARAM  # define ACE_LACKS_THREAD_PROCESS_SCOPING  #else -# define ACE_HAS_POSIX_GETPWNAM_R  # define ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R  #endif  | 
