X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fwget.h;h=ab37507ee6a12a256989409991a0283b007dca6d;hb=4454f6ce0a4ffde97887adf2abb36833924124fe;hp=4467f5fbd6829a787f62d89b7855a2f22fc77368;hpb=4331c39c9ad0a942bd2b1eb8663e762d2403b90d;p=wget diff --git a/src/wget.h b/src/wget.h index 4467f5fb..ab37507e 100644 --- a/src/wget.h +++ b/src/wget.h @@ -206,4 +206,8 @@ typedef unsigned char boolean; #define TRUE 1 #endif +/* So we can say strcmp(a, b) == EQ rather than strcmp(a, b) == 0 or + the really awful !strcmp(a, b). */ +#define EQ 0 + #endif /* WGET_H */