This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Should _SB_CTYPE_MACROS be defined on HP-UX 10.20


> So, how do we solve this on 10.20?

The simplest way is probably to add the missing prototypes in
config/os/hpux/os_defines.h and enable them under 10.20 with a
define(s) in configure.in.  The functions are in libc.  The other
approach would be to add an include hack to modify ctype.h.
This is probably a little more difficult.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]