--- toast	2003/09/24 01:41:53	1.209
+++ toast	2003/10/05 19:08:29	1.210
@@ -1785,6 +1785,12 @@
 #include <stdio.h>
 #include <string.h>
 
+#ifdef __CYGWIN__
+#ifndef RTLD_NEXT
+#define RTLD_NEXT ((void *) -1L)
+#endif
+#endif
+
 #ifndef DEBUG
 $defdebug
 #endif