Add support for compiling on AIX

Closes #1900
This commit is contained in:
siahl
2014-07-29 16:39:37 -05:00
committed by antirez
parent cbd1607c6a
commit b5dc2c5b91
6 changed files with 25 additions and 3 deletions

View File

@ -582,6 +582,10 @@ typedef struct redisOpArray {
* Global server state
*----------------------------------------------------------------------------*/
#ifdef _AIX
#undef hz
#endif
struct redisServer {
/* General */
char *configfile; /* Absolute config file path, or NULL */