X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=linux%2Futil.h;h=895585986052808bde82e2430e9c793181a2f297;hb=0847b1d8e4a234d87ba41504416f60a7a1e0f3c7;hp=73b0b8097d3245bf406eb49e7c299965a3f19231;hpb=8f1b49684daca8c6d4ae7a8f987dd6334945010b;p=spectrwm.git diff --git a/linux/util.h b/linux/util.h index 73b0b80..8955859 100644 --- a/linux/util.h +++ b/linux/util.h @@ -1,5 +1,3 @@ -/* $scrotwm$ */ - #define FPARSELN_UNESCESC 0x01 #define FPARSELN_UNESCCONT 0x02 #define FPARSELN_UNESCCOMM 0x04 @@ -14,6 +12,10 @@ char *fparseln(FILE *, size_t *, size_t *, const char [3], int); long long strtonum(const char *, long long, long long, const char **); +#ifndef WAIT_ANY +#define WAIT_ANY (-1) +#endif + /* there is no limit to ulrich drepper's crap */ #ifndef TAILQ_END #define TAILQ_END(head) NULL