Subject: Re: [libssh2] preprocessor warning with LIBSSH2_APINO

Re: [libssh2] preprocessor warning with LIBSSH2_APINO

From: Guenter Knauf <eflash_at_gmx.net>
Date: Thu, 12 Jul 2007 16:26:27 +0200

Hi Jim,
>> 200706012030L ?

> I would think a LONG would work, or we need to make a second constant
> to use, so as not to break the comparison of existing software that
> doesn't have the problem with the long.
when I'm just going to change this - I think we should also ask for existance of LIBSSH2_APINO since older libssh2 dont have it, right?

--- #if defined(USE_LIBSSH2) && (LIBSSH2_APINO >= 200706012030)
+++ #if defined(USE_LIBSSH2) && defined(LIBSSH2_APINO) && (LIBSSH2_APINO >= 200706012030L)

Guen.

-------------------------------------------------------------------------
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/
_______________________________________________
libssh2-devel mailing list
libssh2-devel_at_lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel
Received on 2007-07-12