Matt Stancliff
|
74b7495f93
|
Silence _BSD_SOURCE warnings
glibc 2.20 requires _DEFAULT_SOURCE and doesn't like _BSD_SOURCE alone
Also see:
- https://github.com/antirez/redis/pull/2189
- https://sourceware.org/glibc/wiki/Release/2.20#Deprecation_of__BSD_SOURCE_and__SVID_SOURCE_feature_macros
Thanks to badboy for pointing out the problem at
https://github.com/redis/hiredis/issues/288#issuecomment-68849454
|
2015-01-06 17:55:55 -05:00 |
|
Patrick TJ McPhee
|
4441fa3513
|
Define _XOPEN_SOURCE for NetBSD
This is backported from
289942b625
|
2014-04-09 17:02:42 -04:00 |
|
Pieter Noordhuis
|
bb3c4c17c4
|
Make redisKeepAlive work on OSX
|
2013-05-01 09:23:06 -07:00 |
|
Pieter Noordhuis
|
d5a28db039
|
7th revision is not necessary
|
2011-06-18 15:06:38 +02:00 |
|
Pieter Noordhuis
|
1ac7121f65
|
Define _POSIX_C_SOURCE for Solaris
|
2011-06-18 15:05:33 +02:00 |
|
Pieter Noordhuis
|
aeeea0076d
|
Update fmacros.h
|
2011-03-29 11:02:23 +02:00 |
|
antirez
|
4f6fc6dfb1
|
hiredis was extracted from redis-tools, reverted to standard malloc/free, ported to the new protocol, and started as a stand alone project in order to support the need of a C client in the Redis community
|
2010-05-18 17:11:09 +02:00 |
|