summaryrefslogtreecommitdiff
path: root/ace/config-hpux-11.00.h
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-12 17:59:10 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-12 17:59:10 +0000
commitc60a7e287945d8970379e7ade156f71660e60adf (patch)
tree6722d8a617c9fc5c41b552b7c792e14908cce00c /ace/config-hpux-11.00.h
parent40635a2121263972be4b2ec5377f1271dc8f2fd5 (diff)
downloadATCD-c60a7e287945d8970379e7ade156f71660e60adf.tar.gz
ChangeLogTag: Mon Feb 25 14:06:45 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ace/config-hpux-11.00.h')
-rw-r--r--ace/config-hpux-11.00.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-hpux-11.00.h b/ace/config-hpux-11.00.h
index 97cc1f29d18..1fd1508fa52 100644
--- a/ace/config-hpux-11.00.h
+++ b/ace/config-hpux-11.00.h
@@ -64,7 +64,7 @@
// macro is not set until A.03.13. If it's not set, set it - it won't be an
// HP-advertised value, but we don't check the value/version - just whether
// it's set or not.
-# if !defined (__HP_aCC)
+# if !defined (__KCC) && !defined (__HP_aCC)
# define __HP_aCC
# endif /* __HP_aCC */