]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/os/aix.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / compat / os / aix.h
index 079194ae8ae82756f94268101dba8d8d9f99d630..9b85599003a41b81fac4053bcd7429a8b3d46f25 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef SQUID_OS_AIX_H
 #define SQUID_OS_AIX_H
 
 #define _XOPEN_SOURCE_EXTENDED 1
 #endif
 
+/* AIX 6.1 does not define recvmsg() flag MSG_DONTWAIT */
+#if !defined(MSG_DONTWAIT)
+#define MSG_DONTWAIT 0
+#endif
+
 #endif /* _SQUID_AIX_ */
 #endif /* SQUID_OS_AIX_H */
+