Code

lpar plugin: Move / add comments.
[collectd.git] / src / memcached.c
index b3321578894d7e3ffc49a4a7126143ff0e3d2b87..348591fd160b79c0f64308732698e79ec9ab4789 100644 (file)
 # include <netinet/in.h>
 # include <netinet/tcp.h>
 
+/* Hack to work around the missing define in AIX */
+#ifndef MSG_DONTWAIT
+# define MSG_DONTWAIT MSG_NONBLOCK
+#endif
+
 #define MEMCACHED_DEF_HOST "127.0.0.1"
 #define MEMCACHED_DEF_PORT "11211"