nsca-2.3 on Solaris

Skip Montanaro skip at pobox.com
Thu Jun 19 16:11:02 CEST 2003


    You can change in the sourcefiles all u_int32_t into uint32_t
    that seems to help.

That got me to thinking there must be a way to worm around this problem with
configure.  Sure enough, there is an AC_DEFINE_INTEGER_BITS autoconf macro
available:

  http://www.gnu.org/software/ac-archive/htmldoc/ac_define_integer_bits.html

The version of autoconf on my Mac doesn't have it, but the above URL kindly
includes the source which I pasted into configure.in along with this call:

  AC_DEFINE_INTEGER_BITS(u_int32_t, unsigned long, unsigned int)

-- 
Skip Montanaro
skip at pobox.com
Got spam? http://spambayes.sf.net/


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list