~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to helpers/basic_auth/MSNT/smblib-priv.h

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include "byteorder.h"          /* Hmmm ... hot good */
35
35
 
36
36
#ifndef max
37
 
#define max(a,b) (a < b ? b : a)
 
37
#define max(a,b) ((a) < (b) ? (b) : (a))
38
38
#endif
39
39
 
40
40
#define SMB_DEF_IDF 0x424D53FF  /* "\377SMB" */