diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-06 22:35:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-06 22:35:48 +0000 |
commit | d63be4c7e06a2e4c335fdd433d8877e7dfef3265 (patch) | |
tree | 93752382bdc8909c061d8af78fa63eba996746f3 /ace/config-hpux-10.x.h | |
parent | 14749e5208889c2e98c7e3124e42e8391dce6343 (diff) | |
download | ATCD-d63be4c7e06a2e4c335fdd433d8877e7dfef3265.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index 6a38fac16ca..594f6efa045 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -13,6 +13,10 @@ #define HPUX #endif /* HPUX */ +#if __cplusplus < 199707L +#define ACE_HAS_BROKEN_HPUX_TEMPLATES +#endif /* __cplusplus < 199707L */ + #define _HPUX_SOURCE #include /**/ <sys/stdsyms.h> #include /**/ <sched.h> /* pthread.h doesn't include this */ |