mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 02:24:22 +00:00
Provide support for HP/UX aCC compiler's variant of hash_map and hash_set
(RogueWave). These are implemented in rw/stdex/hash_map.h and rw/stdex/hash_set.h on HP/UX. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19600 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -231,6 +231,12 @@
|
||||
/* Define to 1 if you have the `rindex' function. */
|
||||
#undef HAVE_RINDEX
|
||||
|
||||
/* Define to 1 if you have the <rw/stdex/hash_map.h> header file. */
|
||||
#undef HAVE_RW_STDEX_HASH_MAP_H
|
||||
|
||||
/* Define to 1 if you have the <rw/stdex/hash_set.h> header file. */
|
||||
#undef HAVE_RW_STDEX_HASH_SET_H
|
||||
|
||||
/* Define to 1 if you have the `sbrk' function. */
|
||||
#undef HAVE_SBRK
|
||||
|
||||
|
Reference in New Issue
Block a user