On 11/04/2009 09:00 AM, Trond Norbye wrote:

On 11/04/2009 08:48 AM, David H. wrote:
proliferation of stale Win32 ports that currently exists.  I notice
that VC9 is lacking<stdbool.h>  and<stdint.h>.  These are not show-
stoppers.

If that is the only problem I don't see any problems of moving the include of those two headers to config.h..


I pushed a branch to http://github.com/trondn/memcached/tree/c99 that removes the inclusion of stdbool.h and stdint.h form memcached.h (but includes them from config.h if the system got the headers).

I tried to compile memcached on a Solaris 8 system (doesn't have stdbool.h or stdint.h, but I used a compiler capable of understanding C99 syntax). Memcached compiled without any problems with this patch.

Feel free to try that out.

Cheers.

Trond


Reply via email to