~ubuntu-branches/debian/stretch/haproxy/stretch

« 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.1.7 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091019223145-259fs24dejjixo1f
New upstream bugfix release

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
 */