]> code.delx.au - spectrwm/blobdiff - linux/util.h
make buildversion optional, from drahn
[spectrwm] / linux / util.h
index 81751118eb1b836cfc815a49e1c9cb5d5f379683..895585986052808bde82e2430e9c793181a2f297 100644 (file)
@@ -1,5 +1,3 @@
-/* $scrotwm$ */
-
 #define FPARSELN_UNESCESC      0x01
 #define FPARSELN_UNESCCONT     0x02
 #define FPARSELN_UNESCCOMM     0x04
@@ -13,3 +11,12 @@ char   *fgetln(FILE *, size_t *);
 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
+#endif