Skip to Content.
Sympa Menu

freetds - Re: [freetds] Getting it to all work on HPUX

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: christos AT zoulas.com (Christos Zoulas)
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Getting it to all work on HPUX
  • Date: Mon, 9 Feb 2009 11:29:15 -0500

On Feb 9, 5:23pm, freddy77 AT gmail.com (Frediano Ziglio) wrote:
-- Subject: Re: [freetds] Getting it to all work on HPUX

| > So, does this work?
| >
| > #if defined(__hpux) && !defined(_XOPEN_SOURCE_EXTENDED)
| > int socklen;
| > #else
| > socklen_t socklen;
| > #endif
| >
| > Sorry,^WThankfully I don't have HP/UX so I can't test. Having the same
| > symbol in two different libraries with different ABI is not the best
| > solution. Why aren't they using symbol renaming?
| >
| > christos
|
| obviously it depends on linker options :(
| However a __getsockopt seems defined in xnet and use always socklen_t
|

Then we can test for that... and HAVE___GETSOCKOPT...

christos




Archive powered by MHonArc 2.6.24.

Top of Page