daemon/Win32: Supply MAX macro for challenged platforms.

This commit is contained in:
Richard Jones
2009-11-25 15:00:19 +00:00
parent 8d0d8cd4a3
commit ed08d34eb6

View File

@@ -60,6 +60,10 @@ static char *read_cmdline (void);
#define AI_ADDRCONFIG 0
#endif
#ifndef MAX
#define MAX(a,b) ((a)>(b)?(a):(b))
#endif
int verbose = 0;
static int print_shell_quote (FILE *stream, const struct printf_info *info, const void *const *args);