update controller image and some dependencies

This commit is contained in:
Grant Limberg
2022-06-22 15:03:19 -07:00
parent c1384422c3
commit 183a9d7088
667 changed files with 173907 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
#ifndef __HIREDIS_FMACRO_H
#define __HIREDIS_FMACRO_H
#define _XOPEN_SOURCE 600
#define _POSIX_C_SOURCE 200112L
#if defined(__APPLE__) && defined(__MACH__)
/* Enable TCP_KEEPALIVE */
#define _DARWIN_C_SOURCE
#endif
#endif