Every file includes it and warns about it.

This commit is contained in:
hasso 2004-10-04 08:01:08 +00:00
parent 9a3805e082
commit 97c52f4e39

View File

@ -280,7 +280,6 @@ struct in_pktinfo
#define HAVE_IP_HDRINCL_BSD_ORDER
#endif
/*
/* MAX / MIN are not commonly defined, but useful */
#ifndef MAX
#define MAX(a, b) ((a) > (b) ? (a) : (b))