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

// Use this file for IRIX 6.5.x

#ifndef ACE_CONFIG_IRIX65X_H
#define ACE_CONFIG_IRIX65X_H
#include /**/ "ace/pre.h"

// Include IRIX 6.[234] configuration
#include "ace/config-irix6.x-sgic++.h"

#undef ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION

// Irix 6.5 man pages show that they exist
#undef ACE_LACKS_CONDATTR_PSHARED
#undef ACE_LACKS_MUTEXATTR_PSHARED

#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_IRIX65X_H */