Archive Index
This month's Index
|
Subject: Preprocessor...
Preprocessor...
From: double <ninive_at_gmx.at>
Date: Mon, 01 Mar 2010 20:50:27 +0100
Hello,
In order to define the buffer-size, I would like to check the
What I did (simplifed):
#if LIBSSH2_VERSION_MAJOR == 1 && LIBSSH2_VERSION_MINOR <= 2 &&
The problem, libssh 1.2:
Of course, GCC reports:
Is there a chance to check, if LIBSSH2_VERSION_PATCH is empty?
Thanks
_______________________________________________
|