Undef MIN() because it screams on OpenBSD
This commit is contained in:
parent
2a83d925d7
commit
5b089b98a6
1 changed files with 1 additions and 0 deletions
1
quark.c
1
quark.c
|
@ -25,6 +25,7 @@ char *argv0;
|
|||
#define LENGTH(x) (sizeof x / sizeof x[0])
|
||||
#define MAXBUFLEN 1024
|
||||
#define NPROCS 512
|
||||
#undef MIN
|
||||
#define MIN(x,y) ((x) < (y) ? (x) : (y))
|
||||
|
||||
#define HttpOk "200 OK"
|
||||
|
|
Loading…
Reference in a new issue