]> sjero.net Git - wget/blobdiff - src/wget.h
[svn] * TODO: Removed done item: we now have an option (-G) that makes it easy to
[wget] / src / wget.h
index 4467f5fbd6829a787f62d89b7855a2f22fc77368..ab37507ee6a12a256989409991a0283b007dca6d 100644 (file)
@@ -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 */