summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.8.h
blob: fd5c0054691f6403fd83fe12ea201207423fb0d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* -*- C++ -*- */
// $Id$

// The following configuration file is designed to work for SunOS 5.8
// (Solaris 8) platforms using the SunC++ 4.x, 5.x, 6.x, or g++ compilers.

#ifndef ACE_CONFIG_H

// ACE_CONFIG_H is defined by one of the following #included headers.

// #include the SunOS 5.7 config, then add any SunOS 5.8 updates below.

#include "ace/config-sunos5.7.h"

# if defined (_POSIX_PTHREAD_SEMANTICS)
#ifdef ACE_LACKS_RWLOCK_T
#undef ACE_LACKS_RWLOCK_T
#endif /* ACE_LACKS_RWLOCK_T */
#endif /* _POSIX_PTHREAD_SEMANTICS */

#endif /* ACE_CONFIG_H */