[fossil-users] a fix wish for the configure guru(s)...

2011-09-16 Thread Stephan Beal
This is mostly for Steve (configure guy), in blob.c readlink() is used, but according to my man pages (and compiler), we need: #define _POSIX_C_SOURCE 200112L (or some greater value - i don't know all the legal values) before including unistd.h (which is included in config.h). Assuming that

Re: [fossil-users] a fix wish for the configure guru(s)...

2011-09-16 Thread Dmitry Chestnykh
in blob.c readlink() is used, but according to my man pages (and compiler), we need: #define _POSIX_C_SOURCE 200112L Is this Linux with glibc from 2006? :-) According to `man feature_test_macros`: If no feature test macros are explicitly defined, then the following feature