X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fwget.h;h=4467f5fbd6829a787f62d89b7855a2f22fc77368;hb=4331c39c9ad0a942bd2b1eb8663e762d2403b90d;hp=cdc301cfced6a39e10c72a7868ab530d30a925fd;hpb=c33c857eb2984a032885c645cecb831cf48111fa;p=wget diff --git a/src/wget.h b/src/wget.h index cdc301cf..4467f5fb 100644 --- a/src/wget.h +++ b/src/wget.h @@ -198,4 +198,12 @@ typedef enum ROBOTSOK, NOROBOTS, PROXERR, AUTHFAILED, QUOTEXC, WRITEFAILED } uerr_t; +typedef unsigned char boolean; +#ifndef FALSE +#define FALSE 0 +#endif +#ifndef TRUE +#define TRUE 1 +#endif + #endif /* WGET_H */