*** shell.h_old	Wed Apr 21 21:00:45 1999
--- shell.h	Sun Apr 25 16:11:40 1999
***************
*** 24,29 ****
--- 24,44 ----
  #endif
  #endif
  
+ #ifdef TNT_SOLARIS
+ #undef MAXUID
+ #define MAXUID          4096
+   /* what's greater than max ? 
+   of course max + 1 
+   or not ? is then max a maximum or not 
+   the bad line is in shell.c:218:  char bitmap[MAXUID+1];
+   i run in troubles, as maxuid+1 is negativ 
+   and even it would be possible to add 1 
+   and maxuid is about 2 000 000 000 
+   i would create a 2 gig great bitmap - strange 
+   poor boy, trying to port this stuff to a new plattform 
+   oe1smc - 4/1999
+   */
+ #endif 
  
  #define A_SHELL 1
  #define A_REDIR 2

