On Sat, Feb 25, 2012 at 6:59 PM, <manu@...> wrote:
> shuttlebox <shuttlebox@...> wrote:
>
>> With that it built, I also ended up putting these additions into our
>> build system to get drac support to build:
>
> Good. I would like to fix the warnings about gmtime_r() localtime_t()
> and strtok_r(). I suspect Solaris just needs a -Dsomething to get it in
> order.
This is what I could find, does it help?
/usr/include/time.h
#if defined(__EXTENSIONS__) || defined(_REENTRANT) || \
(_POSIX_C_SOURCE - 0 >= 199506L)
extern struct tm *gmtime_r(const time_t *, struct tm *);
extern struct tm *localtime_r(const time_t *, struct tm *);
#endif /* defined(__EXTENSIONS__) || defined(_REENTRANT) .. */
/usr/include/string.h
#if defined(__EXTENSIONS__) || defined(_REENTRANT) || \
(_POSIX_C_SOURCE - 0 >= 199506L)
extern char *strtok_r(char *, const char *, char **);
#endif /* defined(__EXTENSIONS__) || defined(_REENTRANT) .. */
/peterMessage
Re: [milter-greylist] milter-greylist 4.4 alpha1 is available
2012-02-25 by shuttlebox
Attachments
- No local attachments were found for this message.