bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling CVS on HP-UX


From: Mark D. Baushke
Subject: Re: compiling CVS on HP-UX
Date: Mon, 16 Mar 2009 02:46:13 -0700

Hi Jay,

I do not have access to an HP/UX 11.11 box 

(This HP/UX is kind of an old OS isn't it? I think I have seen mentions
of 11.31 and something called 11i by now...

I am not very happy with the idea of putting this much OS-specific glop
into src/server.c ... :-(


#   ifdef HAVE_GETSPNAM
      /*
       * On HP-UX 11.11, shadow.h and prot.h provide conflicting
       * declarations of getspnam when _INCLUDE__STDC__ is defined, so we
       * unset it here. XXX: Is there an __hpux11? Is this broken in newer
       * HP-UX 11.xx releases? When can we stop doing this hack?
       */
#     if defined(__hpux) && !defined(__hpux10) && defined(_INCLUDE__STDC__)
#         undef _INCLUDE__STDC__
#     endif

#     include <shadow.h>

#   endif


        -- Mark

Attachment: pgpyMM_9g1zCJ.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]