> On 24/06/07, Alex Burger <[EMAIL PROTECTED]> wrote:
>> Patch 1728247 added to types.h:
>>
>> #ifndef HAVE_INTMAX_T
>> #ifdef SIZEOF_LONG_LONG
>> typedef long long int intmax_t;
>> #else
>> typedef long      intmax_t;
>> #endif
>> #endif
>
>
>> This will not compile with MSVC 6 as *long long* and *unsigned long
>> long* are not supported.
>
> Does such a setup define "SIZEOF_LONG_LONG" ?
> If so where?  (And *why*?!)

Yes, it's defined in win32/net-snmp/net-snmp-config.h.  Why?  Not sure. 
It's been there for nearly 2 years, 9 months.  I think they were added in
patch 1024810.

http://net-snmp.svn.sourceforge.net/viewvc/net-snmp/tags/Ext-5-2/net-snmp/win32/net-snmp/net-snmp-config.h?revision=11044&view=markup

Alex







-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to