~ubuntu-branches/ubuntu/trusty/haproxy/trusty-updates

« back to all changes in this revision

Viewing changes to include/common/compat.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2009-10-19 22:31:45 UTC
  • mfrom: (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20091019223145-rymupk5njs544bvp
ImportĀ upstreamĀ versionĀ 1.3.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
#define SHUT_WR         1
55
55
#endif
56
56
 
 
57
/* only Linux defines it */
 
58
#ifndef MSG_NOSIGNAL
 
59
#define MSG_NOSIGNAL    0
 
60
#endif
 
61
 
57
62
/* AIX does not define MSG_DONTWAIT. We'll define it to zero, and test it
58
63
 * wherever appropriate.
59
64
 */